/linux/arch/m68k/include/asm/ |
H A D | mac_via.h | 28 * CSA: probably the ones CHRP marks as 'unused' change purposes 31 * ftp://ftp.austin.ibm.com/pub/technology/spec/chrp/inwork/CHRP_IORef_1.0.pdf 40 * [CHRP] SCC WREQ: Reflects the state of the 43 * as CHRP on SE/30,II,IIx,IIcx,IIci. 47 * [CHRP] En WaitReqB: Lets the WaitReq_L 57 * [CHRP] unused. 69 * [CHRP] En WaitReqA: Lets the WaitReq_L 71 * on the PA7 input pin (CHRP). Output. 75 #define VIA1A_vSync 0x08 /* [CHRP] Sync Modem: modem clock select: 89 * CHRP sez: VIA1A bits 0-2 and 5 are 'unused': if programmed as [all …]
|
/linux/arch/powerpc/platforms/chrp/ |
H A D | setup.c | 52 #include "chrp.h" 62 /* Used for doing CHRP event-scans */ 108 seq_printf(m, "machine\t\t: CHRP %s\n", model); in chrp_show_cpuinfo() 319 /* Let's assume it is an IBM chrp if all else fails */ in chrp_setup_arch() 323 printk("chrp type = %x [%s]\n", _chrp_type, chrp_names[_chrp_type]); in chrp_setup_arch() 452 if (of_device_is_compatible(np, "chrp,iic")) { in chrp_find_8259() 457 * we have a pegasos that claims to be chrp but doesn't have in chrp_find_8259() 559 if (strcmp(dtype, "chrp")) in chrp_probe() 572 define_machine(chrp) { in define_machine() argument 573 .name = "CHRP", in define_machine()
|
H A D | smp.c | 3 * Smp support for CHRP machines. 45 /* CHRP with openpic */
|
H A D | nvram.c | 16 #include "chrp.h" 85 printk(KERN_INFO "CHRP nvram contains %u bytes\n", nvram_size); in chrp_nvram_init()
|
H A D | pci.c | 3 * CHRP pci routines. 23 #include "chrp.h" 339 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()
|
H A D | time.c | 31 #include <platforms/chrp/chrp.h>
|
H A D | Kconfig | 3 bool "Common Hardware Reference Platform (CHRP) based machines"
|
H A D | chrp.h | 3 * Declarations of CHRP platform-specific things.
|
H A D | gg2.h | 20 * Memory Map (CHRP mode)
|
/linux/arch/powerpc/platforms/embedded6xx/ |
H A D | mpc10x.h | 28 * MAP B (CHRP Map) 65 /* Map B (CHRP Map) Defines */
|
/linux/arch/powerpc/boot/dts/ |
H A D | mvme5100.dts | 80 compatible = "chrp,open-pic"; 169 compatible = "chrp,iic";
|
H A D | stxssa8555.dts | 242 compatible = "chrp,open-pic"; 348 compatible = "chrp,iic";
|
H A D | storcenter.dts | 100 compatible = "chrp,open-pic";
|
/linux/arch/powerpc/sysdev/xics/ |
H A D | ics-rtas.c | 187 * everything here except the legacy 8259 which is compatible "chrp,iic" in ics_rtas_host_match() 189 return !of_device_is_compatible(node, "chrp,iic"); in ics_rtas_host_match()
|
/linux/arch/powerpc/include/asm/ |
H A D | processor.h | 56 /* CHRP sub-platform types. These are arbitrary */ 57 #define _CHRP_Motorola 0x04 /* motorola chrp, the cobra */ 58 #define _CHRP_IBM 0x05 /* IBM chrp, the longtrail and longtrail 2 */
|
/linux/drivers/macintosh/ |
H A D | Kconfig | 140 bool "Include MacIO (CHRP) ADB driver" 144 Hydra chip used on PowerPC Macintoshes of the CHRP type. (The Hydra
|
H A D | macio-adb.c | 87 of_find_compatible_node(NULL, "adb", "chrp,adb0"); in macio_probe() 98 of_find_compatible_node(NULL, "adb", "chrp,adb0"); in macio_init()
|
/linux/arch/powerpc/platforms/86xx/ |
H A D | pic.c | 48 if (of_device_is_compatible(np, "chrp,iic")) { in mpc86xx_init_irq()
|
/linux/arch/powerpc/platforms/85xx/ |
H A D | mpc85xx_8259.c | 41 if (of_device_is_compatible(np, "chrp,iic")) { in mpc85xx_8259_init()
|
/linux/arch/powerpc/kernel/ |
H A D | head_book3s_32.S | 67 nop /* used by __secondary_hold on prep (mtx) and chrp smp */ 68 nop /* used by __secondary_hold on prep (mtx) and chrp smp */ 106 * (particularly on CHRP). 181 * On CHRP, we are loaded at 0x10000 since OF on CHRP uses 245 * On CHRP, this is complicated by the fact that we could get a
|
/linux/arch/powerpc/sysdev/ |
H A D | rtc_cmos_setup.c | 46 np = of_find_compatible_node(NULL, NULL, "chrp,iic"); in add_rtc()
|
/linux/arch/powerpc/platforms/powermac/ |
H A D | nvram.c | 52 /* CHRP NVRAM header */ 69 * Read and write the non-volatile RAM on PowerMacs and CHRP machines. 589 if (machine_is(chrp) && nvram_naddrs == 1) { in pmac_nvram_init()
|
/linux/arch/powerpc/boot/dts/fsl/ |
H A D | qoriq-mpic.dtsi | 40 compatible = "fsl,mpic", "chrp,open-pic";
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | setup.c | 116 seq_printf(m, "machine\t\t: CHRP %s\n", model); in pSeries_show_cpuinfo() 222 if (of_device_is_compatible(np, "chrp,iic")) { in pseries_setup_i8259_cascade() 1097 bool ret = of_node_is_type(root, "chrp"); in pSeries_probe() 1103 /* Cell blades firmware claims to be chrp while it's not. Until this in pSeries_probe()
|
/linux/arch/powerpc/platforms/44x/ |
H A D | iss4xx.c | 66 } else if (of_device_is_compatible(np, "chrp,open-pic")) { in iss4xx_init_irq()
|