Home
last modified time | relevance | path

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

/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c937 uint32_t ioifcond = mmcio->cmd.resp[0]; in mmcprobe_done() local
938 uint32_t io_ocr = ioifcond & R4_IO_OCR_MASK; in mmcprobe_done()
940 mmcp->sdio_func_count = R4_IO_NUM_FUNCTIONS(ioifcond); in mmcprobe_done()
956 if (ioifcond & R4_IO_MEM_PRESENT) { in mmcprobe_done()