Home
last modified time | relevance | path

Searched full:chrp (Results 1 – 25 of 69) sorted by relevance

123

/linux/arch/m68k/include/asm/
H A Dmac_via.h28 * 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 Dsetup.c52 #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 Dsmp.c3 * Smp support for CHRP machines.
45 /* CHRP with openpic */
H A Dnvram.c16 #include "chrp.h"
85 printk(KERN_INFO "CHRP nvram contains %u bytes\n", nvram_size); in chrp_nvram_init()
H A Dpci.c3 * 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 Dtime.c31 #include <platforms/chrp/chrp.h>
H A DKconfig3 bool "Common Hardware Reference Platform (CHRP) based machines"
H A Dchrp.h3 * Declarations of CHRP platform-specific things.
H A Dgg2.h20 * Memory Map (CHRP mode)
/linux/arch/powerpc/platforms/embedded6xx/
H A Dmpc10x.h28 * MAP B (CHRP Map)
65 /* Map B (CHRP Map) Defines */
/linux/arch/powerpc/boot/dts/
H A Dmvme5100.dts80 compatible = "chrp,open-pic";
169 compatible = "chrp,iic";
H A Dstxssa8555.dts242 compatible = "chrp,open-pic";
348 compatible = "chrp,iic";
H A Dstorcenter.dts100 compatible = "chrp,open-pic";
/linux/arch/powerpc/sysdev/xics/
H A Dics-rtas.c187 * 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 Dprocessor.h56 /* 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 DKconfig140 bool "Include MacIO (CHRP) ADB driver"
144 Hydra chip used on PowerPC Macintoshes of the CHRP type. (The Hydra
H A Dmacio-adb.c87 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 Dpic.c48 if (of_device_is_compatible(np, "chrp,iic")) { in mpc86xx_init_irq()
/linux/arch/powerpc/platforms/85xx/
H A Dmpc85xx_8259.c41 if (of_device_is_compatible(np, "chrp,iic")) { in mpc85xx_8259_init()
/linux/arch/powerpc/kernel/
H A Dhead_book3s_32.S67 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 Drtc_cmos_setup.c46 np = of_find_compatible_node(NULL, NULL, "chrp,iic"); in add_rtc()
/linux/arch/powerpc/platforms/powermac/
H A Dnvram.c52 /* 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 Dqoriq-mpic.dtsi40 compatible = "fsl,mpic", "chrp,open-pic";
/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c116 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 Diss4xx.c66 } else if (of_device_is_compatible(np, "chrp,open-pic")) { in iss4xx_init_irq()

123