Home
last modified time | relevance | path

Searched refs:addr_reg (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dcommon.h485 void t4_read_indirect(struct adapter *adap, unsigned int addr_reg,
488 void t4_write_indirect(struct adapter *adap, unsigned int addr_reg,
H A Dt4_hw.c181 void t4_read_indirect(struct adapter *adap, unsigned int addr_reg, in t4_read_indirect() argument
186 t4_write_reg(adap, addr_reg, start_idx); in t4_read_indirect()
204 void t4_write_indirect(struct adapter *adap, unsigned int addr_reg, in t4_write_indirect() argument
209 t4_write_reg(adap, addr_reg, start_idx++); in t4_write_indirect()
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_phy.c3773 u32 addr_reg; in e1000_access_phy_debug_regs_hv() local
3779 addr_reg = ((hw->phy.type == e1000_phy_82578) ? in e1000_access_phy_debug_regs_hv()
3781 data_reg = addr_reg + 1; in e1000_access_phy_debug_regs_hv()
3787 ret_val = e1000_write_phy_reg_mdic(hw, addr_reg, (u16)offset & 0x3F); in e1000_access_phy_debug_regs_hv()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_phy.c3817 u32 addr_reg; in igc_access_phy_debug_regs_hv() local
3823 addr_reg = ((hw->phy.type == igc_phy_82578) ? in igc_access_phy_debug_regs_hv()
3825 data_reg = addr_reg + 1; in igc_access_phy_debug_regs_hv()
3831 ret_val = igc_write_phy_reg_mdic(hw, addr_reg, (u16)offset & 0x3F); in igc_access_phy_debug_regs_hv()