Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/mmc/
HDmmcreg.h162 #define R4_IO_NUM_FUNCTIONS(ocr) (((ocr) >> 28) & 0x3) macro
/freebsd-head/sys/cam/mmc/
HDmmc_xpt.c940 mmcp->sdio_func_count = R4_IO_NUM_FUNCTIONS(ioifcond); in mmcprobe_done()