Searched refs:pwr_offset (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/rockchip/ |
D | pm_domains.c | 43 u32 pwr_offset; member 273 regmap_write(pmu->regmap, pmu->info->pwr_offset, in rockchip_do_pmu_set_power_domain() 277 regmap_update_bits(pmu->regmap, pmu->info->pwr_offset, in rockchip_do_pmu_set_power_domain() 845 .pwr_offset = 0x18, 865 .pwr_offset = 0x08, 876 .pwr_offset = 0x04, 887 .pwr_offset = 0x08, 907 .pwr_offset = 0x08, 933 .pwr_offset = 0x0c, 950 .pwr_offset = 0x0c, [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
D | phy.h | 143 s8 pwr_offset; member
|
D | debug.c | 610 min_t(s8, pwr_param.pwr_offset, in rtw_debugfs_get_tx_pwr_tbl() 612 pwr_param.pwr_offset, pwr_param.pwr_limit, in rtw_debugfs_get_tx_pwr_tbl()
|
D | phy.c | 1812 s8 *offset = &pwr_param->pwr_offset; in rtw_get_tx_power_params() 1852 offset = min_t(s8, pwr_param.pwr_offset, pwr_param.pwr_limit); in rtw_phy_get_tx_power_index()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 27849 wlc_phy_txpwr_nphy_srom_convert(u8 *srom_max, u16 *pwr_offset, in wlc_phy_txpwr_nphy_srom_convert() argument 27860 tmp_nibble = (pwr_offset[word_num] >> 4 * nibble_num) & 0xf; in wlc_phy_txpwr_nphy_srom_convert() 27867 wlc_phy_txpwr_nphy_po_apply(u8 *srom_max, u8 pwr_offset, in wlc_phy_txpwr_nphy_po_apply() argument 27873 srom_max[rate] -= 2 * pwr_offset; in wlc_phy_txpwr_nphy_po_apply()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 58780 + u32 pwr_offset; 58867 + .pwr_offset = p_offset, \ 58875 + .pwr_offset = p_offset, \ 59125 + if (pd->info->pwr_offset) 59126 + pd_pwr_offset = pd->info->pwr_offset; 59132 - regmap_write(pmu->regmap, pmu->info->pwr_offset, 59133 + regmap_write(pmu->regmap, pmu->info->pwr_offset + pd_pwr_offset, 59137 - regmap_update_bits(pmu->regmap, pmu->info->pwr_offset, 59139 + regmap_update_bits(pmu->regmap, pmu->info->pwr_offset +
|