| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | drm_mipi_dsi.c | 157 const u8 *tx = msg->tx_buf; in mipi_dsi_create_packet() local 159 packet->header[1] = (msg->tx_len > 0) ? tx[0] : 0; in mipi_dsi_create_packet() 160 packet->header[2] = (msg->tx_len > 1) ? tx[1] : 0; in mipi_dsi_create_packet() 218 u8 tx[2] = { value & 0xff, value >> 8 }; in mipi_dsi_set_maximum_return_packet_size() local 222 .tx_len = sizeof(tx), in mipi_dsi_set_maximum_return_packet_size() 223 .tx_buf = tx, in mipi_dsi_set_maximum_return_packet_size() 243 u8 tx[2] = { enable << 0, 0 }; in mipi_dsi_compression_mode() local 247 .tx_len = sizeof(tx), in mipi_dsi_compression_mode() 248 .tx_buf = tx, in mipi_dsi_compression_mode() 421 u8 *tx; in mipi_dsi_dcs_write() local [all …]
|
| /rk3399_rockchip-uboot/drivers/ram/rockchip/ |
| H A D | sdram-rk3308-ddr-skew.inc | 43 0x7a,/*dqs0 rx tx*/ 44 0xa,/*dqsb0 tx*/ 55 0x56,/*dqs1 rx tx*/ 56 0x6,/*dqsb1 tx*/
|
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | sandbox.c | 238 u8 *tx) in sandbox_sf_process_cmd() argument 243 if (tx) in sandbox_sf_process_cmd() 244 sandbox_spi_tristate(tx, 1); in sandbox_sf_process_cmd() 323 uint8_t *tx = txp; in sandbox_sf_xfer() local 336 ret = sandbox_sf_process_cmd(sbsf, rx, tx); in sandbox_sf_xfer() 358 tx[pos++] = id; in sandbox_sf_xfer() 370 if (tx) in sandbox_sf_xfer() 371 sandbox_spi_tristate(&tx[pos], 1); in sandbox_sf_xfer() 408 assert(tx); in sandbox_sf_xfer() 409 ret = os_read(sbsf->fd, tx + pos, cnt); in sandbox_sf_xfer() [all …]
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | fit-core.sh | 317 fdtput -tx ${SPL_DTB} ${SIGNATURE_KEY_NODE} burn-key-hash 0x1 359 fdtput -tx ${SPL_DTB} ${SIGNATURE_KEY_NODE} rsa,r-squared 0x0 361 fdtput -tx ${SPL_DTB} ${SIGNATURE_KEY_NODE} rsa,np 0x0 364 fdtput -tx ${SPL_DTB} ${SIGNATURE_KEY_NODE} rsa,c 0x0 368 fdtput -tx ${SPL_DTB} ${SIGNATURE_KEY_NODE} rsa,c 0x0 369 fdtput -tx ${SPL_DTB} ${SIGNATURE_KEY_NODE} rsa,np 0x0 370 fdtput -tx ${SPL_DTB} ${SIGNATURE_KEY_NODE} rsa,exponent-BN 0x0 468 fdtput -tx ${UBOOT_DTB} ${SIGNATURE_KEY_NODE} rsa,r-squared 0x0 470 fdtput -tx ${UBOOT_DTB} ${SIGNATURE_KEY_NODE} rsa,np 0x0 472 fdtput -tx ${UBOOT_DTB} ${SIGNATURE_KEY_NODE} rsa,c 0x0 [all …]
|
| H A D | fit-sign.sh | 337 fdtput -tx ${SPL_DTB} ${SIGNATURE_KEY_NODE} burn-key-hash 0x1 371 fdtput -tx ${SPL_DTB} ${SIGNATURE_KEY_NODE} rsa,r-squared 0x0 373 fdtput -tx ${SPL_DTB} ${SIGNATURE_KEY_NODE} rsa,np 0x0 376 fdtput -tx ${SPL_DTB} ${SIGNATURE_KEY_NODE} rsa,c 0x0 380 fdtput -tx ${SPL_DTB} ${SIGNATURE_KEY_NODE} rsa,c 0x0 381 fdtput -tx ${SPL_DTB} ${SIGNATURE_KEY_NODE} rsa,np 0x0 382 fdtput -tx ${SPL_DTB} ${SIGNATURE_KEY_NODE} rsa,exponent-BN 0x0 494 fdtput -tx ${UBOOT_DTB} ${SIGNATURE_KEY_NODE} rsa,r-squared 0x0 496 fdtput -tx ${UBOOT_DTB} ${SIGNATURE_KEY_NODE} rsa,np 0x0 498 fdtput -tx ${UBOOT_DTB} ${SIGNATURE_KEY_NODE} rsa,c 0x0 [all …]
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | designware_spi.c | 111 void *tx; member 264 tx_left = (priv->tx_end - priv->tx) / (priv->bits_per_word >> 3); in tx_max() 275 rxtx_gap = ((priv->rx_end - priv->rx) - (priv->tx_end - priv->tx)) / in tx_max() 298 txw = *(u8 *)(priv->tx); in dw_writer() 300 txw = *(u16 *)(priv->tx); in dw_writer() 304 priv->tx += priv->bits_per_word >> 3; in dw_writer() 355 const u8 *tx = dout; in dw_spi_xfer() local 376 if (rx && tx) in dw_spi_xfer() 391 debug("%s: rx=%p tx=%p len=%d [bytes]\n", __func__, rx, tx, priv->len); in dw_spi_xfer() 393 priv->tx = (void *)tx; in dw_spi_xfer() [all …]
|
| H A D | omap3_spi.c | 91 unsigned int tx; /* 0x38, 0x4C, 0x60, 0x74 */ member 166 unsigned int *tx = &priv->regs->channel[priv->cs].tx; in omap3_spi_write() local 168 writel(((u32 *)txp)[i], tx); in omap3_spi_write() 170 writel(((u16 *)txp)[i], tx); in omap3_spi_write() 172 writel(((u8 *)txp)[i], tx); in omap3_spi_write() 209 writel(0, &priv->regs->channel[priv->cs].tx); in omap3_spi_read() 276 unsigned int *tx = &priv->regs->channel[priv->cs].tx; in omap3_spi_txrx() local 278 writel(((u32 *)txp)[i], tx); in omap3_spi_txrx() 280 writel(((u16 *)txp)[i], tx); in omap3_spi_txrx() 282 writel(((u8 *)txp)[i], tx); in omap3_spi_txrx()
|
| H A D | pic32_spi.c | 72 const void *tx; member 112 tx_left = (priv->tx_end - priv->tx) / n_bytes; in pic32_tx_max() 115 rxtx_gap = (priv->rx_end - priv->rx) - (priv->tx_end - priv->tx); in pic32_tx_max() 150 val = *(__type *)(priv->tx); \ 152 priv->tx += sizeof(__type); \ 258 priv->tx = tx_buf; in pic32_spi_xfer() 260 priv->tx_end = priv->tx + len; in pic32_spi_xfer()
|
| H A D | bcm63xx_hsspi.c | 225 const uint8_t *tx = dout; in bcm63xx_hsspi_xfer() local 232 if (tx && rx) in bcm63xx_hsspi_xfer() 236 else if (tx) in bcm63xx_hsspi_xfer() 261 if (tx) { in bcm63xx_hsspi_xfer() 263 HSSPI_FIFO_OP_SIZE, tx, curr_step); in bcm63xx_hsspi_xfer() 264 tx += curr_step; in bcm63xx_hsspi_xfer()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | keystone-k2hk-netcp.dtsi | 82 netcp-tx { 86 netcpx-tx { 153 tx-queue = <648>; 154 tx-channel = "nettx"; 186 tx-pool = <1024 12>; 190 tx-completion-queue = <8706>; 198 tx-pool = <1024 12>; 202 tx-completion-queue = <8707>;
|
| H A D | keystone-k2e-netcp.dtsi | 70 netcp-tx { 135 tx-queue = <896>; 136 tx-channel = "nettx"; 184 tx-pool = <1024 12>; 188 tx-completion-queue = <530>; 196 tx-pool = <1024 12>; 200 tx-completion-queue = <531>;
|
| H A D | keystone-k2l-netcp.dtsi | 70 netcp-tx { 134 tx-queue = <896>; 135 tx-channel = "nettx"; 167 tx-pool = <1024 12>; 171 tx-completion-queue = <530>; 179 tx-pool = <1024 12>; 183 tx-completion-queue = <531>;
|
| H A D | omap3.dtsi | 163 dma-names = "tx", "rx"; 291 dma-names = "tx", "rx"; 301 dma-names = "tx", "rx"; 311 dma-names = "tx", "rx"; 321 dma-names = "tx", "rx"; 332 dma-names = "tx", "rx"; 343 dma-names = "tx", "rx"; 358 ti,mbox-tx = <0 0 0>; 439 dma-names = "tx", "rx"; 449 dma-names = "tx", "rx"; [all …]
|
| H A D | keystone-k2g-netcp.dtsi | 52 netcp-tx { 127 tx-queue = <5>; 128 tx-channel = "nettx"; 143 tx-pool = <511 12>; 147 tx-completion-queue = <78>;
|
| H A D | r8a7796.dtsi | 384 dma-names = "tx", "rx", "tx", "rx"; 401 dma-names = "tx", "rx", "tx", "rx"; 418 dma-names = "tx", "rx", "tx", "rx"; 434 dma-names = "tx", "rx"; 450 dma-names = "tx", "rx"; 466 dma-names = "tx", "rx"; 482 dma-names = "tx", "rx"; 601 dma-names = "tx", "rx", "tx", "rx"; 619 dma-names = "tx", "rx", "tx", "rx"; 637 dma-names = "tx", "rx", "tx", "rx"; [all …]
|
| H A D | tegra20.dtsi | 279 dma-names = "rx", "tx"; 291 dma-names = "rx", "tx"; 303 dma-names = "rx", "tx"; 323 dma-names = "rx", "tx"; 336 dma-names = "rx", "tx"; 349 dma-names = "rx", "tx"; 362 dma-names = "rx", "tx"; 375 dma-names = "rx", "tx"; 415 dma-names = "rx", "tx"; 429 dma-names = "rx", "tx"; [all …]
|
| H A D | r8a7795.dtsi | 709 dma-names = "tx", "rx"; 726 dma-names = "tx", "rx"; 743 dma-names = "tx", "rx"; 760 dma-names = "tx", "rx"; 777 dma-names = "tx", "rx"; 793 dma-names = "tx", "rx"; 809 dma-names = "tx", "rx"; 825 dma-names = "tx", "rx"; 841 dma-names = "tx", "rx"; 857 dma-names = "tx", "rx"; [all …]
|
| H A D | rk3506-pinctrl-rmio.dtsi | 12 rm_io0_uart1_tx: rm-io0-uart1-tx { 20 rm_io0_uart2_tx: rm-io0-uart2-tx { 28 rm_io0_uart3_tx: rm-io0-uart3-tx { 44 rm_io0_uart4_tx: rm-io0-uart4-tx { 112 rm_io0_can1_tx: rm-io0-can1-tx { 120 rm_io0_can0_tx: rm-io0-can0-tx { 328 rm_io0_spdif_tx: rm-io0-spdif-tx { 407 rm_io1_uart1_tx: rm-io1-uart1-tx { 415 rm_io1_uart2_tx: rm-io1-uart2-tx { 423 rm_io1_uart3_tx: rm-io1-uart3-tx { [all …]
|
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | lpc32xx_i2c.c | 99 &base->tx); in __i2c_probe_chip() 123 writel((dev<<1) | LPC32XX_I2C_TX_START, &base->tx); in __i2c_read() 131 writel(a, &base->tx); in __i2c_read() 142 writel(1 | (dev<<1) | LPC32XX_I2C_TX_START, &base->tx); in __i2c_read() 154 LPC32XX_I2C_TX_STOP, &base->tx); in __i2c_read() 190 writel((dev<<1) | LPC32XX_I2C_TX_START, &base->tx); in __i2c_write() 203 writel(a, &base->tx); in __i2c_write() 216 writel(d, &base->tx); in __i2c_write()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/ata/ |
| H A D | intel-sata.txt | 15 - intel,sata-port0-gen3-tx : Value for the IOBP_SP0G3IR register 16 - intel,sata-port1-gen3-tx : Value for the IOBP_SP1G3IR register 25 intel,sata-port0-gen3-tx = <0x00880a7f>;
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | xilinx_ll_temac_sdma.c | 42 struct cdmac_bd tx[TX_BUF_CNT]; member 131 tx_dp = &cdmac_bd.tx[i]; in ll_temac_init_sdma() 135 flush_cache((u32)cdmac_bd.tx, sizeof(cdmac_bd.tx)); in ll_temac_init_sdma() 268 struct cdmac_bd *tx_dp = &cdmac_bd.tx[tx_idx]; in ll_temac_send_sdma() 294 tx_dp = &cdmac_bd.tx[tx_idx]; in ll_temac_send_sdma()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/net/ |
| H A D | allwinner,sun7i-a20-gmac.txt | 8 - clocks: Should contain the GMAC main clock, and tx clock 9 The tx clock type should be "allwinner,sun7i-a20-gmac-clk"
|
| H A D | ti,dp83867.txt | 7 - ti,tx-internal-delay - RGMII Transmit Clock Delay - see dt-bindings/net/ti-dp83867.h 20 ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_75_NS>;
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.fec_mxc | 11 Defaults to MII100 for 100 Base-tx. 12 RGMII selects 1000 Base-tx reduced pin count interface. 13 RMII selects 100 Base-tx reduced pin count interface.
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/usb/ |
| H A D | dwc2.txt | 38 - g-np-tx-fifo-size: size of non-periodic tx fifo size in gadget mode. 39 - g-tx-fifo-size: size of periodic tx fifo per endpoint (except ep0) in gadget mode.
|