Searched refs:shadow_regs (Results 1 – 5 of 5) sorted by relevance
80 u8 shadow_regs[MAX8660_N_REGS]; /* as chip is write only */ member90 u8 reg_val = (max8660->shadow_regs[reg] & mask) | val; in max8660_write()97 max8660->shadow_regs[reg] = reg_val; in max8660_write()110 u8 val = max8660->shadow_regs[MAX8660_OVER1]; in max8660_dcdc_is_enabled()140 u8 selector = max8660->shadow_regs[reg]; in max8660_dcdc_get()197 u8 selector = max8660->shadow_regs[MAX8660_MDTV2]; in max8660_ldo5_get()245 u8 val = max8660->shadow_regs[MAX8660_OVER2]; in max8660_ldo67_is_enabled()275 u8 selector = (max8660->shadow_regs[MAX8660_L12VCR] >> shift) & 0xf; in max8660_ldo67_get()385 max8660->shadow_regs[MAX8660_OVER1] = 5; in max8660_probe()397 max8660->shadow_regs[MAX8660_ADTV1] = in max8660_probe()[all …]
603 struct shadow_regs *shadow_regs; member
118 ha->shadow_regs->req_q_out = __constant_cpu_to_le32(0); in qla4xxx_init_rings()119 ha->shadow_regs->rsp_q_in = __constant_cpu_to_le32(0); in qla4xxx_init_rings()
2230 ha->shadow_regs = NULL; in qla4xxx_mem_free()2273 sizeof(struct shadow_regs) + in qla4xxx_mem_alloc()2306 ha->shadow_regs = (struct shadow_regs *) (ha->queues + align + in qla4xxx_mem_alloc()3599 return (uint16_t)le32_to_cpu(ha->shadow_regs->req_q_out); in qla4xxx_rd_shdw_req_q_out()3609 return (uint16_t)le32_to_cpu(ha->shadow_regs->rsp_q_in); in qla4xxx_rd_shdw_rsp_q_in()
216 struct shadow_regs { struct