Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dw83l518d_sdmmc.c383 if (fifosts & WB_FIFO_FULL) in wb_sdmmc_transfer_data()
388 if (fifosts & WB_FIFO_FULL) { in wb_sdmmc_transfer_data()
391 if ((fifosts & WB_FIFO_FULL) == 0) in wb_sdmmc_transfer_data()
H A Dw83l518dreg.h129 #define WB_FIFO_FULL 0x40 macro