Home
last modified time | relevance | path

Searched refs:_CHRP_Pegasos (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/platforms/chrp/
H A Dsetup.c222 if (_chrp_type != _CHRP_Pegasos) in pegasos_set_l2cr()
308 _chrp_type = _CHRP_Pegasos; in chrp_setup_arch()
517 if (_chrp_type == _CHRP_Pegasos) in chrp_init_IRQ()
H A Dpci.c371 if (!machine_is(chrp) || _chrp_type != _CHRP_Pegasos) in chrp_pci_fixup_vt8231_ata()
/linux/arch/powerpc/include/asm/
H A Dprocessor.h59 #define _CHRP_Pegasos 0x06 /* Genesi/bplan's Pegasos and Pegasos2 */ macro