Searched refs:reg_config (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/regulator/ |
D | as3722-regulator.c | 710 struct as3722_regulator_config_data *reg_config; in as3722_get_regulator_dt_data() local 734 reg_config = &as3722_regs->reg_config_data[id]; in as3722_get_regulator_dt_data() 735 reg_config->reg_init = as3722_regulator_matches[id].init_data; in as3722_get_regulator_dt_data() 738 if (!reg_config->reg_init || !reg_node) in as3722_get_regulator_dt_data() 744 reg_config->ext_control = prop; in as3722_get_regulator_dt_data() 750 reg_config->enable_tracking = in as3722_get_regulator_dt_data() 760 struct as3722_regulator_config_data *reg_config; in as3722_regulator_probe() local 785 reg_config = &as3722_regs->reg_config_data[id]; in as3722_regulator_probe() 803 if (reg_config->ext_control) in as3722_regulator_probe() 813 if (reg_config->ext_control) in as3722_regulator_probe() [all …]
|
/linux-4.1.27/drivers/hwmon/ |
D | max6642.c | 129 u8 reg_config, reg_status, man_id; in max6642_detect() local 150 reg_config = i2c_smbus_read_byte_data(client, MAX6642_REG_R_CONFIG); in max6642_detect() 151 if ((reg_config & 0x0f) != 0x00) in max6642_detect() 155 if (i2c_smbus_read_byte_data(client, 0x04) != reg_config in max6642_detect() 156 || i2c_smbus_read_byte_data(client, 0x06) != reg_config in max6642_detect() 157 || i2c_smbus_read_byte_data(client, 0xff) != reg_config) in max6642_detect()
|
D | max1619.c | 230 u8 reg_config, reg_convrate, reg_status, man_id, chip_id; in max1619_detect() local 236 reg_config = i2c_smbus_read_byte_data(client, MAX1619_REG_R_CONFIG); in max1619_detect() 239 if ((reg_config & 0x03) != 0x00 in max1619_detect()
|
/linux-4.1.27/drivers/dma/ |
D | amba-pl08x.c | 151 void __iomem *reg_config; member 355 val = readl(ch->reg_config); in pl08x_phy_channel_busy() 385 writel(ccfg, phychan->reg_config); in pl08x_write_lli() 418 val = readl(phychan->reg_config); in pl08x_start_next_txd() 420 val = readl(phychan->reg_config); in pl08x_start_next_txd() 422 writel(val | PL080_CONFIG_ENABLE, phychan->reg_config); in pl08x_start_next_txd() 441 val = readl(ch->reg_config); in pl08x_pause_phy_chan() 443 writel(val, ch->reg_config); in pl08x_pause_phy_chan() 460 val = readl(ch->reg_config); in pl08x_resume_phy_chan() 462 writel(val, ch->reg_config); in pl08x_resume_phy_chan() [all …]
|
/linux-4.1.27/drivers/soc/ti/ |
D | knav_qmss_queue.c | 1171 writel_relaxed(block->phys, &qmgr->reg_config->link_ram_base0); in knav_queue_setup_link_ram() 1172 writel_relaxed(block->size, &qmgr->reg_config->link_ram_size0); in knav_queue_setup_link_ram() 1180 writel_relaxed(block->phys, &qmgr->reg_config->link_ram_base1); in knav_queue_setup_link_ram() 1393 qmgr->reg_config = in knav_queue_init_qmgrs() 1407 IS_ERR(qmgr->reg_config) || IS_ERR(qmgr->reg_region) || in knav_queue_init_qmgrs() 1414 if (!IS_ERR(qmgr->reg_config)) in knav_queue_init_qmgrs() 1415 devm_iounmap(dev, qmgr->reg_config); in knav_queue_init_qmgrs() 1430 qmgr->reg_config, qmgr->reg_region, in knav_queue_init_qmgrs()
|
D | knav_qmss.h | 146 struct knav_reg_config __iomem *reg_config; member
|
/linux-4.1.27/drivers/w1/masters/ |
D | ds2482.c | 130 u8 reg_config; member
|