Searched refs:airoha_fe_wr (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/airoha/ |
| H A D | airoha_eth.c | 136 airoha_fe_wr(eth, reg, val); in airoha_set_macaddr() 138 airoha_fe_wr(eth, REG_FE_MAC_LMIN(reg), lmin); in airoha_set_macaddr() 139 airoha_fe_wr(eth, REG_FE_MAC_LMAX(reg), lmax); in airoha_set_macaddr() 199 airoha_fe_wr(eth, REG_FE_VIP_PATN(3), ETH_P_PPP_DISC); in airoha_fe_vip_setup() 200 airoha_fe_wr(eth, REG_FE_VIP_EN(3), PATN_FCPU_EN_MASK | PATN_EN_MASK); in airoha_fe_vip_setup() 202 airoha_fe_wr(eth, REG_FE_VIP_PATN(4), PPP_LCP); in airoha_fe_vip_setup() 203 airoha_fe_wr(eth, REG_FE_VIP_EN(4), in airoha_fe_vip_setup() 207 airoha_fe_wr(eth, REG_FE_VIP_PATN(6), PPP_IPCP); in airoha_fe_vip_setup() 208 airoha_fe_wr(eth, REG_FE_VIP_EN(6), in airoha_fe_vip_setup() 212 airoha_fe_wr(eth, REG_FE_VIP_PATN(7), PPP_CHAP); in airoha_fe_vip_setup() [all …]
|
| H A D | airoha_ppe.c | 148 airoha_fe_wr(eth, REG_PPE_TB_BASE(i), in airoha_ppe_hw_init() 194 airoha_fe_wr(eth, REG_PPE_HASH_SEED(i), PPE_HASH_SEED); in airoha_ppe_hw_init() 702 airoha_fe_wr(ppe->eth, REG_PPE_RAM_CTRL(ppe2), in airoha_ppe_foe_get_entry_locked() 757 airoha_fe_wr(ppe->eth, REG_PPE_RAM_ENTRY(ppe2, i), ptr[i]); in airoha_ppe_foe_commit_sram_entry() 760 airoha_fe_wr(ppe->eth, REG_PPE_RAM_CTRL(ppe2), in airoha_ppe_foe_commit_sram_entry() 1528 airoha_fe_wr(eth, REG_UPDMEM_DATA(0), val); in airoha_ppe_init_upd_mem() 1529 airoha_fe_wr(eth, REG_UPDMEM_CTRL(0), in airoha_ppe_init_upd_mem() 1534 airoha_fe_wr(eth, REG_UPDMEM_DATA(0), val); in airoha_ppe_init_upd_mem() 1535 airoha_fe_wr(eth, REG_UPDMEM_CTRL(0), in airoha_ppe_init_upd_mem()
|
| H A D | airoha_eth.h | 673 #define airoha_fe_wr(eth, offset, val) \ macro
|