Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/freescale/enetc/
Denetc.c220 lo = enetc_rd_hot(hw, ENETC_SICTR0); in enetc_map_tx_buffs()
221 hi = enetc_rd_hot(hw, ENETC_SICTR1); in enetc_map_tx_buffs()
735 lo = enetc_rd_hot(hw, ENETC_SICTR0); in enetc_get_tx_tstamp()
736 hi = enetc_rd_hot(hw, ENETC_SICTR1); in enetc_get_tx_tstamp()
Denetc_hw.h482 #define enetc_rd_hot(hw, off) enetc_rd_reg_hot((hw)->reg + (off)) macro