Searched refs:phymask (Results 1 – 3 of 3) sorted by relevance
837 void pm8001_get_phy_mask(struct pm8001_hba_info *pm8001_ha, int *phymask) in pm8001_get_phy_mask() argument842 *phymask = 0x0000; in pm8001_get_phy_mask()847 *phymask = 0xFFFF; in pm8001_get_phy_mask()851 *phymask = 0x00F0; in pm8001_get_phy_mask()855 *phymask = 0x0FF0; in pm8001_get_phy_mask()859 *phymask = 0xFF00; in pm8001_get_phy_mask()878 int phymask = 0; in pm8001_set_phy_settings_ven_117c_12G() local886 pm8001_get_phy_mask(pm8001_ha, &phymask); in pm8001_set_phy_settings_ven_117c_12G()889 if (phymask & (1 << i)) {/* Internal PHY */ in pm8001_set_phy_settings_ven_117c_12G()
166 unsigned int phymask; member
300 u32 phymask; member1467 if (lp->phymask & (1 << j)) { in pcnet32_get_regs()1959 lp->phymask |= (1 << i); in pcnet32_probe1()2222 if (lp->phymask & (1 << i)) { in pcnet32_open()2800 if (lp->phymask & (1 << i)) { in pcnet32_check_otherphy()
Completed in 16 milliseconds