Searched refs:enetc_rd_hot (Results 1 – 2 of 2) sorted by relevance
306 lo = enetc_rd_hot(hw, ENETC_SICTR0); in enetc_map_tx_buffs()307 hi = enetc_rd_hot(hw, ENETC_SICTR1); in enetc_map_tx_buffs()1077 lo = enetc_rd_hot(hw, ENETC_SICTR0); in enetc_get_tx_tstamp()1078 hi = enetc_rd_hot(hw, ENETC_SICTR1); in enetc_get_tx_tstamp()
530 #define enetc_rd_hot(hw, off) enetc_rd_reg_hot((hw)->reg + (off)) macro