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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Dmax8660.c80 u8 shadow_regs[MAX8660_N_REGS]; /* as chip is write only */ member in struct:max8660
90 u8 reg_val = (max8660->shadow_regs[reg] & mask) | val;
97 max8660->shadow_regs[reg] = reg_val;
110 u8 val = max8660->shadow_regs[MAX8660_OVER1];
140 u8 selector = max8660->shadow_regs[reg];
194 u8 selector = max8660->shadow_regs[MAX8660_MDTV2];
238 u8 val = max8660->shadow_regs[MAX8660_OVER2];
268 u8 selector = (max8660->shadow_regs[MAX8660_L12VCR] >> shift) & 0xf;
375 max8660->shadow_regs[MAX8660_OVER1] = 5;
387 max8660->shadow_regs[MAX8660_ADTV
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dpmu.c47 struct cbe_pmd_shadow_regs *shadow_regs; \
49 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu); \
51 shadow_regs->reg = _x; \
56 struct cbe_pmd_shadow_regs *shadow_regs; \
57 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu); \
58 (val) = shadow_regs->reg; \
94 struct cbe_pmd_shadow_regs *shadow_regs; local
112 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu);
113 shadow_regs->counter_value_in_latch |= (1 << phys_ctr);
310 struct cbe_pmd_shadow_regs *shadow_regs; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_def.h525 struct shadow_regs *shadow_regs; member in struct:scsi_qla_host
H A Dql4_os.c562 ha->shadow_regs = NULL;
599 sizeof(struct shadow_regs) +
632 ha->shadow_regs = (struct shadow_regs *) (ha->queues + align +
1593 return (uint16_t)le32_to_cpu(ha->shadow_regs->req_q_out);
1603 return (uint16_t)le32_to_cpu(ha->shadow_regs->rsp_q_in);
H A Dql4_fw.h205 struct shadow_regs { struct
H A Dql4_init.c146 ha->shadow_regs->req_q_out = __constant_cpu_to_le32(0);
147 ha->shadow_regs->rsp_q_in = __constant_cpu_to_le32(0);

Completed in 59 milliseconds