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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/qla4xxx/
H A Dql4_iocb.c32 ha->request_out = (uint16_t) le32_to_cpu(ha->shadow_regs->req_q_out);
257 cnt = (uint16_t) le32_to_cpu(ha->shadow_regs->req_q_out);
H A Dql4_def.h405 struct shadow_regs *shadow_regs; member in struct:scsi_qla_host
H A Dql4_isr.c315 (uint16_t)le32_to_cpu(ha->shadow_regs->rsp_q_in)) !=
638 if (le32_to_cpu(ha->shadow_regs->rsp_q_in) !=
H A Dql4_os.c477 ha->shadow_regs = NULL;
506 sizeof(struct shadow_regs) +
539 ha->shadow_regs = (struct shadow_regs *) (ha->queues + align +
H A Dql4_init.c114 ha->shadow_regs->req_q_out = __constant_cpu_to_le32(0);
115 ha->shadow_regs->rsp_q_in = __constant_cpu_to_le32(0);
H A Dql4_fw.h301 struct shadow_regs { struct

Completed in 158 milliseconds