Searched refs:valuetostuff (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 21578 u16 valuetostuff; in wlc_phy_scale_offset_rssi_nphy() local 21585 valuetostuff = ((scale & 0x3f) << 8) | (offset & 0x3f); in wlc_phy_scale_offset_rssi_nphy() 21590 write_phy_reg(pi, 0x1a6, valuetostuff); in wlc_phy_scale_offset_rssi_nphy() 21595 write_phy_reg(pi, 0x1ac, valuetostuff); in wlc_phy_scale_offset_rssi_nphy() 21600 write_phy_reg(pi, 0x1b2, valuetostuff); in wlc_phy_scale_offset_rssi_nphy() 21605 write_phy_reg(pi, 0x1b8, valuetostuff); in wlc_phy_scale_offset_rssi_nphy() 21610 write_phy_reg(pi, 0x1a4, valuetostuff); in wlc_phy_scale_offset_rssi_nphy() 21615 write_phy_reg(pi, 0x1aa, valuetostuff); in wlc_phy_scale_offset_rssi_nphy() 21620 write_phy_reg(pi, 0x1b0, valuetostuff); in wlc_phy_scale_offset_rssi_nphy() 21625 write_phy_reg(pi, 0x1b6, valuetostuff); in wlc_phy_scale_offset_rssi_nphy() [all …]
|