/linux-2.4.37.9/arch/ppc/platforms/ |
D | pplus_pci.c | 270 int cpu_type; /* 0x100 mask assumes for Raven and Hawk boards that the level/edge are set */ member 303 unsigned char cpu_type; in pplus_set_board_type() local 309 cpu_type = inb(MOTOROLA_CPUTYPE_REG) & 0xF0; in pplus_set_board_type() 313 for (entry = 0; mot_info[entry].cpu_type != 0; entry++) { in pplus_set_board_type() 316 if (mot_info[entry].cpu_type & 0x200) { in pplus_set_board_type() 324 if ((mot_info[entry].cpu_type & 0xff) != cpu_type) in pplus_set_board_type()
|
D | prep_pci.c | 766 int cpu_type; /* 0x100 mask assumes for Raven and Hawk boards that the level/edge are set */ member 923 unsigned char cpu_type; in prep_route_pci_interrupts() local 927 cpu_type = inb(MOTOROLA_CPUTYPE_REG) & 0xF0; in prep_route_pci_interrupts() 930 for (entry = 0; mot_info[entry].cpu_type != 0; entry++) { in prep_route_pci_interrupts() 931 if (mot_info[entry].cpu_type & 0x200) { /* Check for Hawk chip */ in prep_route_pci_interrupts() 935 if ((mot_info[entry].cpu_type & 0xff) != cpu_type) in prep_route_pci_interrupts() 973 if (!(mot_info[entry].cpu_type & 0x100)) { in prep_route_pci_interrupts()
|
/linux-2.4.37.9/include/asm-i386/ |
D | vm86.h | 106 unsigned long cpu_type; member 129 unsigned long cpu_type; member 186 unsigned long cpu_type; member
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | perf.c | 507 if (boot_cpu_data.cpu_type == pcxu || in perf_init() 508 boot_cpu_data.cpu_type == pcxu_) { in perf_init() 510 } else if (boot_cpu_data.cpu_type == pcxw || in perf_init() 511 boot_cpu_data.cpu_type == pcxw_ || in perf_init() 512 boot_cpu_data.cpu_type == pcxw2) { in perf_init() 514 if (boot_cpu_data.cpu_type == pcxw2) in perf_init()
|
D | processor.c | 232 boot_cpu_data.cpu_type = in collect_boot_cpu_data() 235 boot_cpu_data.cpu_name = cpu_name_version[boot_cpu_data.cpu_type][0]; in collect_boot_cpu_data() 236 boot_cpu_data.family_name = cpu_name_version[boot_cpu_data.cpu_type][1]; in collect_boot_cpu_data()
|
D | setup.c | 88 switch (boot_cpu_data.cpu_type) { in dma_ops_init() 198 switch (boot_cpu_data.cpu_type) { in parisc_proc_mkdir()
|
D | cache.c | 199 switch (boot_cpu_data.cpu_type) { in disable_sr_hashing()
|
D | traps.c | 331 if (boot_cpu_data.cpu_type >= pcxu) { in transfer_pim_to_trap_frame() 774 if (boot_cpu_data.cpu_type >= pcxu) in trap_init()
|
D | hardware.c | 1197 enum cpu_type cpu; 1331 enum cpu_type __init
|
/linux-2.4.37.9/include/asm-sh/ |
D | processor.h | 23 enum cpu_type { enum 33 enum cpu_type type;
|
/linux-2.4.37.9/include/asm-parisc/ |
D | hardware.h | 52 enum cpu_type { enum 133 extern enum cpu_type parisc_get_cpu_type(unsigned long hversion);
|
D | processor.h | 58 enum cpu_type cpu_type; member
|
/linux-2.4.37.9/include/asm-sh64/ |
D | processor.h | 44 enum cpu_type { enum 51 enum cpu_type type;
|
/linux-2.4.37.9/drivers/scsi/ |
D | eata_dma_proc.h | 178 __u8 cpu_type, member
|
D | eata_dma_proc.c | 199 size = sprintf(buffer + len, "CPU: MC680%02d %dMHz\n", bt->cpu_type, in eata_proc_info()
|
/linux-2.4.37.9/arch/parisc/math-emu/ |
D | fpudispatch.c | 175 if (boot_cpu_data.cpu_type == pcxs) in parisc_linux_get_fpu_type() 177 else if (boot_cpu_data.cpu_type == pcxt || in parisc_linux_get_fpu_type() 178 boot_cpu_data.cpu_type == pcxt_) in parisc_linux_get_fpu_type() 180 else if (boot_cpu_data.cpu_type >= pcxu) in parisc_linux_get_fpu_type()
|
/linux-2.4.37.9/fs/reiserfs/ |
D | prints.c | 45 static char * cpu_type (struct cpu_key * key) in cpu_type() function 94 cpu_type (key)); in sprintf_cpu_key()
|
/linux-2.4.37.9/drivers/parport/ |
D | parport_gsc.c | 471 if (boot_cpu_data.cpu_type > pcxt && !pdc_add_valid(port+4)) { in parport_init_chip()
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | vm86.c | 260 switch (info->cpu_type) { in do_sys_vm86()
|