Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/chrp/
H A Dsetup.c57 int _chrp_type; variable
58 EXPORT_SYMBOL(_chrp_type);
222 if (_chrp_type != _CHRP_Pegasos) in pegasos_set_l2cr()
308 _chrp_type = _CHRP_Pegasos; in chrp_setup_arch()
310 _chrp_type = _CHRP_IBM; in chrp_setup_arch()
312 _chrp_type = _CHRP_Motorola; in chrp_setup_arch()
314 _chrp_type = _CHRP_briq; in chrp_setup_arch()
320 _chrp_type = _CHRP_IBM; in chrp_setup_arch()
323 printk("chrp type = %x [%s]\n", _chrp_type, chrp_names[_chrp_type]); in chrp_setup_arch()
517 if (_chrp_type == _CHRP_Pegasos) in chrp_init_IRQ()
H A Dpci.c339 if (!machine_is(chrp) || _chrp_type != _CHRP_briq) in chrp_pci_fixup_winbond_ata()
371 if (!machine_is(chrp) || _chrp_type != _CHRP_Pegasos) in chrp_pci_fixup_vt8231_ata()
/linux/arch/powerpc/include/asm/
H A Dprocessor.h64 extern int _chrp_type;