Searched refs:SDMMC_STATUS_FIFO_EMPTY (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/mmc/host/ | ||
| D | dwmmc_reg.h | 98 #define SDMMC_STATUS_FIFO_EMPTY (1 << 2) /* FIFO empty */ macro |
| D | dwmmc.c | 1001 if (status & SDMMC_STATUS_FIFO_EMPTY) in pio_read() |