Searched refs:pwdb_max (Results 1 – 1 of 1) sorted by relevance
5745 u8 pwdb_max = 0, rxsc; in jaguar2_rx_parse_phystats_type1() local5757 pwdb_max = max(pwdb_max, phy_stats1->pwdb[rx_path]); in jaguar2_rx_parse_phystats_type1()5759 rx_status->signal = pwdb_max - 110; in jaguar2_rx_parse_phystats_type1()5778 u8 pwdb_max = 0; in jaguar2_rx_parse_phystats_type2() local5782 pwdb_max = max(pwdb_max, phy_stats2->pwdb[rx_path]); in jaguar2_rx_parse_phystats_type2()5784 rx_status->signal = pwdb_max - 110; in jaguar2_rx_parse_phystats_type2()