Searched refs:MMC_RSP (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mmc/ | ||
H A D | mmcreg.h | 95 #define MMC_RSP(x) ((x) & MMC_RSP_MASK) macro |
/freebsd/sys/dev/mmc/host/ | ||
H A D | dwmmc.c | 1117 if (MMC_RSP(cmd->flags) != MMC_RSP_NONE) { in dwmmc_start_cmd() |