Home
last modified time | relevance | path

Searched full:rda (Results 1 – 25 of 29) sorted by relevance

12

/linux/Documentation/devicetree/bindings/media/i2c/
H A Drda,rda5807.yaml4 $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 Drda8810pl.dtsi12 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 Drda8810pl-orangepi-2g-iot.dts12 compatible = "xunlong,orangepi-2g-iot", "rda,8810pl";
H A Drda8810pl-orangepi-i96.dts12 compatible = "xunlong,orangepi-i96", "rda,8810pl";
/linux/Documentation/devicetree/bindings/timer/
H A Drda,8810pl-timer.yaml4 $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 Drda,8810pl-uart.yaml4 $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 Drda,8810pl-intc.yaml4 $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/clocksource/
H A Dtimer-rda.c5 * Copyright RDA Microelectronics Company Limited
133 .name = "rda-ostimer",
145 .name = "rda-timer",
171 .name = "rda-timer",
195 TIMER_OF_DECLARE(rda8810pl, "rda,8810pl-timer", rda_timer_init);
H A DKconfig139 bool "RDA timer driver" if COMPILE_TEST
143 Enables the support for the RDA Micro timer driver.
H A DMakefile62 obj-$(CONFIG_RDA_TIMER) += timer-rda.o
/linux/drivers/irqchip/
H A Dirq-rda-intc.c5 * 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 Drda.yaml4 $id: http://devicetree.org/schemas/arm/rda.yaml#
7 title: RDA Micro platforms
20 - const: rda,8810pl
/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-rda.yaml4 $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 Drda-uart.c5 * 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 DMakefile72 obj-$(CONFIG_SERIAL_RDA) += rda-uart.o
/linux/drivers/net/ethernet/natsemi/
H A Dsonic.h307 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 Dsonic.c73 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 Dgve.rst57 GVE supports two addressing modes: QPL and RDA.
61 For RDA ("raw DMA addressing") mode, the set of pages is dynamic.
/linux/drivers/net/ethernet/google/gve/
H A Dgve_adminq.c79 "GQI RDA", (int)sizeof(**dev_op_gqi_rda), in gve_parse_device_option()
87 GVE_DEVICE_OPTION_TOO_BIG_FMT, "GQI RDA"); in gve_parse_device_option()
111 "DQO RDA", (int)sizeof(**dev_op_dqo_rda), in gve_parse_device_option()
119 GVE_DEVICE_OPTION_TOO_BIG_FMT, "DQO RDA"); in gve_parse_device_option()
1096 "Driver is running with DQO RDA queue format.\n"); in gve_adminq_describe_device()
1106 "Driver is running with GQI RDA queue format.\n"); in gve_adminq_describe_device()
1111 "Driver is running with GQI RDA queue format.\n"); in gve_adminq_describe_device()
H A Dgve_adminq.h186 * RDA - Raw DMA Addressing - Buffers associated with SKBs are directly DMA
H A Dgve_main.c1616 /* Stop and start RDA queues to repost buffers. */ in gve_xsk_pool_enable()
1658 /* Stop and start RDA queues to repost buffers. */ in gve_xsk_pool_disable()
2052 /* Header split is only supported on DQ RDA queue format. If XDP is enabled,
/linux/include/uapi/linux/
H A Dserial_core.h216 /* RDA UART */
/linux/drivers/rtc/
H A Drtc-rx8025.c16 * Alarm and periodic interrupt added by Dmitry Rakhchev <rda@emcraft.com>
/linux/drivers/gpio/
H A DKconfig594 bool "RDA Micro GPIO controller support"
600 Say Y here to support RDA Micro GPIO controller.
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst215 3 struct rcu_data __percpu *rda;
259 Finally, the ``->rda`` field references a per-CPU pointer to the

12