Searched refs:base_mod (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dmisc-prep.c97 unsigned char base_mod; local
126 base_mod = inb(0x803);
128 if((base_mod == 0xFA) || (base_mod == 0xF9) ||
129 (base_mod == 0xE1)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/platforms/
H A Dpplus.c284 unsigned char base_mod; local
290 base_mod = inb(MOTOROLA_BASETYPE_REG);
312 if (mot_info[entry].base_type != base_mod)
460 unsigned char base_mod; local
480 base_mod = inb(MOTOROLA_BASETYPE_REG);
482 (base_mod == 0xF9) || (base_mod == 0xFA) || (base_mod == 0xE1))
H A Dprep_pci.c648 unsigned char base_mod; local
707 base_mod = inb(MOTOROLA_BASETYPE_REG);
708 if ((MotMPIC == MOT_HAWK_PRESENT) || (base_mod == 0xF9) ||
709 (base_mod == 0xFA) || (base_mod == 0xE1))
892 unsigned char base_mod; local
896 base_mod = inb(MOTOROLA_BASETYPE_REG);
911 if (mot_info[entry].base_type != base_mod)

Completed in 44 milliseconds