Home
last modified time | relevance | path

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

/drivers/scsi/pm8001/
A Dpm8001_init.c871 void pm8001_get_phy_mask(struct pm8001_hba_info *pm8001_ha, int *phymask) in pm8001_get_phy_mask() argument
876 *phymask = 0x0000; in pm8001_get_phy_mask()
881 *phymask = 0xFFFF; in pm8001_get_phy_mask()
885 *phymask = 0x00F0; in pm8001_get_phy_mask()
889 *phymask = 0x0FF0; in pm8001_get_phy_mask()
893 *phymask = 0xFF00; in pm8001_get_phy_mask()
912 int phymask = 0; in pm8001_set_phy_settings_ven_117c_12G() local
920 pm8001_get_phy_mask(pm8001_ha, &phymask); in pm8001_set_phy_settings_ven_117c_12G()
923 if (phymask & (1 << i)) {/* Internal PHY */ in pm8001_set_phy_settings_ven_117c_12G()
/drivers/net/ethernet/amd/
A Dpcnet32.c300 u32 phymask; member
1475 if (lp->phymask & (1 << j)) { in pcnet32_get_regs()
1968 lp->phymask |= (1 << i); in pcnet32_probe1()
2232 if (lp->phymask & (1 << i)) { in pcnet32_open()
2812 if (lp->phymask & (1 << i)) { in pcnet32_check_otherphy()

Completed in 14 milliseconds