Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_i225.c889 u32 tw_system, ltrc, ltrv, ltr_min, ltr_max, scale_min, scale_max; in igc_set_ltr_i225() local
963 ltrv = IGC_READ_REG(hw, IGC_LTRMINV); in igc_set_ltr_i225()
964 if (ltr_min != (ltrv & IGC_LTRMINV_LTRV_MASK)) { in igc_set_ltr_i225()
965 ltrv = IGC_LTRMINV_LSNP_REQ | ltr_min | in igc_set_ltr_i225()
967 IGC_WRITE_REG(hw, IGC_LTRMINV, ltrv); in igc_set_ltr_i225()
970 ltrv = IGC_READ_REG(hw, IGC_LTRMAXV); in igc_set_ltr_i225()
971 if (ltr_max != (ltrv & IGC_LTRMAXV_LTRV_MASK)) { in igc_set_ltr_i225()
972 ltrv = IGC_LTRMAXV_LSNP_REQ | ltr_max | in igc_set_ltr_i225()
974 IGC_WRITE_REG(hw, IGC_LTRMAXV, ltrv); in igc_set_ltr_i225()