Home
last modified time | relevance | path

Searched refs:airoha_fe_set (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/airoha/
H A Dairoha_eth.c127 airoha_fe_set(eth, REG_FE_VIP_PORT_EN, vip_port); in airoha_set_vip_for_gdm_port()
128 airoha_fe_set(eth, REG_FE_IFC_PORT_EN, vip_port); in airoha_set_vip_for_gdm_port()
142 airoha_fe_set(eth, REG_GDM_FWD_CFG(p), in airoha_fe_maccr_init()
149 airoha_fe_set(eth, REG_FE_CPORT_CFG, FE_CPORT_PAD); in airoha_fe_maccr_init()
305 airoha_fe_set(eth, REG_FE_PSE_BUF_SET, all_rsv); in airoha_fe_pse_ports_init()
495 airoha_fe_set(eth, REG_GDM_MISC_CFG, in airoha_fe_init()
513 airoha_fe_set(eth, REG_GDM3_FWD_CFG, GDM3_PAD_EN_MASK); in airoha_fe_init()
514 airoha_fe_set(eth, REG_GDM4_FWD_CFG, GDM4_PAD_EN_MASK); in airoha_fe_init()
531 airoha_fe_set(eth, REG_MC_VLAN_EN, MC_VLAN_EN_MASK); in airoha_fe_init()
1521 airoha_fe_set(eth, REG_FE_GDM_MIB_CLEAR(port->id), in airoha_update_hw_stats()
[all …]
H A Dairoha_eth.h519 #define airoha_fe_set(eth, offset, val) \ macro