Home
last modified time | relevance | path

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

12

/linux-6.14.4/Documentation/devicetree/bindings/media/i2c/
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-6.14.4/arch/arm/boot/dts/unisoc/
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";
Drda8810pl-orangepi-2g-iot.dts12 compatible = "xunlong,orangepi-2g-iot", "rda,8810pl";
Drda8810pl-orangepi-i96.dts12 compatible = "xunlong,orangepi-i96", "rda,8810pl";
/linux-6.14.4/Documentation/devicetree/bindings/serial/
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-6.14.4/Documentation/devicetree/bindings/interrupt-controller/
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-6.14.4/Documentation/devicetree/bindings/timer/
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-6.14.4/Documentation/devicetree/bindings/arm/
Drda.yaml4 $id: http://devicetree.org/schemas/arm/rda.yaml#
7 title: RDA Micro platforms
20 - const: rda,8810pl
/linux-6.14.4/drivers/clocksource/
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);
DKconfig131 bool "RDA timer driver" if COMPILE_TEST
135 Enables the support for the RDA Micro timer driver.
DMakefile61 obj-$(CONFIG_RDA_TIMER) += timer-rda.o
/linux-6.14.4/drivers/irqchip/
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);
DMakefile49 obj-$(CONFIG_RDA_INTC) += irq-rda-intc.o
/linux-6.14.4/Documentation/devicetree/bindings/gpio/
Dgpio-rda.yaml4 $id: http://devicetree.org/schemas/gpio/gpio-rda.yaml#
7 title: RDA Micro GPIO controller
14 const: rda,8810pl-gpio
/linux-6.14.4/drivers/gpio/
Dgpio-rda.c3 * RDA Micro GPIO driver
5 * Copyright (C) 2012 RDA Micro Inc.
200 .name = "rda-gpio",
276 { .compatible = "rda,8810pl-gpio", },
284 .name = "rda-gpio",
291 MODULE_DESCRIPTION("RDA Micro GPIO driver");
/linux-6.14.4/drivers/tty/serial/
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",
DMakefile72 obj-$(CONFIG_SERIAL_RDA) += rda-uart.o
/linux-6.14.4/arch/arm/
DKconfig.platforms134 bool "RDA Micro SoCs"
139 This enables support for the RDA Micro 8810PL SoC family.
/linux-6.14.4/drivers/net/ethernet/natsemi/
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()
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-6.14.4/drivers/net/ethernet/google/gve/
Dgve_adminq.c78 "GQI RDA", (int)sizeof(**dev_op_gqi_rda), in gve_parse_device_option()
86 GVE_DEVICE_OPTION_TOO_BIG_FMT, "GQI RDA"); in gve_parse_device_option()
110 "DQO RDA", (int)sizeof(**dev_op_dqo_rda), in gve_parse_device_option()
118 GVE_DEVICE_OPTION_TOO_BIG_FMT, "DQO RDA"); in gve_parse_device_option()
1027 "Driver is running with DQO RDA queue format.\n"); in gve_adminq_describe_device()
1037 "Driver is running with GQI RDA queue format.\n"); in gve_adminq_describe_device()
1042 "Driver is running with GQI RDA queue format.\n"); in gve_adminq_describe_device()
Dgve_adminq.h179 * RDA - Raw DMA Addressing - Buffers associated with SKBs are directly DMA
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/google/
Dgve.rst57 GVE supports two addressing modes: QPL and RDA.
61 For RDA ("raw DMA addressing") mode, the set of pages is dynamic.
/linux-6.14.4/include/uapi/linux/
Dserial_core.h216 /* RDA UART */
/linux-6.14.4/drivers/perf/
Dxgene_pmu.c330 XGENE_PMU_EVENT_ATTR(rda-cmd-sent, 0x05),
337 XGENE_PMU_EVENT_ATTR(rd-rda-cmd-sent, 0x0c),
521 XGENE_PMU_EVENT_ATTR(rda-sent, 0x04),
528 XGENE_PMU_EVENT_ATTR(rd-rda-sent, 0x0b),

12