Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/airoha/
H A Dairoha_eth.c225 val = airoha_fe_rr(eth, REG_FE_PSE_QUEUE_CFG_VAL); in airoha_fe_get_pse_queue_rsv_pages()
245 u32 val = airoha_fe_rr(eth, REG_FE_PSE_BUF_SET); in airoha_fe_get_pse_all_rsv()
265 tmp = airoha_fe_rr(eth, PSE_FQ_CFG); in airoha_fe_set_pse_oq_rsv()
372 err = read_poll_timeout(airoha_fe_rr, val, in airoha_fe_mc_vlan_clear()
386 err = read_poll_timeout(airoha_fe_rr, val, in airoha_fe_mc_vlan_clear()
1393 val = airoha_fe_rr(eth, REG_FE_GDM_TX_OK_PKT_CNT_H(port->id)); in airoha_update_hw_stats()
1395 val = airoha_fe_rr(eth, REG_FE_GDM_TX_OK_PKT_CNT_L(port->id)); in airoha_update_hw_stats()
1406 val = airoha_fe_rr(eth, REG_FE_GDM_TX_ETH_BC_CNT(port->id)); in airoha_update_hw_stats()
1409 val = airoha_fe_rr(eth, REG_FE_GDM_TX_ETH_MC_CNT(port->id)); in airoha_update_hw_stats()
1462 val = airoha_fe_rr(eth, REG_FE_GDM_RX_ETH_BC_CNT(port->id)); in airoha_update_hw_stats()
[all …]
H A Dairoha_ppe.c29 return airoha_fe_rr(eth, REG_PPE_GLO_CFG(1)) & PPE_GLO_CFG_EN_MASK; in airoha_ppe2_is_enabled()
34 u16 timestamp = airoha_fe_rr(ppe->eth, REG_FE_FOE_TS); in airoha_ppe_get_timestamp()
412 if (read_poll_timeout_atomic(airoha_fe_rr, val, in airoha_ppe_foe_get_entry()
419 hwe[i] = airoha_fe_rr(eth, in airoha_ppe_foe_get_entry()
H A Dairoha_eth.h513 #define airoha_fe_rr(eth, offset) \ macro