Lines Matching refs:brdev
154 sdhci_xenon_set_uhs_timing(device_t brdev, struct sdhci_slot *slot) in sdhci_xenon_set_uhs_timing() argument
166 hostctrl2 = sdhci_xenon_read_2(brdev, slot, SDHCI_HOST_CONTROL2); in sdhci_xenon_set_uhs_timing()
187 sdhci_xenon_write_2(brdev, slot, SDHCI_HOST_CONTROL2, hostctrl2); in sdhci_xenon_set_uhs_timing()
191 sdhci_xenon_phy_init(device_t brdev, struct mmc_ios *ios) in sdhci_xenon_phy_init() argument
197 sc = device_get_softc(brdev); in sdhci_xenon_phy_init()
229 device_printf(brdev, "eMMC PHY failed to initialize\n"); in sdhci_xenon_phy_init()
237 sdhci_xenon_phy_set(device_t brdev, struct mmc_ios *ios) in sdhci_xenon_phy_set() argument
242 sc = device_get_softc(brdev); in sdhci_xenon_phy_set()
258 return (sdhci_xenon_phy_init(brdev, ios)); in sdhci_xenon_phy_set()
319 return (sdhci_xenon_phy_init(brdev, ios)); in sdhci_xenon_phy_set()
323 sdhci_xenon_update_ios(device_t brdev, device_t reqdev) in sdhci_xenon_update_ios() argument
331 err = sdhci_generic_update_ios(brdev, reqdev); in sdhci_xenon_update_ios()
335 sc = device_get_softc(brdev); in sdhci_xenon_update_ios()
364 sdhci_xenon_phy_set(brdev, ios); in sdhci_xenon_update_ios()
377 sdhci_xenon_switch_vccq(device_t brdev, device_t reqdev) in sdhci_xenon_switch_vccq() argument
389 sc = device_get_softc(brdev); in sdhci_xenon_switch_vccq()
462 device_printf(brdev, in sdhci_xenon_switch_vccq()