| /linux/Documentation/arch/arm/sa1100/ |
| H A D | serial_uart.rst | 2 SA1100 serial port 5 The SA1100 serial port had its major/minor numbers officially assigned:: 21 > 5 = /dev/ttySA0 SA1100 builtin serial port 0 22 > 6 = /dev/ttySA1 SA1100 builtin serial port 1 23 > 7 = /dev/ttySA2 SA1100 builtin serial port 2 32 by your SA1100-based device::
|
| H A D | assabet.rst | 187 SA1100 flash: probing 32-bit flash bus 188 SA1100 flash: Found 2 x16 devices at 0x0 in 32-bit mode 190 Creating 5 MTD partitions on "SA1100 flash":
|
| /linux/drivers/watchdog/ |
| H A D | sa1100_wdt.c | 79 /* Activate SA1100 Watchdog timer */ in sa1100dog_open() 113 .identity = "SA1100/PXA255 Watchdog", 198 pr_err("SA1100/PXA2xx Watchdog Timer: clock not found: %d\n", in sa1100dog_probe() 205 pr_err("SA1100/PXA2xx Watchdog Timer: clock failed to prepare+enable: %d\n", in sa1100dog_probe() 219 pr_info("SA1100/PXA2xx Watchdog Timer: timer margin %d sec\n", in sa1100dog_probe() 245 MODULE_DESCRIPTION("SA1100/PXA2xx Watchdog");
|
| /linux/arch/arm/mach-sa1100/include/mach/ |
| H A D | memory.h | 3 * arch/arm/mach-sa1100/include/mach/memory.h 15 * SA1100, it's much convenient to use Linux's SparseMEM support to implement 31 * Cache flushing area - SA1100 zero bank
|
| H A D | hardware.h | 3 * arch/arm/mach-sa1100/include/mach/hardware.h 7 * This file contains the hardware definitions for SA1100 architecture 21 * SA1100 internal I/O mappings
|
| H A D | neponset.h | 3 * arch/arm/mach-sa1100/include/mach/neponset.h 8 * Only include this file from SA1100-specific files.
|
| H A D | collie.h | 3 * arch/arm/mach-sa1100/include/mach/collie.h 6 * Only include this file from SA1100-specific files.
|
| H A D | irqs.h | 3 * arch/arm/mach-sa1100/include/mach/irqs.h 6 * Copyright (C) 1998 Deborah Wallach (updates for SA1100/Brutus).
|
| H A D | assabet.h | 3 * arch/arm/mach-sa1100/include/mach/assabet.h 8 * Only include this file from SA1100-specific files.
|
| H A D | jornada720.h | 3 * arch/arm/mach-sa1100/include/mach/jornada720.h
|
| H A D | uncompress.h | 3 * arch/arm/mach-sa1100/include/mach/uncompress.h
|
| /linux/arch/arm/mach-sa1100/ |
| H A D | generic.c | 3 * linux/arch/arm/mach-sa1100/generic.c 27 #include <soc/sa1100/pwer.h> 75 * Default power-off for SA1100 240 .name = "sa1100-mtd", 247 flash->name = "sa1100"; in sa11x0_register_mtd() 260 .name = "sa1100-rtc", 351 * 0xf6000000-0xfffeffff: reserved (internal SA1100 IO defined above) 352 * 0xffff0000-0xffff0fff: SA1100 exception vectors
|
| H A D | clock.c | 3 * linux/arch/arm/mach-sa1100/clock.c 102 clk_hw_register_clkdev(hw, NULL, "sa1100-rtc"); in sa11xx_clk_init()
|
| H A D | generic.h | 3 * linux/arch/arm/mach-sa1100/generic.h
|
| /linux/drivers/mtd/maps/ |
| H A D | sa1100-flash.c | 82 printk(KERN_WARNING "SA1100 flash: unknown base address " in sa1100_probe_subdev() 122 printk(KERN_INFO "SA1100 flash: CFI device at 0x%08lx, %uMiB, %d-bit\n", in sa1100_probe_subdev() 216 * otherwise fail. Either way, it'll be called "sa1100". in sa1100_setup_mtd() 298 .name = "sa1100-mtd", 305 MODULE_DESCRIPTION("SA1100 CFI map driver"); 307 MODULE_ALIAS("platform:sa1100-mtd");
|
| /linux/drivers/mtd/parsers/ |
| H A D | Kconfig | 38 SA1100 map driver (CONFIG_MTD_SA1100) has an option for this, for 57 1 flash resource (mtd-id "sa1100"), with 1 single writable partition: 58 mtdparts=sa1100:- 61 mtdparts=sa1100:256k(ARMboot)ro,-(root) 168 SA1100 map driver (CONFIG_MTD_SA1100) has an option for this, for
|
| /linux/arch/arm/mm/ |
| H A D | proc-sa1100.S | 3 * linux/arch/arm/mm/proc-sa1100.S 13 * Note that SA1100 and SA1110 share everything but their name and CPU ID. 234 * SA1100 and SA1110 share the same function calls 238 define_processor_functions sa1100, dabort=v4_early_abort, pabort=legacy_pabort, suspend=1 276 sa1100_proc_info sa1100, 0x4401a110, 0xfffffff0, cpu_sa1100_name
|
| /linux/drivers/irqchip/ |
| H A D | irq-sa11x0.c | 17 #include <soc/sa1100/pwer.h> 31 * We don't need to ACK IRQs on the SA1100 unless they're GPIOs 165 * instruction to work... on a SA1100 rev 9 at least. in sa11x0_init_irq_nodt()
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| H A D | sa1100-rtc.yaml | 4 $id: http://devicetree.org/schemas/rtc/sa1100-rtc.yaml# 20 - mrvl,sa1100-rtc
|
| /linux/drivers/rtc/ |
| H A D | rtc-sa1100.c | 39 #include "rtc-sa1100.h" 279 of_device_is_compatible(pdev->dev.of_node, "mrvl,sa1100-rtc")) { in sa1100_rtc_probe() 332 { .compatible = "mrvl,sa1100-rtc", }, 343 .name = "sa1100-rtc", 354 MODULE_ALIAS("platform:sa1100-rtc");
|
| /linux/arch/arm/boot/compressed/ |
| H A D | head-sa1100.S | 3 * linux/arch/arm/boot/compressed/head-sa1100.S 7 * SA1100 specific tweaks. This is merged into head.S by the linker.
|
| /linux/arch/arm/include/debug/ |
| H A D | sa1100.S | 2 /* arch/arm/include/debug/sa1100.S 24 @ the comment in arch/arm/mach-sa1100/include/mach/uncompress.h.
|
| /linux/drivers/gpio/ |
| H A D | gpio-sa1100.c | 3 * linux/arch/arm/mach-sa1100/gpio.c 12 #include <soc/sa1100/pwer.h> 113 * SA1100 GPIO edge detection for IRQs:
|
| /linux/Documentation/arch/arm/ |
| H A D | arm.rst | 165 e.g. SA1100, as well as implementations of the architecture, 190 For example, the SA1100 class is based upon the SA1100 and SA1110 SoC
|
| /linux/drivers/net/usb/ |
| H A D | cdc_subset.c | 192 * When they run Linux, arch/arm/mach-sa1100/usb-eth.c may be used to 199 * and different USB endpoint numbering than the SA1100 devices. The 200 * mach-pxa/usb-eth.c driver re-uses the device ids from mach-sa1100 294 * the sa1100 one, but hardware uses different endpoint numbers.
|