Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dw83l518d_sdmmc.c149 while ((wb_read(wb, WB_SD_FIFOSTS) & WB_FIFO_EMPTY) == 0) in wb_sdmmc_enable()
372 if (fifosts & WB_FIFO_EMPTY) { in wb_sdmmc_transfer_data()
375 if ((fifosts & WB_FIFO_EMPTY) == 0) in wb_sdmmc_transfer_data()
399 if (fifosts & WB_FIFO_EMPTY) in wb_sdmmc_transfer_data()
Dw83l518dreg.h128 #define WB_FIFO_EMPTY 0x80 macro