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