Searched refs:SDMMC_STATUS_FIFO_FULL (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mmc/host/ | ||
H A D | dwmmc_reg.h | 95 #define SDMMC_STATUS_FIFO_FULL (1 << 3) /* FIFO full */ macro |
H A D | dwmmc.c | 1083 if (status & SDMMC_STATUS_FIFO_FULL) in pio_write() |