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.c272 lo = enetc_rd_hot(hw, ENETC_SICTR0); in enetc_update_ptp_sync_msg()
273 hi = enetc_rd_hot(hw, ENETC_SICTR1); in enetc_update_ptp_sync_msg()
1158 lo = enetc_rd_hot(hw, ENETC_SICTR0); in enetc_get_tx_tstamp()
1159 hi = enetc_rd_hot(hw, ENETC_SICTR1); in enetc_get_tx_tstamp()
1436 tpid = htons(enetc_rd_hot(hw, ENETC_SICVLANR1) & in enetc_get_offloads()
1440 tpid = htons(enetc_rd_hot(hw, ENETC_SICVLANR2) & in enetc_get_offloads()
H A Denetc_hw.h534 #define enetc_rd_hot(hw, off) enetc_rd_reg_hot((hw)->reg + (off)) macro