Searched refs:mmcbus (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/mmc/ |
H A D | mmcsd.c | 117 device_t mmcbus; member 229 device_t mmcbus; in mmcsd_attach() local 242 sc->mmcbus = mmcbus = device_get_parent(dev); in mmcsd_attach() 261 MMCBUS_ACQUIRE_BUS(mmcbus, dev); in mmcsd_attach() 262 err = mmc_send_ext_csd(mmcbus, dev, sc->ext_csd); in mmcsd_attach() 263 MMCBUS_RELEASE_BUS(mmcbus, dev); in mmcsd_attach() 312 MMCBUS_ACQUIRE_BUS(mmcbus, dev); in mmcsd_attach() 313 err = mmc_switch(mmcbus, dev, sc->rca, in mmcsd_attach() 316 MMCBUS_RELEASE_BUS(mmcbus, dev); in mmcsd_attach() 391 if (size > 0 && (mmcbr_get_caps(mmcbus) & MMC_CAP_BOOT_NOACC) == 0) { in mmcsd_attach() [all …]
|
H A D | mmcbr_if.m | 93 # Called by the mmcbus to set up the IO pins correctly, the common/core 103 # Called by the mmcbus to switch the signaling voltage (VCCQ). 111 # Called by the mmcbus with the bridge claimed to execute initial tuning. 120 # Called by the mmcbus with the bridge claimed to execute re-tuning. 129 # Called by the mmcbus or its children to schedule a mmc request. These 142 # Called by mmcbus to get the read only status bits.
|
H A D | mmcbus_if.m | 62 INTERFACE mmcbus;
|
/freebsd/sys/contrib/device-tree/src/arm/amlogic/ |
H A D | meson8.dtsi | 246 mmcbus: bus@c8000000 { label
|
H A D | meson8b.dtsi | 223 mmcbus: bus@c8000000 { label
|