Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c239 lo = enetc_rd_hot(hw, ENETC_SICTR0); in enetc_map_tx_buffs()
240 hi = enetc_rd_hot(hw, ENETC_SICTR1); in enetc_map_tx_buffs()
755 lo = enetc_rd_hot(hw, ENETC_SICTR0); in enetc_get_tx_tstamp()
756 hi = enetc_rd_hot(hw, ENETC_SICTR1); in enetc_get_tx_tstamp()
H A Denetc_hw.h508 #define enetc_rd_hot(hw, off) enetc_rd_reg_hot((hw)->reg + (off)) macro