Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43/
H A Dlo.c578 u16 feedth; in lo_probe_possible_loctls() local
618 feedth = lo_measure_feedthrough(dev, gphy->lna_gain, in lo_probe_possible_loctls()
621 if (feedth < d->lowest_feedth) { in lo_probe_possible_loctls()
625 d->lowest_feedth = feedth; in lo_probe_possible_loctls()
651 u16 feedth; in lo_probe_loctls_statemachine() local
666 feedth = lo_measure_feedthrough(dev, gphy->lna_gain, in lo_probe_loctls_statemachine()
669 if (feedth < 0x258) { in lo_probe_loctls_statemachine()
670 if (feedth >= 0x12C) in lo_probe_loctls_statemachine()
674 feedth = lo_measure_feedthrough(dev, gphy->lna_gain, in lo_probe_loctls_statemachine()
678 d.lowest_feedth = feedth; in lo_probe_loctls_statemachine()