Home
last modified time | relevance | path

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

/drivers/net/wireless/broadcom/b43/
Dlo.c591 u16 feedth; in lo_probe_possible_loctls() local
631 feedth = lo_measure_feedthrough(dev, gphy->lna_gain, in lo_probe_possible_loctls()
634 if (feedth < d->lowest_feedth) { in lo_probe_possible_loctls()
638 d->lowest_feedth = feedth; in lo_probe_possible_loctls()
664 u16 feedth; in lo_probe_loctls_statemachine() local
679 feedth = lo_measure_feedthrough(dev, gphy->lna_gain, in lo_probe_loctls_statemachine()
682 if (feedth < 0x258) { in lo_probe_loctls_statemachine()
683 if (feedth >= 0x12C) in lo_probe_loctls_statemachine()
687 feedth = lo_measure_feedthrough(dev, gphy->lna_gain, in lo_probe_loctls_statemachine()
691 d.lowest_feedth = feedth; in lo_probe_loctls_statemachine()