Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/chrp/
H A Dsetup.c220 if (_chrp_type != _CHRP_Pegasos) in pegasos_set_l2cr()
306 _chrp_type = _CHRP_Pegasos; in chrp_setup_arch()
526 if (_chrp_type == _CHRP_Pegasos) in chrp_init_IRQ()
H A Dpci.c364 if (!machine_is(chrp) || _chrp_type != _CHRP_Pegasos) in chrp_pci_fixup_vt8231_ata()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dprocessor.h57 #define _CHRP_Pegasos 0x06 /* Genesi/bplan's Pegasos and Pegasos2 */ macro