Home
last modified time | relevance | path

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

/freebsd/sys/arm/allwinner/
H A Daw_usbphy.c153 struct aw_usbphy_conf *phy_conf; member
210 if (sc->phy_conf->pmu_unk1 == true) in awusbphy_configure()
232 sc->phy_conf = (struct aw_usbphy_conf *)ofw_bus_search_compatible(dev, compat_data)->ocd_data; in awusbphy_init()
276 sc->reg = malloc(sizeof(*(sc->reg)) * sc->phy_conf->num_phys, M_DEVBUF, in awusbphy_init()
278 sc->pmu = malloc(sizeof(*(sc->pmu)) * sc->phy_conf->num_phys, M_DEVBUF, in awusbphy_init()
281 for (off = 0; off < sc->phy_conf->num_phys; off++) { in awusbphy_init()
354 if (phy < 0 || phy >= sc->phy_conf->num_phys) in awusbphy_phy_enable()
449 if (sc->phy_conf->phy0_route) in awusbphy_set_mode()
454 if (sc->phy_conf->phy0_route) in awusbphy_set_mode()
497 for (i = 0; i < sc->phy_conf->num_phys; i++) { in awusbphy_attach()
/freebsd/sys/arm64/rockchip/
H A Drk3399_emmcphy.c108 struct rk_emmcphy_conf *phy_conf; member
168 sc->phy_conf = (struct rk_emmcphy_conf *)ofw_bus_search_compatible(dev, in rk_emmcphy_enable()