Home
last modified time | relevance | path

Searched refs:shadow_regs (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/regulator/
A Dmax8660.c88 max8660->shadow_regs[reg] = reg_val; in max8660_write()
101 u8 val = max8660->shadow_regs[MAX8660_OVER1]; in max8660_dcdc_is_enabled()
127 u8 selector = max8660->shadow_regs[reg]; in max8660_dcdc_get_voltage_sel()
199 u8 val = max8660->shadow_regs[MAX8660_OVER2]; in max8660_ldo67_is_enabled()
412 max8660->shadow_regs[MAX8660_OVER1] = 5; in max8660_probe()
424 max8660->shadow_regs[MAX8660_ADTV1] = in max8660_probe()
425 max8660->shadow_regs[MAX8660_ADTV2] = in max8660_probe()
426 max8660->shadow_regs[MAX8660_SDTV1] = in max8660_probe()
427 max8660->shadow_regs[MAX8660_SDTV2] = 0x1b; in max8660_probe()
428 max8660->shadow_regs[MAX8660_MDTV1] = in max8660_probe()
[all …]
/linux/arch/powerpc/platforms/cell/
A Dpmu.c36 struct cbe_pmd_shadow_regs *shadow_regs; \
38 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu); \
40 shadow_regs->reg = _x; \
45 struct cbe_pmd_shadow_regs *shadow_regs; \
46 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu); \
47 (val) = shadow_regs->reg; \
83 struct cbe_pmd_shadow_regs *shadow_regs; in cbe_write_phys_ctr() local
101 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu); in cbe_write_phys_ctr()
299 struct cbe_pmd_shadow_regs *shadow_regs; in cbe_enable_pm() local
302 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu); in cbe_enable_pm()
[all …]
/linux/drivers/scsi/qla4xxx/
A Dql4_def.h693 struct shadow_regs *shadow_regs; member
A Dql4_init.c122 ha->shadow_regs->req_q_out = cpu_to_le32(0); in qla4xxx_init_rings()
123 ha->shadow_regs->rsp_q_in = cpu_to_le32(0); in qla4xxx_init_rings()
A Dql4_fw.h249 struct shadow_regs { struct
A Dql4_os.c4183 ha->shadow_regs = NULL; in qla4xxx_mem_free()
4231 sizeof(struct shadow_regs) + in qla4xxx_mem_alloc()
4263 ha->shadow_regs = (struct shadow_regs *) (ha->queues + align + in qla4xxx_mem_alloc()
5711 return (uint16_t)le32_to_cpu(ha->shadow_regs->req_q_out); in qla4xxx_rd_shdw_req_q_out()
5721 return (uint16_t)le32_to_cpu(ha->shadow_regs->rsp_q_in); in qla4xxx_rd_shdw_rsp_q_in()

Completed in 33 milliseconds