Home
last modified time | relevance | path

Searched refs:RX (Results 1 – 22 of 22) sorted by relevance

/rk3399_rockchip-uboot/doc/device-tree-bindings/net/
H A Dmicrel-ksz90x1.txt20 - rxdv-skew-ps : Skew control of RX CTL pad
23 - rxd0-skew-ps : Skew control of RX data 0 pad
24 - rxd1-skew-ps : Skew control of RX data 1 pad
25 - rxd2-skew-ps : Skew control of RX data 2 pad
26 - rxd3-skew-ps : Skew control of RX data 3 pad
107 - rxc-skew-ps : Skew control of RX clock pad
112 - rxdv-skew-ps : Skew control of RX CTL pad
114 - rxd0-skew-ps : Skew control of RX data 0 pad
115 - rxd1-skew-ps : Skew control of RX data 1 pad
116 - rxd2-skew-ps : Skew control of RX data 2 pad
[all …]
H A Dsnps,dwc-qos-ethernet.txt32 PHY's RX clock output. In other configurations, other clocks (such as
33 rx_125, rmii) may drive the EQOS RX path.
61 extend the binding with a separate clock-names entry for each of those RX
66 specific RX clocks.
117 - snps,rxpbl: DMA Programmable burst length for the RX DMA
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dsama5d3_can.dtsi20 …<AT91_PIOD 14 AT91_PERIPH_C AT91_PINCTRL_NONE /* PD14 periph C RX, conflicts with SCK0, SPI0_NPCS1…
28 <AT91_PIOB 14 AT91_PERIPH_B AT91_PINCTRL_NONE /* PB14 periph B RX, conflicts with GCRS */
H A Dmeson-gxbb-odroidc2.dts176 gpio-line-names = "UART TX", "UART RX", "VCCK En", "TF 3V3/1V8 En",
185 "Eth MDIO", "Eth MDC", "Eth RGMII RX Clk",
186 "Eth RX DV", "Eth RX D0", "Eth RX D1", "Eth RX D2",
187 "Eth RX D3", "Eth RGMII TX Clk", "Eth TX En",
H A Domap3.dtsi491 <60>; /* RX interrupt */
510 <63>, /* RX interrupt */
530 <90>, /* RX interrupt */
549 <55>; /* RX interrupt */
567 <82>; /* RX interrupt */
H A Dsun8i-a23-evb.dts126 * The RX line has a non-populated resistance. In order to use it, you
H A Darmada-8040-mcbin.dts90 * [40,41] CP0 UART1 TX/RX
H A Dsun9i-a80-cx-a99.dts364 * 1 = GND (pointed to by small triangle), 2 = GND, 3 = 3.3 V, 4 = RX, 5 = TX.
H A Dam57xx-beagle-x15-common.dtsi575 serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */
H A Ddra72-evm-common.dtsi532 serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */
H A Dam335x-evmsk.dts701 serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */
H A Dam335x-evm.dts591 serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */
H A Dam43x-epos-evm.dts796 serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */
H A Ddra7-evm.dts920 serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */
H A Dsama5d4.dtsi1509 <AT91_PIOE 29 AT91_PERIPH_C AT91_PINCTRL_NONE /* TWD1, conflicts with UART0 RX and DIBP */
/rk3399_rockchip-uboot/configs/
H A Dnokia_rx51_defconfig11 CONFIG_SYS_PROMPT="Nokia RX-51 # "
/rk3399_rockchip-uboot/doc/device-tree-bindings/firmware/
H A Dnvidia,tegra186-bpmp.txt17 - shmem : List of the phandle of the TX and RX shared memory area that
62 The shared memory area for the IPC TX and RX between CPU and BPMP are
/rk3399_rockchip-uboot/drivers/net/
H A Dmacb.c256 #define RX 1 macro
355 macb_invalidate_ring_desc(macb, RX); in reclaim_rx_buffers()
369 macb_flush_ring_desc(macb, RX); in reclaim_rx_buffers()
382 macb_invalidate_ring_desc(macb, RX); in _macb_recv()
635 macb_flush_ring_desc(macb, RX); in _macb_init()
H A Dat91_emac.c27 #error AT91 EMAC supports max 1024 RX buffers. \
/rk3399_rockchip-uboot/doc/
H A DREADME.nokia_rx511 Board: Nokia RX-51 aka N900
100 flashed with attached zImage to RX-51 kernel nand area. For enabling UBIFS
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_udc.c92 RX, enumerator
345 SET_EP0_STATE(RX); in musb_peri_ep0_rx_data_request()
625 if (RX == ep0_state) in musb_peri_ep0()
/rk3399_rockchip-uboot/drivers/serial/
H A DKconfig68 bool "Enable RX buffer for serial input"
71 Enable RX buffer support for the serial driver. This enables
72 pasting longer strings, even when the RX FIFO of the UART is
76 int "RX buffer size"
80 The size of the RX buffer (needs to be power of 2)