Searched refs:valuetostuff (Results 1 – 1 of 1) sorted by relevance
/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 21670 u16 valuetostuff; in wlc_phy_scale_offset_rssi_nphy() local 21677 valuetostuff = ((scale & 0x3f) << 8) | (offset & 0x3f); in wlc_phy_scale_offset_rssi_nphy() 21682 write_phy_reg(pi, 0x1a6, valuetostuff); in wlc_phy_scale_offset_rssi_nphy() 21687 write_phy_reg(pi, 0x1ac, valuetostuff); in wlc_phy_scale_offset_rssi_nphy() 21692 write_phy_reg(pi, 0x1b2, valuetostuff); in wlc_phy_scale_offset_rssi_nphy() 21697 write_phy_reg(pi, 0x1b8, valuetostuff); in wlc_phy_scale_offset_rssi_nphy() 21702 write_phy_reg(pi, 0x1a4, valuetostuff); in wlc_phy_scale_offset_rssi_nphy() 21707 write_phy_reg(pi, 0x1aa, valuetostuff); in wlc_phy_scale_offset_rssi_nphy() 21712 write_phy_reg(pi, 0x1b0, valuetostuff); in wlc_phy_scale_offset_rssi_nphy() 21717 write_phy_reg(pi, 0x1b6, valuetostuff); in wlc_phy_scale_offset_rssi_nphy() [all …]
|