Home
last modified time | relevance | path

Searched refs:PFINT_OICR_TSYN_TX_M (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c223 val |= PFINT_OICR_TSYN_TX_M; in ice_ptp_cfg_tx_interrupt()
225 val &= ~PFINT_OICR_TSYN_TX_M; in ice_ptp_cfg_tx_interrupt()
265 val &= ~PFINT_OICR_TSYN_TX_M; in ice_ptp_disable_timestamp_mode()
291 wr32(hw, PFINT_OICR, PFINT_OICR_TSYN_TX_M); in ice_ptp_restore_timestamp_mode()
2913 wr32(hw, PFINT_OICR, PFINT_OICR_TSYN_TX_M); in ice_ptp_ts_irq()
2965 wr32(hw, PFINT_OICR, PFINT_OICR_TSYN_TX_M); in ice_ptp_maybe_trigger_tx_interrupt()
H A Dice_hw_autogen.h228 #define PFINT_OICR_TSYN_TX_M BIT(11) macro
H A Dice_main.c3261 if (oicr & PFINT_OICR_TSYN_TX_M) { in ice_misc_intr()
3262 ena_mask &= ~PFINT_OICR_TSYN_TX_M; in ice_misc_intr()
3330 wr32(hw, PFINT_OICR, PFINT_OICR_TSYN_TX_M); in ice_misc_intr_thread_fn()