Searched refs:IGC_TXSTMPH (Results 1 – 2 of 2) sorted by relevance
642 rd32(IGC_TXSTMPH); in igc_ptp_enable_tx_timestamp()825 regval |= (u64)rd32(IGC_TXSTMPH) << 32; in igc_ptp_tx_hwtstamp()848 rd32(IGC_TXSTMPH); in igc_ptp_tx_hwtstamp()855 regval |= (u64)rd32(IGC_TXSTMPH) << 32; in igc_ptp_tx_hwtstamp()
283 #define IGC_TXSTMPH 0x0B61C /* Tx timestamp value High - RO */ macro