Searched refs:tbus_hi_offset (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_debug.c | 3132 u32 offset = 0, tbus_lo_offset, tbus_hi_offset; in qed_grc_dump_phy() local 3170 for (tbus_hi_offset = 0; in qed_grc_dump_phy() 3171 tbus_hi_offset < (NUM_PHY_TBUS_ADDRESSES >> 8); in qed_grc_dump_phy() 3172 tbus_hi_offset++) { in qed_grc_dump_phy() 3173 qed_wr(p_hwfn, p_ptt, addr_hi_addr, tbus_hi_offset); in qed_grc_dump_phy()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_debug.c | 3312 u32 offset = 0, tbus_lo_offset, tbus_hi_offset; in qed_grc_dump_phy() local 3350 for (tbus_hi_offset = 0; in qed_grc_dump_phy() 3351 tbus_hi_offset < (NUM_PHY_TBUS_ADDRESSES >> 8); in qed_grc_dump_phy() 3352 tbus_hi_offset++) { in qed_grc_dump_phy() 3353 qed_wr(p_hwfn, p_ptt, addr_hi_addr, tbus_hi_offset); in qed_grc_dump_phy()
|
Completed in 21 milliseconds