Home
last modified time | relevance | path

Searched refs:phymask (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/pm8001/
Dpm8001_init.c793 void pm8001_get_phy_mask(struct pm8001_hba_info *pm8001_ha, int *phymask) in pm8001_get_phy_mask() argument
798 *phymask = 0x0000; in pm8001_get_phy_mask()
803 *phymask = 0xFFFF; in pm8001_get_phy_mask()
807 *phymask = 0x00F0; in pm8001_get_phy_mask()
811 *phymask = 0x0FF0; in pm8001_get_phy_mask()
815 *phymask = 0xFF00; in pm8001_get_phy_mask()
834 int phymask = 0; in pm8001_set_phy_settings_ven_117c_12G() local
842 pm8001_get_phy_mask(pm8001_ha, &phymask); in pm8001_set_phy_settings_ven_117c_12G()
845 if (phymask & (1 << i)) {/* Internal PHY */ in pm8001_set_phy_settings_ven_117c_12G()
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_mp_ioctl.h271 unsigned int phymask; member
/linux-4.4.14/drivers/net/ethernet/amd/
Dpcnet32.c301 u32 phymask; member
1421 if (lp->phymask & (1 << j)) { in pcnet32_get_regs()
1905 lp->phymask |= (1 << i); in pcnet32_probe1()
2170 if (lp->phymask & (1 << i)) { in pcnet32_open()
2752 if (lp->phymask & (1 << i)) { in pcnet32_check_otherphy()