Searched refs:KB (Results 1 - 15 of 15) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/bcmcore/src/
H A Dbcmcore_arena.c77 #define KB 1024 macro
79 #define CFE_BOOTAREA_SIZE (256*KB)
141 * This routine constructs the page table. 256KB is mapped
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/common/src/
H A Dmips_arena.c76 #define KB 1024 macro
78 #define CFE_BOOTAREA_SIZE (256*KB)
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/rm5200/src/
H A Drm5200_arena.c77 #define KB 1024 macro
79 #define CFE_BOOTAREA_SIZE (256*KB)
154 * This routine constructs the page table. 256KB is mapped
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/rm7000/src/
H A Drm7000_arena.c77 #define KB 1024 macro
79 #define CFE_BOOTAREA_SIZE (256*KB)
154 * This routine constructs the page table. 256KB is mapped
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_arena.c77 #define KB 1024 macro
79 #define CFE_BOOTAREA_SIZE (256*KB)
185 * This routine constructs the page table. 256KB is mapped
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe_mem.c80 #define KB 1024 macro
82 #define CFE_BOOTAREA_SIZE (256*KB)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/agp/
H A Dagp.h138 #define KB(x) ((x) * 1024) macro
139 #define MB(x) (KB (KB (x)))
140 #define GB(x) (MB (KB (x)))
H A Dagpgart_be.c1134 gtt_entries = KB(512) - KB(132);
1135 printk(KERN_INFO PFX "detected %dK stolen memory.\n",gtt_entries / KB(1));
1138 gtt_entries = MB(1) - KB(132);
1139 printk(KERN_INFO PFX "detected %dK stolen memory.\n",gtt_entries / KB(1));
1142 gtt_entries = MB(8) - KB(132);
1143 printk(KERN_INFO PFX "detected %dK stolen memory.\n",gtt_entries / KB(1));
1148 printk(KERN_INFO PFX "detected %dK local memory.\n",gtt_entries / KB(1));
1156 gtt_entries /= KB(4);
4102 if (PAGE_SIZE >= KB(6
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dbios32.c32 #define KB 1024 macro
33 #define MB (1024*KB)
309 bio = io_base = ALIGN(io_base, 4*KB);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dpci.c126 #define KB 1024 macro
127 #define MB (1024*KB)
192 #undef KB macro
H A Dsmc37c93x.c25 #define KB 1024 macro
26 #define MB (1024*KB)
H A Dsmc37c669.c17 #define KB 1024 macro
18 #define MB (1024*KB)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dhtab.c81 #define KB (1024) macro
82 #define MB (1024*KB)
103 step = 4*KB;
174 #undef KB macro
/asus-wl-520gu-7.0.1.45/src/shared/nvram/
H A Dnvram_rw.c46 #define KB * 1024 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/brcm-boards/bcm947xx/
H A Dnvram_linux.c79 #define KB * 1024 macro
294 /* Try embedded NVRAM at 4 KB and 1 KB as last resorts */
295 header = (struct nvram_header *) KSEG1ADDR(base + 4 KB);
301 header = (struct nvram_header *) KSEG1ADDR(base + 1 KB);

Completed in 87 milliseconds