Searched refs:nvram_size (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dnvram.c25 static unsigned int nvram_size; variable
40 if (nvram_size == 0 || nvram_fetch == RTAS_UNKNOWN_SERVICE)
43 if (*index >= nvram_size)
47 if (i + count > nvram_size)
48 count = nvram_size - i;
83 if (nvram_size == 0 || nvram_store == RTAS_UNKNOWN_SERVICE)
86 if (*index >= nvram_size)
90 if (i + count > nvram_size)
91 count = nvram_size - i;
119 return nvram_size
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/chrp/
H A Dnvram.c22 static unsigned int nvram_size; variable
32 if (addr >= nvram_size) {
33 printk(KERN_DEBUG "%s: read addr %d > nvram_size %u\n",
34 current->comm, addr, nvram_size);
53 if (addr >= nvram_size) {
54 printk(KERN_DEBUG "%s: write addr %d > nvram_size %u\n",
55 current->comm, addr, nvram_size);
80 nvram_size = *nbytes_p;
82 printk(KERN_INFO "CHRP nvram contains %u bytes\n", nvram_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dnvram_64.c50 if (ppc_md.nvram_size == NULL)
52 size = ppc_md.nvram_size();
77 if (!ppc_md.nvram_size)
81 size = ppc_md.nvram_size();
114 if (!ppc_md.nvram_size)
118 size = ppc_md.nvram_size();
468 if (ppc_md.nvram_size == NULL)
470 total_size = ppc_md.nvram_size();
531 if (ppc_md.nvram_size == NULL || ppc_md.nvram_size() <
[all...]
H A Dsetup_32.c212 if (ppc_md.nvram_size)
213 return ppc_md.nvram_size();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dmmio_nvram.c151 ppc_md.nvram_size = mmio_nvram_get_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dcelleb_setup.c216 .nvram_size = beat_nvram_get_size,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmachdep.h164 ssize_t (*nvram_size)(void); member in struct:machdep_calls
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_init.c2170 ha->nvram_size = sizeof(nvram_t);
2177 ha->isp_ops->read_nvram(vha, ptr, ha->nvram_base, ha->nvram_size);
2178 for (cnt = 0, chksum = 0; cnt < ha->nvram_size; cnt++)
2182 DEBUG5(qla2x00_dump_buffer((uint8_t *)nv, ha->nvram_size));
2197 memset(nv, 0, ha->nvram_size);
4246 ha->nvram_size = sizeof(struct nvram_24xx);
4259 ha->nvram_size);
4260 for (cnt = 0, chksum = 0; cnt < ha->nvram_size >> 2; cnt++)
4264 DEBUG5(qla2x00_dump_buffer((uint8_t *)nv, ha->nvram_size));
4280 memset(nv, 0, ha->nvram_size);
[all...]
H A Dqla_attr.c108 ha->nvram_size);
110 ha->nvram_size);
123 if (!capable(CAP_SYS_ADMIN) || off != 0 || count != ha->nvram_size ||
H A Dqla_def.h2573 uint16_t nvram_size; member in struct:qla_hw_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtg3.c9407 return tp->nvram_size;
11077 tp->nvram_size = EEPROM_CHIP_SIZE;
11094 while (cursize < tp->nvram_size) {
11104 tp->nvram_size = cursize;
11134 tp->nvram_size = swab16((u16)(val & 0x0000ffff)) * 1024;
11138 tp->nvram_size = TG3_NVRAM_SIZE_512KB;
11284 tp->nvram_size = (protect ? 0x3e200 :
11287 tp->nvram_size = (protect ? 0x1f200 :
11290 tp->nvram_size = (protect ? 0x1f200 :
11301 tp->nvram_size
[all...]
H A Dtg3.h2985 u32 nvram_size; member in struct:tg3
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dnvram.c544 ppc_md.nvram_size = core99_nvram_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmegaraid_sas.h537 u16 nvram_size; member in struct:megasas_ctrl_info

Completed in 277 milliseconds