/Linux-v5.4/arch/m68k/include/asm/ |
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-v5.4/arch/powerpc/platforms/chrp/ |
D | setup.c | 51 #include "chrp.h" 61 /* Used for doing CHRP event-scans */ 107 seq_printf(m, "machine\t\t: CHRP %s\n", model); in chrp_show_cpuinfo() 318 /* Let's assume it is an IBM chrp if all else fails */ in chrp_setup_arch() 322 printk("chrp type = %x [%s]\n", _chrp_type, chrp_names[_chrp_type]); in chrp_setup_arch() 469 if (of_device_is_compatible(np, "chrp,iic")) { in chrp_find_8259() 474 * we have a pegasos that claims to be chrp but doesn't have in chrp_find_8259() 573 if (strcmp(dtype, "chrp")) in chrp_probe() 587 define_machine(chrp) { in define_machine() argument 588 .name = "CHRP", in define_machine()
|
D | smp.c | 3 * Smp support for CHRP machines. 46 /* CHRP with openpic */
|
D | nvram.c | 16 #include "chrp.h" 85 printk(KERN_INFO "CHRP nvram contains %u bytes\n", nvram_size); in chrp_nvram_init()
|
D | pci.c | 3 * CHRP pci routines. 23 #include "chrp.h" 332 if (!machine_is(chrp) || _chrp_type != _CHRP_briq) in chrp_pci_fixup_winbond_ata() 364 if (!machine_is(chrp) || _chrp_type != _CHRP_Pegasos) in chrp_pci_fixup_vt8231_ata()
|
D | Kconfig | 3 bool "Common Hardware Reference Platform (CHRP) based machines"
|
D | time.c | 31 #include <platforms/chrp/chrp.h>
|
D | chrp.h | 3 * Declarations of CHRP platform-specific things.
|
D | gg2.h | 20 * Memory Map (CHRP mode)
|
/Linux-v5.4/arch/powerpc/platforms/embedded6xx/ |
D | mpc10x.h | 28 * MAP B (CHRP Map) 65 /* Map B (CHRP Map) Defines */
|
/Linux-v5.4/arch/powerpc/boot/ |
D | .gitignore | 26 zImage.chrp
|
D | Makefile | 2 # Makefile for making ELF bootable images for booting on CHRP 266 image-$(CONFIG_PPC_CHRP) += zImage.chrp 267 image-$(CONFIG_PPC_EFIKA) += zImage.chrp 450 zImage zImage.initrd zImage.chrp zImage.coff zImage.holly \
|
/Linux-v5.4/arch/powerpc/boot/dts/ |
D | mvme5100.dts | 80 compatible = "chrp,open-pic"; 169 compatible = "chrp,iic";
|
/Linux-v5.4/arch/powerpc/platforms/ |
D | Makefile | 6 obj-$(CONFIG_PPC_CHRP) += chrp/
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | processor.h | 54 /* CHRP sub-platform types. These are arbitrary */ 55 #define _CHRP_Motorola 0x04 /* motorola chrp, the cobra */ 56 #define _CHRP_IBM 0x05 /* IBM chrp, the longtrail and longtrail 2 */
|
/Linux-v5.4/arch/powerpc/sysdev/xics/ |
D | ics-rtas.c | 211 * everything here except the legacy 8259 which is compatible "chrp,iic" in ics_rtas_host_match() 213 return !of_device_is_compatible(node, "chrp,iic"); in ics_rtas_host_match()
|
/Linux-v5.4/arch/powerpc/platforms/86xx/ |
D | pic.c | 46 if (of_device_is_compatible(np, "chrp,iic")) { in mpc86xx_init_irq()
|
/Linux-v5.4/drivers/macintosh/ |
D | Kconfig | 132 bool "Include MacIO (CHRP) ADB driver" 136 Hydra chip used on PowerPC Macintoshes of the CHRP type. (The Hydra
|
D | macio-adb.c | 86 np = of_find_compatible_node(NULL, "adb", "chrp,adb0"); in macio_probe() 100 adbs = of_find_compatible_node(NULL, "adb", "chrp,adb0"); in macio_init()
|
/Linux-v5.4/arch/powerpc/sysdev/ |
D | rtc_cmos_setup.c | 46 np = of_find_compatible_node(NULL, NULL, "chrp,iic"); in add_rtc()
|
D | xilinx_intc.c | 56 cascade_node = of_find_compatible_node(NULL, NULL, "chrp,iic"); in xilinx_i8259_setup_cascade()
|
/Linux-v5.4/arch/powerpc/platforms/powermac/ |
D | nvram.c | 52 /* CHRP NVRAM header */ 69 * Read and write the non-volatile RAM on PowerMacs and CHRP machines. 592 if (machine_is(chrp) && nvram_naddrs == 1) { in pmac_nvram_init()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | head_32.S | 79 nop /* used by __secondary_hold on prep (mtx) and chrp smp */ 80 nop /* used by __secondary_hold on prep (mtx) and chrp smp */ 118 * (particularly on CHRP). 196 * On CHRP, we are loaded at 0x10000 since OF on CHRP uses 261 * On CHRP, this is complicated by the fact that we could get a
|
/Linux-v5.4/arch/powerpc/boot/dts/fsl/ |
D | qoriq-mpic.dtsi | 40 compatible = "fsl,mpic", "chrp,open-pic";
|
/Linux-v5.4/arch/powerpc/platforms/pseries/ |
D | setup.c | 92 seq_printf(m, "machine\t\t: CHRP %s\n", model); in pSeries_show_cpuinfo() 181 if (of_device_is_compatible(np, "chrp,iic")) { in pseries_setup_i8259_cascade() 971 if (!of_node_is_type(of_root, "chrp")) in pSeries_probe() 974 /* Cell blades firmware claims to be chrp while it's not. Until this in pSeries_probe()
|