Searched refs:WB_FIFO_EMPTY (Results 1 – 2 of 2) sorted by relevance
149 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()
128 #define WB_FIFO_EMPTY 0x80 macro