Searched full:amba (Results 1 – 25 of 206) sorted by relevance
123456789
/Linux-v6.6/drivers/bcma/ |
D | README | 1 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.6/drivers/amba/ |
D | bus.c | 3 * 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() 433 * so we call the bus "amba". 434 * DMA configuration for platform and AMBA bus is same. So here we reuse 438 .name = "amba", 471 .name = "amba-proxy", 484 * one amba driver registered. If all amba drivers are modules and are in amba_stub_drv_init() 488 * amba_match() is called even if no amba driver has been registered. in amba_stub_drv_init() [all …]
|
/Linux-v6.6/drivers/vfio/platform/ |
D | vfio_amba.c | 11 #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() 110 .name = "vfio-amba", 129 MODULE_DEVICE_TABLE(amba, pl330_ids); 136 .name = "vfio-amba",
|
D | Kconfig | 20 tristate "VFIO support for AMBA devices" 24 Support for ARM AMBA devices with VFIO. This is required to make 25 use of ARM AMBA devices present on the system using the VFIO
|
D | Makefile | 9 vfio-amba-y := vfio_amba.o 10 obj-$(CONFIG_VFIO_AMBA) += vfio-amba.o
|
/Linux-v6.6/drivers/hwtracing/coresight/ |
D | coresight-priv.h | 9 #include <linux/amba/bus.h> 169 * private data in AMBA ID table entries, and extract data values. 172 /* coresight AMBA ID, no UCI, no driver data: id table entry */ 179 /* coresight AMBA ID, UCI with driver data only: id table entry. */ 190 /* coresight AMBA ID, full UCI structure: id table entry. */
|
D | coresight-replicator.c | 9 #include <linux/amba/bus.h> 83 * Some replicator designs lose context when AMBA clocks are removed, in dynamic_replicator_enable() 248 * validated by AMBA core in replicator_probe() 404 MODULE_DEVICE_TABLE(amba, dynamic_replicator_ids); 430 pr_info("Error registering amba driver\n"); in replicator_init()
|
D | coresight-tpiu.c | 17 #include <linux/amba/bus.h> 143 /* Validity for the resource is already checked by the AMBA core */ in tpiu_probe() 224 MODULE_DEVICE_TABLE(amba, tpiu_ids);
|
D | coresight-funnel.c | 20 #include <linux/amba/bus.h> 241 * validated by AMBA core. in funnel_probe() 398 MODULE_DEVICE_TABLE(amba, dynamic_funnel_ids); 424 pr_info("Error registering amba driver\n"); in funnel_init()
|
/Linux-v6.6/drivers/input/serio/ |
D | ambakmi.c | 17 #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.6/Documentation/devicetree/bindings/net/can/ |
D | grcan.txt | 6 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.6/drivers/tty/serial/ |
D | amba-pl010.c | 3 * 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> 463 return port->type == PORT_AMBA ? "AMBA" : NULL; in pl010_type() 712 "Failed to register AMBA-PL010 driver\n"); in pl010_probe() 775 MODULE_DEVICE_TABLE(amba, pl010_ids); 789 printk(KERN_INFO "Serial: AMBA driver\n"); in pl010_init() 803 MODULE_DESCRIPTION("ARM AMBA serial port driver");
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-bus-amba | 1 What: /sys/bus/amba/devices/.../driver_override 10 driver_override file (echo vfio-amba > driver_override) and may
|
/Linux-v6.6/arch/arm/mach-s3c/ |
D | pl080.c | 3 // 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.6/drivers/rtc/ |
D | rtc-pl030.c | 11 #include <linux/amba/bus.h> 159 MODULE_DEVICE_TABLE(amba, pl030_ids); 173 MODULE_DESCRIPTION("ARM AMBA PL030 RTC Driver");
|
/Linux-v6.6/Documentation/devicetree/bindings/media/xilinx/ |
D | video.txt | 8 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.6/arch/arm/mach-spear/ |
D | pl080.c | 11 #include <linux/amba/pl08x.h> 12 #include <linux/amba/bus.h>
|
D | spear3xx.c | 13 #include <linux/amba/pl022.h> 14 #include <linux/amba/pl080.h>
|
D | spear320.c | 13 #include <linux/amba/pl022.h> 14 #include <linux/amba/pl08x.h> 15 #include <linux/amba/serial.h>
|
/Linux-v6.6/arch/arm/mach-versatile/ |
D | integrator.c | 16 #include <linux/amba/bus.h> 17 #include <linux/amba/serial.h>
|
/Linux-v6.6/drivers/char/hw_random/ |
D | nomadik-rng.c | 10 #include <linux/amba/bus.h> 77 MODULE_DEVICE_TABLE(amba, nmk_rng_ids);
|
/Linux-v6.6/include/linux/amba/ |
D | bus.h | 3 * 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.6/arch/x86/pci/ |
D | sta2x11-fixup.c | 3 * 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.6/drivers/acpi/arm64/ |
D | amba.c | 11 #include <linux/amba/bus.h> 99 * the amba device we are about to create. in amba_handler_attach()
|
/Linux-v6.6/drivers/memory/ |
D | pl353-smc.c | 16 #include <linux/amba/bus.h> 153 MODULE_DEVICE_TABLE(amba, pl353_ids);
|
123456789