Searched refs:rx_gain_reduction_db (Results 1 – 1 of 1) sorted by relevance
2053 u32 rx_gain_reduction_db; in trf7970a_probe() 2115 if (of_property_read_u32(np, "ti,rx-gain-reduction-db", &rx_gain_reduction_db) == 0) { in trf7970a_probe() 2116 if (rx_gain_reduction_db > TRF7970A_RX_GAIN_REDUCTION_MAX_DB) { in trf7970a_probe() 2118 } else if ((rx_gain_reduction_db % TRF7970A_RX_GAIN_REDUCTION_DB_PER_LSB)) { in trf7970a_probe() 2121 dev_dbg(trf->dev, "RX gain set to -%udB\n", rx_gain_reduction_db); in trf7970a_probe() 2122 trf->rx_gain_reduction = ((rx_gain_reduction_db / in trf7970a_probe() 2051 u32 rx_gain_reduction_db; trf7970a_probe() local