Home
last modified time | relevance | path

Searched defs:ocr (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/sys/dev/mmc/
H A Dmmc.c426 mmc_select_vdd(struct mmc_softc *sc, uint32_t ocr) in mmc_select_vdd() argument
433 mmc_highest_voltage(uint32_t ocr) in mmc_highest_voltage() argument
587 mmc_send_app_op_cond(struct mmc_softc *sc, uint32_t ocr, uint32_t *rocr) in mmc_send_app_op_cond() argument
615 mmc_send_op_cond(struct mmc_softc * sc,uint32_t ocr,uint32_t * rocr) mmc_send_op_cond() argument
2029 uint32_t ocr; mmc_go_discovery() local
[all...]
H A Dbridge.h146 uint32_t ocr; member
H A Dmmcreg.h161 #define R4_IO_NUM_FUNCTIONS(ocr) (((ocr) >> 28) & 0x3) argument
/freebsd-src/sys/cam/mmc/
H A Dmmc_xpt.c560 mmc_highest_voltage(uint32_t ocr) in mmc_highest_voltage()
/freebsd-src/sys/dev/mrsas/
H A Dmrsas.c2327 int ret, loop, ocr = 0; in mrsas_init_fw() local
2953 mrsas_transition_to_ready(struct mrsas_softc *sc, int ocr) in mrsas_transition_to_ready()