| /linux/Documentation/devicetree/bindings/media/i2c/ |
| H A D | rda,rda5807.yaml | 4 $id: http://devicetree.org/schemas/media/i2c/rda,rda5807.yaml# 15 - rda,rda5807 23 rda,lnan: 27 rda,lnap: 31 rda,analog-out: 35 rda,i2s-out: 39 rda,lna-microamp: 58 compatible = "rda,rda5807"; 63 rda,lnan; 64 rda,lnap; [all …]
|
| /linux/arch/arm/boot/dts/unisoc/ |
| H A D | rda8810pl.dtsi | 12 compatible = "rda,8810pl"; 43 compatible = "rda,8810pl-gpio"; 58 compatible = "rda,8810pl-intc"; 72 compatible = "rda,8810pl-timer"; 80 compatible = "rda,8810pl-gpio"; 91 compatible = "rda,8810pl-gpio"; 102 compatible = "rda,8810pl-gpio"; 120 compatible = "rda,8810pl-uart"; 127 compatible = "rda,8810pl-uart"; 134 compatible = "rda,8810pl-uart";
|
| H A D | rda8810pl-orangepi-2g-iot.dts | 12 compatible = "xunlong,orangepi-2g-iot", "rda,8810pl";
|
| H A D | rda8810pl-orangepi-i96.dts | 12 compatible = "xunlong,orangepi-i96", "rda,8810pl";
|
| /linux/Documentation/devicetree/bindings/timer/ |
| H A D | rda,8810pl-timer.yaml | 4 $id: http://devicetree.org/schemas/timer/rda,8810pl-timer.yaml# 7 title: RDA Micro RDA8810PL Timer 14 const: rda,8810pl-timer 41 compatible = "rda,8810pl-timer";
|
| /linux/Documentation/devicetree/bindings/serial/ |
| H A D | rda,8810pl-uart.yaml | 4 $id: http://devicetree.org/schemas/serial/rda,8810pl-uart.yaml# 7 title: RDA Micro UART Interface 17 const: rda,8810pl-uart 41 compatible = "rda,8810pl-uart";
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | rda,8810pl-intc.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/rda,8810pl-intc.yaml# 7 title: RDA Micro RDA8810PL interrupt controller 17 const: rda,8810pl-intc 38 compatible = "rda,8810pl-intc";
|
| /linux/drivers/irqchip/ |
| H A D | irq-rda-intc.c | 5 * Copyright RDA Microelectronics Company Limited 62 .name = "rda-intc", 87 rda_intc_base = of_io_request_and_map(node, 0, "rda-intc"); in rda8810_intc_init() 107 IRQCHIP_DECLARE(rda_intc, "rda,8810pl-intc", rda8810_intc_init);
|
| /linux/Documentation/devicetree/bindings/arm/ |
| H A D | rda.yaml | 4 $id: http://devicetree.org/schemas/arm/rda.yaml# 7 title: RDA Micro platforms 20 - const: rda,8810pl
|
| /linux/Documentation/devicetree/bindings/gpio/ |
| H A D | gpio-rda.yaml | 4 $id: http://devicetree.org/schemas/gpio/gpio-rda.yaml# 7 title: RDA Micro GPIO controller 14 const: rda,8810pl-gpio
|
| /linux/drivers/tty/serial/ |
| H A D | rda-uart.c | 5 * Copyright RDA Microelectronics Company Limited 439 "rda-uart", port); in rda_uart_startup() 478 return (port->type == PORT_RDA) ? "rda-uart" : NULL; in rda_uart_type() 681 OF_EARLYCON_DECLARE(rda, "rda,8810pl-uart", 691 .driver_name = "rda-uart", 698 { .compatible = "rda,8810pl-uart" }, 782 .name = "rda-uart",
|
| H A D | Makefile | 72 obj-$(CONFIG_SERIAL_RDA) += rda-uart.o
|
| H A D | Kconfig | 1471 bool "RDA Micro serial port support" 1480 bool "Console on RDA Micro serial port"
|
| /linux/drivers/net/ethernet/natsemi/ |
| H A D | sonic.h | 307 void *rda; /* Receive descriptor area */ member 317 u32 rda_laddr; /* logical DMA address of RDA */ 426 sonic_buf_put(lp->rda, lp->dma_bitmode, in sonic_rda_put() 434 return sonic_buf_get(lp->rda, lp->dma_bitmode, in sonic_rda_get()
|
| H A D | sonic.c | 73 lp->rda = lp->tda + SIZEOF_SONIC_TD * SONIC_NUM_TDS * in sonic_alloc_descriptors() 75 lp->rra = lp->rda + SIZEOF_SONIC_RD * SONIC_NUM_RDS * in sonic_alloc_descriptors()
|
| /linux/Documentation/networking/device_drivers/ethernet/google/ |
| H A D | gve.rst | 57 GVE supports two addressing modes: QPL and RDA. 61 For RDA ("raw DMA addressing") mode, the set of pages is dynamic.
|
| /linux/include/uapi/linux/ |
| H A D | serial_core.h | 216 /* RDA UART */
|
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_adminq.h | 186 * RDA - Raw DMA Addressing - Buffers associated with SKBs are directly DMA
|
| H A D | gve_main.c | 1619 /* Stop and start RDA queues to repost buffers. */ in gve_xsk_pool_enable() 1661 /* Stop and start RDA queues to repost buffers. */ in gve_xsk_pool_disable() 2060 /* Header split is only supported on DQ RDA queue format. If XDP is enabled,
|
| H A D | gve.h | 112 /* netmem is used for DQO RDA mode
|
| /linux/drivers/rtc/ |
| H A D | rtc-rx8025.c | 16 * Alarm and periodic interrupt added by Dmitry Rakhchev <rda@emcraft.com>
|
| /linux/drivers/gpio/ |
| H A D | Kconfig | 593 bool "RDA Micro GPIO controller support" 599 Say Y here to support RDA Micro GPIO controller.
|
| /linux/Documentation/RCU/Design/Data-Structures/ |
| H A D | Data-Structures.rst | 215 3 struct rcu_data __percpu *rda; 259 Finally, the ``->rda`` field references a per-CPU pointer to the
|
| /linux/Documentation/devicetree/bindings/ |
| H A D | vendor-prefixes.yaml | 1346 "^rda,.*":
|
| /linux/ |
| H A D | MAINTAINERS | 3284 ARM/RDA MICRO ARCHITECTURE 3289 F: Documentation/devicetree/bindings/arm/rda.yaml 3290 F: Documentation/devicetree/bindings/gpio/gpio-rda.yaml 3291 F: Documentation/devicetree/bindings/interrupt-controller/rda,8810pl-intc.yaml 3292 F: Documentation/devicetree/bindings/serial/rda,8810pl-uart.yaml 3293 F: Documentation/devicetree/bindings/timer/rda,8810pl-timer.yaml 3295 F: drivers/clocksource/timer-rda.c 3296 F: drivers/gpio/gpio-rda.c 3297 F: drivers/irqchip/irq-rda-intc.c 3298 F: drivers/tty/serial/rda-uart.c
|