Home
last modified time | relevance | path

Searched refs:cpu_type (Results 1 – 19 of 19) sorted by relevance

/linux-2.4.37.9/arch/ppc/platforms/
Dpplus_pci.c270 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()
Dprep_pci.c766 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/
Dvm86.h106 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/
Dperf.c507 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()
Dprocessor.c232 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()
Dsetup.c88 switch (boot_cpu_data.cpu_type) { in dma_ops_init()
198 switch (boot_cpu_data.cpu_type) { in parisc_proc_mkdir()
Dcache.c199 switch (boot_cpu_data.cpu_type) { in disable_sr_hashing()
Dtraps.c331 if (boot_cpu_data.cpu_type >= pcxu) { in transfer_pim_to_trap_frame()
774 if (boot_cpu_data.cpu_type >= pcxu) in trap_init()
Dhardware.c1197 enum cpu_type cpu;
1331 enum cpu_type __init
/linux-2.4.37.9/include/asm-sh/
Dprocessor.h23 enum cpu_type { enum
33 enum cpu_type type;
/linux-2.4.37.9/include/asm-parisc/
Dhardware.h52 enum cpu_type { enum
133 extern enum cpu_type parisc_get_cpu_type(unsigned long hversion);
Dprocessor.h58 enum cpu_type cpu_type; member
/linux-2.4.37.9/include/asm-sh64/
Dprocessor.h44 enum cpu_type { enum
51 enum cpu_type type;
/linux-2.4.37.9/drivers/scsi/
Deata_dma_proc.h178 __u8 cpu_type, member
Deata_dma_proc.c199 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/
Dfpudispatch.c175 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/
Dprints.c45 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/
Dparport_gsc.c471 if (boot_cpu_data.cpu_type > pcxt && !pdc_add_valid(port+4)) { in parport_init_chip()
/linux-2.4.37.9/arch/i386/kernel/
Dvm86.c260 switch (info->cpu_type) { in do_sys_vm86()