Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_tsn.c269 if ((rd32(IGC_BASET_H) || rd32(IGC_BASET_L)) && in igc_tsn_enable_offload()
282 if (!(rd32(IGC_BASET_H) || rd32(IGC_BASET_L))) in igc_tsn_enable_offload()
309 wr32(IGC_BASET_L, 0); in igc_tsn_enable_offload()
310 wr32(IGC_BASET_L, baset_l); in igc_tsn_enable_offload()
H A Digc_regs.h228 #define IGC_BASET_L 0x3314 macro