Searched refs:IGC_TXSTMPH (Results 1 – 2 of 2) sorted by relevance
604 rd32(IGC_TXSTMPH); in igc_ptp_enable_tx_timestamp()768 regval |= (u64)rd32(IGC_TXSTMPH) << 32; in igc_ptp_tx_hwtstamp()791 rd32(IGC_TXSTMPH); in igc_ptp_tx_hwtstamp()798 regval |= (u64)rd32(IGC_TXSTMPH) << 32; in igc_ptp_tx_hwtstamp()
259 #define IGC_TXSTMPH 0x0B61C /* Tx timestamp value High - RO */ macro