Home
last modified time | relevance | path

Searched refs:PPC_CPU_MPC7450 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/arch/macppc/macppc/
Dcpu.c261 case PPC_CPU_MPC7450: in cpuattach()
362 case PPC_CPU_MPC7450: in cpuattach()
372 if (cpu == PPC_CPU_MPC7450 && (pvr & 0xffff) < 0x0200) in cpuattach()
400 case PPC_CPU_MPC7450: in cpuattach()
484 if (cpu == PPC_CPU_MPC7450 || cpu == PPC_CPU_MPC7455) { in config_l2cr()
/openbsd/src/sys/arch/powerpc/include/
Dcpu.h460 #define PPC_CPU_MPC7450 0x8000 macro