Home
last modified time | relevance | path

Searched full:amba (Results 1 – 25 of 216) sorted by relevance

123456789

/Linux-v6.1/drivers/bcma/
DREADME1 Broadcom introduced new bus as replacement for older SSB. It is based on AMBA,
2 however from programming point of view there is nothing AMBA specific we use.
4 Standard AMBA drivers are platform specific, have hardcoded addresses and use
5 AMBA standard fields like CID and PID.
8 1) Broadcom specific AMBA device. It is put on AMBA bus, but can not be treated
9 as standard AMBA device. Reading it's CID or PID can cause machine lockup.
10 2) AMBA standard devices called ports or wrappers. They have CIDs (AMBA_CID)
14 Addresses of AMBA devices are not hardcoded in driver and have to be read from
/Linux-v6.1/drivers/amba/
Dbus.c3 * linux/arch/arm/common/amba.c
16 #include <linux/amba/bus.h>
153 * Find reset control(s) of the amba bus and de-assert them. in amba_read_periphid()
247 retval = add_uevent_var(env, "MODALIAS=amba:d%08X", pcdev->periphid); in amba_uevent()
439 * so we call the bus "amba".
440 * DMA configuration for platform and AMBA bus is same. So here we reuse
444 .name = "amba",
477 .name = "amba-proxy",
490 * one amba driver registered. If all amba drivers are modules and are in amba_stub_drv_init()
494 * amba_match() is called even if no amba driver has been registered. in amba_stub_drv_init()
[all …]
/Linux-v6.1/drivers/vfio/platform/
Dvfio_amba.c11 #include <linux/amba/bus.h>
17 #define DRIVER_DESC "VFIO for AMBA devices - User Level meta-driver"
19 /* probing devices from the AMBA bus */
40 /* zero is an unset IRQ for AMBA devices */ in get_amba_irq()
51 vdev->name = kasprintf(GFP_KERNEL, "vfio-amba-%08x", adev->periphid); in vfio_amba_init_dev()
111 .name = "vfio-amba",
126 MODULE_DEVICE_TABLE(amba, pl330_ids);
133 .name = "vfio-amba",
DKconfig15 tristate "VFIO support for AMBA devices"
18 Support for ARM AMBA devices with VFIO. This is required to make
19 use of ARM AMBA devices present on the system using the VFIO
DMakefile9 vfio-amba-y := vfio_amba.o
11 obj-$(CONFIG_VFIO_AMBA) += vfio-amba.o
/Linux-v6.1/drivers/hwtracing/coresight/
Dcoresight-priv.h9 #include <linux/amba/bus.h>
174 * private data in AMBA ID table entries, and extract data values.
177 /* coresight AMBA ID, no UCI, no driver data: id table entry */
184 /* coresight AMBA ID, UCI with driver data only: id table entry. */
195 /* coresight AMBA ID, full UCI structure: id table entry. */
Dcoresight-replicator.c9 #include <linux/amba/bus.h>
83 * Some replicator designs lose context when AMBA clocks are removed, in dynamic_replicator_enable()
245 * validated by AMBA core in replicator_probe()
401 MODULE_DEVICE_TABLE(amba, dynamic_replicator_ids);
427 pr_info("Error registering amba driver\n"); in replicator_init()
Dcoresight-tpiu.c17 #include <linux/amba/bus.h>
142 /* Validity for the resource is already checked by the AMBA core */ in tpiu_probe()
223 MODULE_DEVICE_TABLE(amba, tpiu_ids);
Dcoresight-funnel.c20 #include <linux/amba/bus.h>
237 * validated by AMBA core. in funnel_probe()
394 MODULE_DEVICE_TABLE(amba, dynamic_funnel_ids);
420 pr_info("Error registering amba driver\n"); in funnel_init()
/Linux-v6.1/drivers/input/serio/
Dambakmi.c17 #include <linux/amba/bus.h>
18 #include <linux/amba/kmi.h>
193 MODULE_DEVICE_TABLE(amba, amba_kmi_idtable);
209 MODULE_DESCRIPTION("AMBA KMI controller driver");
/Linux-v6.1/Documentation/devicetree/bindings/net/can/
Dgrcan.txt6 Note: These properties are built from the AMBA plug&play in a Leon SPARC system
17 the amba bus in the ordinary case)
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-amba1 What: /sys/bus/amba/devices/.../driver_override
10 driver_override file (echo vfio-amba > driver_override) and may
/Linux-v6.1/arch/arm/mach-s3c/
Dpl080.c3 // Samsung's S3C64XX generic DMA support using amba-pl08x driver.
8 #include <linux/amba/bus.h>
9 #include <linux/amba/pl080.h>
10 #include <linux/amba/pl08x.h>
/Linux-v6.1/drivers/rtc/
Drtc-pl030.c11 #include <linux/amba/bus.h>
159 MODULE_DEVICE_TABLE(amba, pl030_ids);
173 MODULE_DESCRIPTION("ARM AMBA PL030 RTC Driver");
/Linux-v6.1/drivers/tty/serial/
Damba-pl010.c3 * Driver for AMBA serial ports
10 * This is a generic driver for ARM AMBA-type serial ports. They
28 #include <linux/amba/bus.h>
29 #include <linux/amba/serial.h>
484 return port->type == PORT_AMBA ? "AMBA" : NULL; in pl010_type()
733 "Failed to register AMBA-PL010 driver\n"); in pl010_probe()
796 MODULE_DEVICE_TABLE(amba, pl010_ids);
810 printk(KERN_INFO "Serial: AMBA driver\n"); in pl010_init()
824 MODULE_DESCRIPTION("ARM AMBA serial port driver");
/Linux-v6.1/Documentation/devicetree/bindings/media/xilinx/
Dvideo.txt8 Each video IP core is represented by an AMBA bus child node in the device
12 The whole pipeline is represented by an AMBA bus child node in the device
/Linux-v6.1/arch/arm/mach-spear/
Dpl080.c11 #include <linux/amba/pl08x.h>
12 #include <linux/amba/bus.h>
Dspear3xx.c13 #include <linux/amba/pl022.h>
14 #include <linux/amba/pl080.h>
Dspear320.c13 #include <linux/amba/pl022.h>
14 #include <linux/amba/pl08x.h>
15 #include <linux/amba/serial.h>
/Linux-v6.1/include/linux/amba/
Dpl093.h2 /* linux/amba/pl093.h
8 * AMBA PL093 SSMC (synchronous static memory controller)
Dbus.h3 * linux/include/amba/bus.h
27 * for components on the AMBA bus. (ARM IHI 0029E)
43 * components. Passed to the amba bus code from the component driver via
/Linux-v6.1/drivers/char/hw_random/
Dnomadik-rng.c10 #include <linux/amba/bus.h>
86 MODULE_DEVICE_TABLE(amba, nmk_rng_ids);
/Linux-v6.1/arch/arm/mach-versatile/
Dintegrator.c16 #include <linux/amba/bus.h>
17 #include <linux/amba/serial.h>
/Linux-v6.1/arch/x86/pci/
Dsta2x11-fixup.c3 * DMA translation between STA2x11 AMBA memory mapping and the x86 memory mapping
115 * At boot we must set up the mappings for the pcie-to-amba bridge.
162 "sta2x11: Map EP %i: AMBA address %#8x-%#8x\n", in sta2x11_map_ep()
/Linux-v6.1/drivers/acpi/
Dacpi_amba.c11 #include <linux/amba/bus.h>
100 * the amba device we are about to create. in amba_handler_attach()

123456789