Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c342 lo = enetc_rd_hot(hw, ENETC_SICTR0); in enetc_map_tx_buffs()
343 hi = enetc_rd_hot(hw, ENETC_SICTR1); in enetc_map_tx_buffs()
1113 lo = enetc_rd_hot(hw, ENETC_SICTR0); in enetc_get_tx_tstamp()
1114 hi = enetc_rd_hot(hw, ENETC_SICTR1); in enetc_get_tx_tstamp()
1389 tpid = htons(enetc_rd_hot(hw, ENETC_SICVLANR1) & in enetc_get_offloads()
1393 tpid = htons(enetc_rd_hot(hw, ENETC_SICVLANR2) & in enetc_get_offloads()
H A Denetc_hw.h533 #define enetc_rd_hot(hw, off) enetc_rd_reg_hot((hw)->reg + (off)) macro