Searched refs:boot0 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmmount.c43 unsigned char boot0[MAX_BOOT]; local
44 struct bootsector *boot = (struct bootsector *) boot0;
H A Dmclasserase.c82 unsigned char boot0[MAX_BOOT]; local
87 struct bootsector *boot = (struct bootsector *) boot0;
H A Dminfo.c61 unsigned char boot0[MAX_BOOT]; local
62 struct bootsector *boot = (struct bootsector *) boot0;
H A Dinit.c236 unsigned char boot0[MAX_BOOT]; local
237 struct bootsector *boot = (struct bootsector *) boot0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_mem.c263 uint32_t boot0 = nv_rd32(dev, NV04_PFB_BOOT_0); local
265 if (boot0 & 0x00000100)
266 return (((boot0 >> 12) & 0xf) * 2 + 2) * 1024 * 1024;
268 switch (boot0 & NV04_PFB_BOOT_0_RAM_AMOUNT) {

Completed in 77 milliseconds