Searched refs:phy_conf (Results 1 – 3 of 3) sorted by relevance
149 struct aw_usbphy_conf *phy_conf; member206 if (sc->phy_conf->pmu_unk1 == true) in awusbphy_configure()228 sc->phy_conf = (struct aw_usbphy_conf *)ofw_bus_search_compatible(dev, compat_data)->ocd_data; in awusbphy_init()272 sc->reg = malloc(sizeof(*(sc->reg)) * sc->phy_conf->num_phys, M_DEVBUF, in awusbphy_init()274 sc->pmu = malloc(sizeof(*(sc->pmu)) * sc->phy_conf->num_phys, M_DEVBUF, in awusbphy_init()277 for (off = 0; off < sc->phy_conf->num_phys; off++) { in awusbphy_init()350 if (phy < 0 || phy >= sc->phy_conf->num_phys) in awusbphy_phy_enable()445 if (sc->phy_conf->phy0_route) in awusbphy_set_mode()450 if (sc->phy_conf->phy0_route) in awusbphy_set_mode()493 for (i = 0; i < sc->phy_conf->num_phys; i++) { in awusbphy_attach()
111 struct rk_emmcphy_conf *phy_conf; member171 sc->phy_conf = (struct rk_emmcphy_conf *)ofw_bus_search_compatible(dev, in rk_emmcphy_enable()
2268 struct i40e_aq_set_phy_config phy_conf; in i40e_phy_conf_link() local2306 memset(&phy_conf, 0, sizeof(phy_conf)); in i40e_phy_conf_link()2312 phy_conf.abilities = abilities; in i40e_phy_conf_link()2319 phy_conf.link_speed = avail_speed; in i40e_phy_conf_link()2321 phy_conf.link_speed = is_up ? force_speed : avail_speed; in i40e_phy_conf_link()2333 phy_conf.fec_config = phy_ab.fec_cfg_curr_mod_ext_info; in i40e_phy_conf_link()2334 phy_conf.eee_capability = phy_ab.eee_capability; in i40e_phy_conf_link()2335 phy_conf.eeer = phy_ab.eeer_val; in i40e_phy_conf_link()2336 phy_conf.low_power_ctrl = phy_ab.d3_lpan; in i40e_phy_conf_link()2341 phy_conf.abilities, phy_conf.link_speed); in i40e_phy_conf_link()[all …]