Searched refs:phy_reg (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/dev/e1000/ |
| H A D | e1000_ich8lan.c | 203 u16 phy_reg = 0; in e1000_phy_is_accessible_pchlan() local 1262 u16 phy_reg; in e1000_enable_ulp_lpt_lp() local 1328 phy_reg = oem_reg; in e1000_enable_ulp_lpt_lp() 1332 phy_reg); in e1000_enable_ulp_lpt_lp() 1408 u16 phy_reg; in e1000_disable_ulp_lpt_lp() local 1548 u16 phy_reg; in e1000_check_for_copper_link_ich8lan() local 1613 u16 phy_reg; in e1000_check_for_copper_link_ich8lan() local 1616 &phy_reg); in e1000_check_for_copper_link_ich8lan() 2153 u16 phy_reg = 0; in e1000_update_mc_addr_list_pch2lan() local 2762 u16 phy_reg, data; in e1000_lv_jumbo_workaround_ich8lan() local [all …]
|
| H A D | e1000_phy.h | 94 s32 e1000_enable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg); 95 s32 e1000_disable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg);
|
| H A D | e1000_phy.c | 3322 s32 e1000_enable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg) in e1000_enable_phy_wakeup_reg_access_bm() argument 3329 if (!phy_reg) in e1000_enable_phy_wakeup_reg_access_bm() 3342 ret_val = e1000_read_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, phy_reg); in e1000_enable_phy_wakeup_reg_access_bm() 3352 temp = *phy_reg; in e1000_enable_phy_wakeup_reg_access_bm() 3380 s32 e1000_disable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg) in e1000_disable_phy_wakeup_reg_access_bm() argument 3386 if (!phy_reg) in e1000_disable_phy_wakeup_reg_access_bm() 3397 ret_val = e1000_write_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, *phy_reg); in e1000_disable_phy_wakeup_reg_access_bm() 3436 u16 phy_reg = 0; in e1000_access_phy_wakeup_reg_bm() local 3448 ret_val = e1000_enable_phy_wakeup_reg_access_bm(hw, &phy_reg); in e1000_access_phy_wakeup_reg_bm() 3480 ret_val = e1000_disable_phy_wakeup_reg_access_bm(hw, &phy_reg); in e1000_access_phy_wakeup_reg_bm()
|
| /freebsd-12.1/sys/dev/fdt/ |
| H A D | fdt_common.c | 386 pcell_t phy_handle, phy_reg; in fdt_get_phyaddr() local 396 if (OF_getencprop(phy_node, "reg", (void *)&phy_reg, in fdt_get_phyaddr() 397 sizeof(phy_reg)) <= 0) in fdt_get_phyaddr() 400 *phy_addr = phy_reg; in fdt_get_phyaddr()
|
| /freebsd-12.1/sys/dev/dc/ |
| H A D | if_dc.c | 727 phy_reg = DC_AL_BMCR; in dc_miibus_readreg() 730 phy_reg = DC_AL_BMSR; in dc_miibus_readreg() 739 phy_reg = DC_AL_ANAR; in dc_miibus_readreg() 742 phy_reg = DC_AL_LPAR; in dc_miibus_readreg() 745 phy_reg = DC_AL_ANER; in dc_miibus_readreg() 774 int i, phy_reg = 0; in dc_miibus_writereg() local 801 phy_reg = DC_AL_BMCR; in dc_miibus_writereg() 804 phy_reg = DC_AL_BMSR; in dc_miibus_writereg() 813 phy_reg = DC_AL_ANAR; in dc_miibus_writereg() 816 phy_reg = DC_AL_LPAR; in dc_miibus_writereg() [all …]
|
| /freebsd-12.1/sys/dev/xilinx/ |
| H A D | if_xae.c | 156 pcell_t phy_handle, phy_reg; in xae_get_phyaddr() local 164 if (OF_getencprop(phy_node, "reg", (void *)&phy_reg, in xae_get_phyaddr() 165 sizeof(phy_reg)) <= 0) in xae_get_phyaddr() 168 *phy_addr = phy_reg; in xae_get_phyaddr()
|