Home
last modified time | relevance | path

Searched refs:phy_reg (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c202 u16 phy_reg = 0; in e1000_phy_is_accessible_pchlan() local
1288 u16 phy_reg; in e1000_enable_ulp_lpt_lp() local
1354 phy_reg = oem_reg; in e1000_enable_ulp_lpt_lp()
1358 phy_reg); in e1000_enable_ulp_lpt_lp()
1434 u16 phy_reg; in e1000_disable_ulp_lpt_lp() local
1574 u16 phy_reg; in e1000_check_for_copper_link_ich8lan() local
1638 u16 phy_reg; in e1000_check_for_copper_link_ich8lan() local
1641 &phy_reg); in e1000_check_for_copper_link_ich8lan()
2190 u16 phy_reg = 0; in e1000_update_mc_addr_list_pch2lan() local
2805 u16 phy_reg, data; in e1000_lv_jumbo_workaround_ich8lan() local
[all …]
H A De1000_phy.h93 s32 e1000_enable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg);
94 s32 e1000_disable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg);
H A De1000_phy.c3321 s32 e1000_enable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg) in e1000_enable_phy_wakeup_reg_access_bm() argument
3328 if (!phy_reg) in e1000_enable_phy_wakeup_reg_access_bm()
3341 ret_val = e1000_read_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, phy_reg); in e1000_enable_phy_wakeup_reg_access_bm()
3351 temp = *phy_reg; in e1000_enable_phy_wakeup_reg_access_bm()
3379 s32 e1000_disable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg) in e1000_disable_phy_wakeup_reg_access_bm() argument
3385 if (!phy_reg) in e1000_disable_phy_wakeup_reg_access_bm()
3396 ret_val = e1000_write_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, *phy_reg); in e1000_disable_phy_wakeup_reg_access_bm()
3435 u16 phy_reg = 0; in e1000_access_phy_wakeup_reg_bm() local
3447 ret_val = e1000_enable_phy_wakeup_reg_access_bm(hw, &phy_reg); in e1000_access_phy_wakeup_reg_bm()
3479 ret_val = e1000_disable_phy_wakeup_reg_access_bm(hw, &phy_reg); in e1000_access_phy_wakeup_reg_bm()
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_phy.h28 s32 igc_enable_phy_wakeup_reg_access_bm(struct igc_hw *hw, u16 *phy_reg);
29 s32 igc_disable_phy_wakeup_reg_access_bm(struct igc_hw *hw, u16 *phy_reg);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtulip.c1699 u32 phy_reg = inl(ioaddr + 0xB8); in pnic_do_nway() local
1706 if (phy_reg & 0x78000000) { /* Ignore baseT4 */ in pnic_do_nway()
1707 if (phy_reg & 0x20000000) tp->if_port = 5; in pnic_do_nway()
1708 else if (phy_reg & 0x40000000) tp->if_port = 3; in pnic_do_nway()
1709 else if (phy_reg & 0x10000000) tp->if_port = 4; in pnic_do_nway()
1710 else if (phy_reg & 0x08000000) tp->if_port = 0; in pnic_do_nway()
1716 if (phy_reg & 0x30000000) { in pnic_do_nway()
1723 tp->nic_name, phy_reg, medianame[tp->if_port]); in pnic_do_nway()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5681 uint16_t phy_reg; in e1000g_set_internal_loopback() local
5735 (void) e1000_read_phy_reg(hw, PHY_REG(2, 21), &phy_reg); in e1000g_set_internal_loopback()
5736 phy_reg &= ~0x0007; in e1000g_set_internal_loopback()
5737 phy_reg |= 0x006; in e1000g_set_internal_loopback()
5738 (void) e1000_write_phy_reg(hw, PHY_REG(2, 21), phy_reg); in e1000g_set_internal_loopback()
5743 (void) e1000_read_phy_reg(hw, PHY_REG(769, 16), &phy_reg); in e1000g_set_internal_loopback()
5745 phy_reg | 0x000C); in e1000g_set_internal_loopback()
5747 (void) e1000_read_phy_reg(hw, PHY_REG(776, 16), &phy_reg); in e1000g_set_internal_loopback()
5749 phy_reg | 0x0040); in e1000g_set_internal_loopback()
5753 phy_reg | 0x0040); in e1000g_set_internal_loopback()
[all …]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c937 uint_t phy_reg; in hci1394_ohci_phy_init() local
957 status = hci1394_ohci_phy_read(ohci_hdl, 2, &phy_reg); in hci1394_ohci_phy_init()
962 if ((phy_reg & OHCI_PHY_EXTND_MASK) != OHCI_PHY_EXTND) { in hci1394_ohci_phy_init()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_xmii.c95 mdio_adr.adr_bits.phy_reg = (uint16_t)regno; in nge_mii_access()
H A Dnge_chip.h1075 uint16_t phy_reg:5; member
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dlm5706.h1027 u32_t phy_reg,
1034 u32_t phy_reg,
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c2881 int phy_dev, phy_reg; in nxge_nlp2020_i2c_read() local
2891 phy_reg = NLP2020_I2C_SNOOP_ADDR_REG; in nxge_nlp2020_i2c_read()
2894 phy_dev, phy_reg, phy_data) != NXGE_OK) in nxge_nlp2020_i2c_read()
2897 phy_reg = NLP2020_I2C_SNOOP_STAT_REG; in nxge_nlp2020_i2c_read()
2898 (void) nxge_mdio_read(nxgep, ctrl_port, phy_dev, phy_reg, &stat); in nxge_nlp2020_i2c_read()
2900 (void) nxge_mdio_read(nxgep, ctrl_port, phy_dev, phy_reg, in nxge_nlp2020_i2c_read()
2904 phy_reg = NLP2020_I2C_SNOOP_DATA_REG; in nxge_nlp2020_i2c_read()
2905 (void) nxge_mdio_read(nxgep, ctrl_port, phy_dev, phy_reg, in nxge_nlp2020_i2c_read()
/illumos-gate/exception_lists/
H A Dhdrchk320 usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/phy_reg.h