Home
last modified time | relevance | path

Searched refs:airoha_fe_wr (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/airoha/
H A Dairoha_eth.c87 airoha_fe_wr(eth, reg, val); in airoha_set_macaddr()
158 airoha_fe_wr(eth, REG_FE_VIP_EN(4), in airoha_fe_vip_setup()
163 airoha_fe_wr(eth, REG_FE_VIP_EN(6), in airoha_fe_vip_setup()
168 airoha_fe_wr(eth, REG_FE_VIP_EN(7), in airoha_fe_vip_setup()
174 airoha_fe_wr(eth, REG_FE_VIP_EN(8), in airoha_fe_vip_setup()
180 airoha_fe_wr(eth, REG_FE_VIP_EN(9), in airoha_fe_vip_setup()
186 airoha_fe_wr(eth, REG_FE_VIP_EN(10), in airoha_fe_vip_setup()
191 airoha_fe_wr(eth, REG_FE_VIP_EN(11), in airoha_fe_vip_setup()
197 airoha_fe_wr(eth, REG_FE_VIP_EN(12), in airoha_fe_vip_setup()
202 airoha_fe_wr(eth, REG_FE_VIP_EN(19), in airoha_fe_vip_setup()
[all …]
H A Dairoha_ppe.c51 airoha_fe_wr(eth, REG_PPE_TB_BASE(i), in airoha_ppe_hw_init()
84 airoha_fe_wr(eth, REG_PPE_HASH_SEED(i), PPE_HASH_SEED); in airoha_ppe_hw_init()
409 airoha_fe_wr(ppe->eth, REG_PPE_RAM_CTRL(ppe2), in airoha_ppe_foe_get_entry()
H A Dairoha_eth.h515 #define airoha_fe_wr(eth, offset, val) \ macro