Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/
H A Dmmcreg.h162 #define R4_IO_NUM_FUNCTIONS(ocr) (((ocr) >> 28) & 0x3) macro
/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c939 mmcp->sdio_func_count = R4_IO_NUM_FUNCTIONS(ioifcond); in mmcprobe_done()