Searched refs:mem_type (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/mtd/maps/ |
D | pcmciamtd.c | 89 static int mem_type; variable 104 MODULE_PARM(mem_type, "i"); 105 MODULE_PARM_DESC(mem_type, "Set Memory type (0=Flash, 1=RAM, 2=ROM, default=0)"); 623 if(mem_type == 1) { in pcmciamtd_config() 625 } else if(mem_type == 2) { in pcmciamtd_config() 850 if(mem_type && mem_type != 1 && mem_type != 2) { in init_pcmciamtd() 851 info("bad mem_type (%d), using default", mem_type); in init_pcmciamtd() 852 mem_type = 0; in init_pcmciamtd()
|
/linux-2.4.37.9/arch/ppc/boot/simple/ |
D | misc-spruce.c | 169 unsigned long mem_type; in load_kernel() local 204 mem_type = *mem_data; in load_kernel() 211 ((mem_type & 0x30000000) == 0x10000000)) { in load_kernel() 229 ((mem_type & 0xc000000) == 0x4000000)) { in load_kernel()
|
/linux-2.4.37.9/drivers/usb/serial/ |
D | whiteheat.h | 96 __u8 mem_type; /* memory type: 'd' = data, 'i' = idata, 'b' = bdata, 'x' = xdata */ member
|
/linux-2.4.37.9/drivers/video/ |
D | epson1356fb.c | 2411 if (epfix->mem_type < MEM_TYPE_EDO_2CAS || in e1356fb_init() 2412 epfix->mem_type > MEM_TYPE_EMBEDDED_SDRAM) { in e1356fb_init() 2416 writeb((u8)epfix->mem_type, ®->mem_cfg->mem_cfg); in e1356fb_init() 2446 (epfix->mem_type == MEM_TYPE_EDO_2CAS || in e1356fb_init() 2447 epfix->mem_type == MEM_TYPE_EDO_2WE) ? in e1356fb_init() 2459 (epfix->mem_type == MEM_TYPE_EDO_2CAS || in e1356fb_init() 2460 epfix->mem_type == MEM_TYPE_EDO_2WE) ? in e1356fb_init() 2714 boot_fix.mem_type = simple_strtoul(this_opt+7, in e1356fb_setup()
|
D | epson1356fb.h | 330 int mem_type; // mem type: EDO-2CAS, FPM-2CAS, EDO-2WE, FPM-2WE member
|
/linux-2.4.37.9/include/asm-ia64/ |
D | sal.h | 176 u8 mem_type; /* memory type */ member
|
/linux-2.4.37.9/drivers/scsi/ |
D | megaraid2.h | 293 u8 mem_type; /* EDO, FPM, SDRAM etc */ member
|
/linux-2.4.37.9/drivers/block/ |
D | cciss.c | 2671 int i, offset, mem_type, bar_type; in find_PCI_BAR_index() local 2681 mem_type = pci_resource_flags(pdev, i) & in find_PCI_BAR_index() 2683 switch (mem_type) { in find_PCI_BAR_index()
|