Home
last modified time | relevance | path

Searched refs:WAIT_MS_LINKUP (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/board/highbank/
Dahci.c172 #define WAIT_MS_LINKUP 4 macro
186 while (j < WAIT_MS_LINKUP) { in ahci_link_up()
202 if ((j == WAIT_MS_LINKUP) && (tmp & 0xf)) in ahci_link_up()
/external/u-boot/drivers/ata/
Dahci.c51 #define WAIT_MS_LINKUP 200 macro
128 while (j < WAIT_MS_LINKUP) { in ahci_link_up()