Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/chrp/
A Dsetup.c55 int _chrp_type; variable
56 EXPORT_SYMBOL(_chrp_type);
220 if (_chrp_type != _CHRP_Pegasos) in pegasos_set_l2cr()
306 _chrp_type = _CHRP_Pegasos; in chrp_setup_arch()
308 _chrp_type = _CHRP_IBM; in chrp_setup_arch()
310 _chrp_type = _CHRP_Motorola; in chrp_setup_arch()
312 _chrp_type = _CHRP_briq; in chrp_setup_arch()
318 _chrp_type = _CHRP_IBM; in chrp_setup_arch()
321 printk("chrp type = %x [%s]\n", _chrp_type, chrp_names[_chrp_type]); in chrp_setup_arch()
515 if (_chrp_type == _CHRP_Pegasos) in chrp_init_IRQ()
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/
A Dprocessor.h64 extern int _chrp_type;

Completed in 6 milliseconds