Home | History | Annotate | Download | only in boot

Lines Matching refs:cpuid

96 	u_int32_t cpuid = 0;
191 cpuid = get_number(&path) << 16;
255 if (get_cpuid(&cpuid))
305 if (((cpuid >> 24) == 0x7D) &&
425 if (((cpuid >> 24) == 0x7D) &&
462 "boothow=0x%lx, esym=0x%lx, cpuid=0x%lx, eclock=%ld\n"
466 (u_long)boothowto, (u_long)esym, (u_long)cpuid, (u_long)eclock,
484 boothowto, esym, cpuid, eclock, amiga_flags, I_flag,
550 get_cpuid(u_int32_t *cpuid)
555 *cpuid |= SysBase->AttnFlags; /* get FPU and CPU flags */
557 if (*cpuid & 0xffff0000) {
558 if ((*cpuid >> 24) == 0x7D)
561 switch (*cpuid >> 16) {
572 (long)(*cpuid >> 16));
578 *cpuid |= 4000 << 16;
581 *cpuid |= 3000 << 16;
584 *cpuid |= 1200 << 16; /* AGA + PCMCIA = A1200 */
586 *cpuid |= 600 << 16; /* noAGA + PCMCIA = A600 */
588 *cpuid |= (32000 | DRACOREVISION) << 16;
593 if ((*cpuid >> 16) == 0)
594 *cpuid |= 2000 << 16;