Home
last modified time | relevance | path

Searched refs:R1_STATUS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mmc/
H A Dmmcreg.h148 #define R1_STATUS(x) ((x) & 0xFFFFE000) macro
H A Dmmcsd.c999 if (R1_STATUS(status) == 0 && in mmcsd_ioctl_cmd()
/freebsd/sys/cam/mmc/
H A Dmmc_da.c1951 ("Card status: %08x\n", R1_STATUS(card_status))); in sddadone()