Searched refs:phy_conf (Results 1 – 2 of 2) sorted by relevance
153 struct aw_usbphy_conf *phy_conf; member210 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()
108 struct rk_emmcphy_conf *phy_conf; member168 sc->phy_conf = (struct rk_emmcphy_conf *)ofw_bus_search_compatible(dev, in rk_emmcphy_enable()