Searched refs:host_reg (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Des7000_32.c92 unsigned long long host_reg; member in struct:mip_reg_info
121 static struct mip_reg *host_reg; variable in typeref:struct:mip_reg
201 val = MIP_RD_LO(mi->host_reg);
204 host_reg = __va(host);
210 pr_debug("host_reg = 0x%lx\n",
211 (unsigned long)host_reg);
353 while ((host_reg->off_0x38 & MIP_VALID) != 0) {
361 memcpy(host_reg, mip_reg, sizeof(struct mip_reg));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_dbg.h200 uint32_t host_reg[32]; member in struct:qla24xx_fw_dump
234 uint32_t host_reg[32]; member in struct:qla25xx_fw_dump
273 uint32_t host_reg[32]; member in struct:qla81xx_fw_dump
H A Dqla_dbg.c805 for (cnt = 0; cnt < sizeof(fw->host_reg) / 4; cnt++)
806 fw->host_reg[cnt] = htonl(RD_REG_DWORD(dmp_reg++));
1062 for (cnt = 0; cnt < sizeof(fw->host_reg) / 4; cnt++)
1063 fw->host_reg[cnt] = htonl(RD_REG_DWORD(dmp_reg++));
1372 for (cnt = 0; cnt < sizeof(fw->host_reg) / 4; cnt++)
1373 fw->host_reg[cnt] = htonl(RD_REG_DWORD(dmp_reg++));

Completed in 114 milliseconds