Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/airoha/
H A Dairoha_eth.c112 airoha_fe_set(eth, REG_FE_VIP_PORT_EN, vip_port); in airoha_set_vip_for_gdm_port()
113 airoha_fe_set(eth, REG_FE_IFC_PORT_EN, vip_port); in airoha_set_vip_for_gdm_port()
127 airoha_fe_set(eth, REG_GDM_FWD_CFG(p), in airoha_set_vip_for_gdm_port()
134 airoha_fe_set(eth, REG_FE_CPORT_CFG, FE_CPORT_PAD); in airoha_fe_maccr_init()
488 airoha_fe_set(eth, REG_GDM_MISC_CFG, in airoha_fe_init()
506 airoha_fe_set(eth, REG_GDM_FWD_CFG(AIROHA_GDM3_IDX), GDM_PAD_EN_MASK); in airoha_fe_init()
507 airoha_fe_set(eth, REG_GDM_FWD_CFG(AIROHA_GDM4_IDX), GDM_PAD_EN_MASK); in airoha_fe_init()
512 airoha_fe_set(eth, REG_FE_CPORT_CFG, FE_CPORT_PORT_XFC_MASK); in airoha_fe_init()
524 airoha_fe_set(eth, REG_MC_VLAN_EN, MC_VLAN_EN_MASK); in airoha_fe_init()
1632 airoha_fe_set(et in airoha_dev_open()
[all...]
H A Dairoha_eth.h617 #define airoha_fe_set(eth, offset, val) \
614 #define airoha_fe_set( global() macro