Home
last modified time | relevance | path

Searched full:sh7750 (Results 1 – 11 of 11) sorted by relevance

/linux/arch/sh/kernel/cpu/sh4/
H A DMakefile19 obj-$(CONFIG_CPU_SUBTYPE_SH7750) += setup-sh7750.o
20 obj-$(CONFIG_CPU_SUBTYPE_SH7750R) += setup-sh7750.o
21 obj-$(CONFIG_CPU_SUBTYPE_SH7750S) += setup-sh7750.o
22 obj-$(CONFIG_CPU_SUBTYPE_SH7091) += setup-sh7750.o
23 obj-$(CONFIG_CPU_SUBTYPE_SH7751) += setup-sh7750.o
24 obj-$(CONFIG_CPU_SUBTYPE_SH7751R) += setup-sh7750.o
H A Dsetup-sh7750.c3 * SH7091/SH7750/SH7750S/SH7750R/SH7751/SH7751R Setup
215 static DECLARE_INTC_DESC(intc_desc, "sh7750", vectors, NULL,
218 /* SH7750, SH7750S, SH7751 and SH7091 all have 4-channel DMA controllers */
304 * same vectors for SH7750, SH7750S and SH7091 except for IRLM, in plat_irq_setup()
347 BUG(); /* impossible to mask interrupts on SH7750 and SH7091 */ in plat_irq_setup_pins()
H A Dperf_event.c3 * Performance events support for SH7750-style performance counters
240 .name = "sh7750",
/linux/arch/sh/include/cpu-sh4/cpu/
H A Drtc.h11 #define RTC_BIT_INVERTED 0x40 /* bug on SH7750, SH7750S */
H A Ddma.h8 * SH7750/SH7751/SH7760
/linux/drivers/net/ethernet/8390/
H A Dstnic.c2 /* stnic.c : A SH7750 specific part of driver for NS DP83902A ST-NIC.
74 /* SH7750 specific read/write io. */
/linux/arch/sh/drivers/dma/
H A DKconfig41 DMAC supports. This will be 4 for SH7709/SH7750/SH7750S/SH7751/SH7091,
/linux/arch/sh/include/asm/
H A Dprocessor_32.h26 * Since SH7709 and SH7750 have "area 7", we can't use 0x7c000000--0x7fffffff
/linux/arch/sh/boards/mach-dreamcast/
H A Dirq.c21 * hardware events from system peripherals and triggering an SH7750 IRQ.
/linux/arch/sh/kernel/cpu/
H A Dproc.c18 [CPU_SH7750] = "SH7750", [CPU_SH7750S] = "SH7750S",
/linux/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh7720.c8 * Based on arch/sh/kernel/cpu/sh4/setup-sh7750.c: