| /linux/arch/powerpc/platforms/83xx/ |
| H A D | mcu_mpc8349emitx.c | 37 u8 reg_ctrl; member 52 mcu->reg_ctrl = ret; in shutdown_thread_fn() 55 if (mcu->reg_ctrl & MCU_CTRL_BTN) { in shutdown_thread_fn() 57 mcu->reg_ctrl & ~MCU_CTRL_BTN); in shutdown_thread_fn() 78 mcu->reg_ctrl = ret; in show_status() 91 mcu->reg_ctrl | MCU_CTRL_POFF); in mcu_power_off() 103 mcu->reg_ctrl &= ~bit; in mcu_gpio_set() 105 mcu->reg_ctrl |= bit; in mcu_gpio_set() 108 mcu->reg_ctrl); in mcu_gpio_set() 160 mcu->reg_ctrl = ret; in mcu_probe()
|
| /linux/drivers/clk/spacemit/ |
| H A D | ccu_mix.h | 72 .reg_ctrl = _reg_ctrl, \ 89 .reg_ctrl = _reg_ctrl, \ 99 .reg_ctrl = _reg_ctrl, \ 110 .reg_ctrl = _reg_ctrl, \ 126 .reg_ctrl = _reg_ctrl, \ 138 .reg_ctrl = _reg_ctrl, \ 151 .reg_ctrl = _reg_ctrl, \ 165 .reg_ctrl = _reg_ctrl, \ 186 .reg_ctrl = _reg_ctrl, \ 199 .reg_ctrl = _reg_ctrl, \
|
| H A D | ccu_common.h | 19 u32 reg_ctrl; member
|
| H A D | ccu_ddn.h | 31 .reg_ctrl = _reg_ctrl, \
|
| /linux/sound/soc/tegra/ |
| H A D | tegra210_peq.c | 58 static void tegra210_peq_read_ram(struct regmap *regmap, unsigned int reg_ctrl, in tegra210_peq_read_ram() argument 70 regmap_write(regmap, reg_ctrl, val); in tegra210_peq_read_ram() 80 static void tegra210_peq_write_ram(struct regmap *regmap, unsigned int reg_ctrl, in tegra210_peq_write_ram() argument 92 regmap_write(regmap, reg_ctrl, val); in tegra210_peq_write_ram() 151 u32 i, reg_ctrl = params->soc.base; in tegra210_peq_ram_get() local 152 u32 reg_data = reg_ctrl + cmpnt->val_bytes; in tegra210_peq_ram_get() 157 tegra210_peq_read_ram(ope->peq_regmap, reg_ctrl, reg_data, in tegra210_peq_ram_get() 174 u32 i, reg_ctrl = params->soc.base; in tegra210_peq_ram_put() local 175 u32 reg_data = reg_ctrl + cmpnt->val_bytes; in tegra210_peq_ram_put() 183 tegra210_peq_write_ram(ope->peq_regmap, reg_ctrl, reg_dat in tegra210_peq_ram_put() [all...] |
| H A D | tegra210_mbdrc.c | 215 static void tegra210_mbdrc_write_ram(struct regmap *regmap, unsigned int reg_ctrl, in tegra210_mbdrc_write_ram() argument 227 regmap_write(regmap, reg_ctrl, val); in tegra210_mbdrc_write_ram() 429 u32 reg_ctrl = params->soc.base; in tegra210_mbdrc_biquad_coeffs_put() local 430 u32 reg_data = reg_ctrl + cmpnt->val_bytes; in tegra210_mbdrc_biquad_coeffs_put() 433 tegra210_mbdrc_write_ram(ope->mbdrc_regmap, reg_ctrl, reg_data, in tegra210_mbdrc_biquad_coeffs_put()
|
| /linux/drivers/thermal/ |
| H A D | loongson2_thermal.c | 53 int reg_ctrl = 0; in loongson2_set_ctrl_regs() local 57 reg_ctrl = ctrl_data + HECTO; in loongson2_set_ctrl_regs() 58 reg_ctrl |= enable ? 0x100 : 0; in loongson2_set_ctrl_regs() 59 writew(reg_ctrl, data->ctrl_reg + ctrl_reg + reg_off); in loongson2_set_ctrl_regs()
|
| /linux/drivers/media/pci/cx23885/ |
| H A D | cx23885-i2c.c | 84 cx_write(bus->reg_ctrl, bus->i2c_period | (1 << 2)); in i2c_sendbytes() 107 cx_write(bus->reg_ctrl, ctrl); in i2c_sendbytes() 129 cx_write(bus->reg_ctrl, ctrl); in i2c_sendbytes() 163 cx_write(bus->reg_ctrl, bus->i2c_period | (1 << 2) | 1); in i2c_readbytes() 189 cx_write(bus->reg_ctrl, ctrl); in i2c_readbytes()
|
| /linux/drivers/media/pci/cx25821/ |
| H A D | cx25821-i2c.c | 83 cx_write(bus->reg_ctrl, bus->i2c_period | (1 << 2)); in i2c_sendbytes() 108 cx_write(bus->reg_ctrl, ctrl); in i2c_sendbytes() 134 cx_write(bus->reg_ctrl, ctrl); in i2c_sendbytes() 174 cx_write(bus->reg_ctrl, bus->i2c_period | (1 << 2) | 1); in i2c_readbytes() 199 cx_write(bus->reg_ctrl, ctrl); in i2c_readbytes()
|
| H A D | cx25821.h | 149 u32 reg_ctrl; member
|
| H A D | cx25821-core.c | 884 dev->i2c_bus[0].reg_ctrl = I2C1_CTRL; in cx25821_dev_setup()
|
| /linux/tools/perf/util/cs-etm-decoder/ |
| H A D | cs-etm-decoder.h | 27 u32 reg_ctrl; member
|
| H A D | cs-etm-decoder.c | 142 config->reg_ctrl = params->etmv3.reg_ctrl; in cs_etm_decoder__gen_etmv3_config()
|
| /linux/sound/soc/fsl/ |
| H A D | fsl_xcvr.c | 1393 void __iomem *reg_ctrl, *reg_buff; in irq0_isr() 1408 reg_ctrl = xcvr->ram_addr + FSL_XCVR_RX_CS_CTRL_0; in irq0_isr() 1410 memcpy_fromio(&val, reg_ctrl, sizeof(val)); in irq0_isr() 1412 reg_ctrl = xcvr->ram_addr + FSL_XCVR_RX_CS_CTRL_1; in irq0_isr() 1414 memcpy_fromio(&val, reg_ctrl, sizeof(val)); in irq0_isr() 1427 writel_relaxed(0, reg_ctrl); in irq0_isr() 1390 void __iomem *reg_ctrl, *reg_buff; irq0_isr() local
|
| /linux/drivers/misc/lis3lv02d/ |
| H A D | lis3lv02d.c | 394 if (lis3->reg_ctrl) in lis3lv02d_poweroff() 398 if (lis3->reg_ctrl) in lis3lv02d_poweroff() 399 lis3->reg_ctrl(lis3, LIS3_REG_OFF); in lis3lv02d_poweroff() 437 if (lis3->reg_ctrl) in lis3lv02d_poweron()
|
| H A D | lis3lv02d_i2c.c | 153 lis3_dev.reg_ctrl = lis3_reg_ctrl; in lis3lv02d_i2c_probe()
|
| /linux/drivers/net/wireless/ath/wcn36xx/ |
| H A D | dxe.c | 124 wcn->dxe_tx_l_ch.reg_ctrl = WCN36XX_DXE_REG_CTL_TX_L; in wcn36xx_dxe_alloc_ctl_blks() 125 wcn->dxe_tx_h_ch.reg_ctrl = WCN36XX_DXE_REG_CTL_TX_H; in wcn36xx_dxe_alloc_ctl_blks() 844 ch->reg_ctrl, ch->def_ctrl); in wcn36xx_dxe_tx_frame()
|
| H A D | dxe.h | 443 u32 reg_ctrl; member
|
| /linux/tools/perf/util/ |
| H A D | cs-etm.c | 796 t_params->etmv3.reg_ctrl = metadata[CS_ETM_ETMCR]; in cs_etm__set_trace_param_etmv3()
|