HomeSort by relevance Sort by last modified time
    Searched refs:mc_status (Results 1 - 2 of 2) sorted by null

  /external/u-boot/board/gdsys/common/
mclink.c 31 u16 mc_status; local
33 FPGA_GET_REG(k, mc_status, &mc_status);
35 if (!(mc_status & (1 << 15)))
40 FPGA_GET_REG(k, mc_status, &mc_status);
41 while (!(mc_status & (1 << 14))) {
47 FPGA_GET_REG(k, mc_status, &mc_status);
  /external/u-boot/include/
gdsys_fpga.h 148 u16 mc_status; /* 0x0064 */ member in struct:ihs_fpga
184 u16 mc_status; /* 0x0064 */ member in struct:ihs_fpga
227 u16 mc_status; /* 0x0044 */ member in struct:ihs_fpga
258 u16 mc_status; /* 0x0064 */ member in struct:ihs_fpga

Completed in 3524 milliseconds