Searched refs:airoha_fe_wr (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/mediatek/ |
H A D | airoha_eth.c | 850 #define airoha_fe_wr(eth, offset, val) \ macro 920 airoha_fe_wr(eth, reg, val); in airoha_set_macaddr() 923 airoha_fe_wr(eth, REG_FE_MAC_LMIN(reg), val); in airoha_set_macaddr() 924 airoha_fe_wr(eth, REG_FE_MAC_LMAX(reg), val); in airoha_set_macaddr() 1028 airoha_fe_wr(eth, REG_FE_VIP_PATN(3), ETH_P_PPP_DISC); in airoha_fe_vip_setup() 1029 airoha_fe_wr(eth, REG_FE_VIP_EN(3), PATN_FCPU_EN_MASK | PATN_EN_MASK); in airoha_fe_vip_setup() 1031 airoha_fe_wr(eth, REG_FE_VIP_PATN(4), PPP_LCP); in airoha_fe_vip_setup() 1032 airoha_fe_wr(eth, REG_FE_VIP_EN(4), in airoha_fe_vip_setup() 1036 airoha_fe_wr(eth, REG_FE_VIP_PATN(6), PPP_IPCP); in airoha_fe_vip_setup() 1037 airoha_fe_wr(eth, REG_FE_VIP_EN(6), in airoha_fe_vip_setup() [all …]
|