Home
last modified time | relevance | path

Searched refs:ltrv (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H A Digc_i225.c563 u32 tw_system, ltrc, ltrv, ltr_min, ltr_max, scale_min, scale_max; in igc_set_ltr_i225() local
636 ltrv = rd32(IGC_LTRMINV); in igc_set_ltr_i225()
637 if (ltr_min != (ltrv & IGC_LTRMINV_LTRV_MASK)) { in igc_set_ltr_i225()
638 ltrv = IGC_LTRMINV_LSNP_REQ | ltr_min | in igc_set_ltr_i225()
640 wr32(IGC_LTRMINV, ltrv); in igc_set_ltr_i225()
643 ltrv = rd32(IGC_LTRMAXV); in igc_set_ltr_i225()
644 if (ltr_max != (ltrv & IGC_LTRMAXV_LTRV_MASK)) { in igc_set_ltr_i225()
645 ltrv = IGC_LTRMAXV_LSNP_REQ | ltr_max | in igc_set_ltr_i225()
647 wr32(IGC_LTRMAXV, ltrv); in igc_set_ltr_i225()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H A Digc_i225.c561 u32 tw_system, ltrc, ltrv, ltr_min, ltr_max, scale_min, scale_max; in igc_set_ltr_i225() local
625 ltrv = rd32(IGC_LTRMINV); in igc_set_ltr_i225()
626 if (ltr_min != (ltrv & IGC_LTRMINV_LTRV_MASK)) { in igc_set_ltr_i225()
627 ltrv = IGC_LTRMINV_LSNP_REQ | ltr_min | in igc_set_ltr_i225()
629 wr32(IGC_LTRMINV, ltrv); in igc_set_ltr_i225()
632 ltrv = rd32(IGC_LTRMAXV); in igc_set_ltr_i225()
633 if (ltr_max != (ltrv & IGC_LTRMAXV_LTRV_MASK)) { in igc_set_ltr_i225()
634 ltrv = IGC_LTRMAXV_LSNP_REQ | ltr_max | in igc_set_ltr_i225()
636 wr32(IGC_LTRMAXV, ltrv); in igc_set_ltr_i225()

Completed in 2 milliseconds