Home
last modified time | relevance | path

Searched refs:IGC_IMS_DRSTA (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h282 #define IGC_IMS_DRSTA IGC_ICR_DRSTA /* Device Reset Asserted */ macro
H A Digc_main.c4068 u32 ims = IGC_IMS_LSC | IGC_IMS_DOUTSYNC | IGC_IMS_DRSTA; in igc_irq_enable()
4077 wr32(IGC_IMS, IMS_ENABLE_MASK | IGC_IMS_DRSTA); in igc_irq_enable()
4078 wr32(IGC_IAM, IMS_ENABLE_MASK | IGC_IMS_DRSTA); in igc_irq_enable()