Lines Matching refs:num_phys
63 int num_phys; member
70 .num_phys = 3,
77 .num_phys = 2,
84 .num_phys = 3,
91 .num_phys = 3,
98 .num_phys = 4,
105 .num_phys = 2,
112 .num_phys = 3,
119 .num_phys = 4,
126 .num_phys = 2,
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()
497 for (i = 0; i < sc->phy_conf->num_phys; i++) { in awusbphy_attach()