Home
last modified time | relevance | path

Searched refs:tx_data (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dsh_spi.c133 static int sh_spi_send(struct sh_spi *ss, const unsigned char *tx_data, in sh_spi_send() argument
149 sh_spi_write(tx_data[i], &ss->regs->tbr_rbr); in sh_spi_send()
162 tx_data += cur_len; in sh_spi_send()
206 const unsigned char *tx_data = dout; in spi_xfer() local
215 if (tx_data) in spi_xfer()
216 ret = sh_spi_send(ss, tx_data, len, flags); in spi_xfer()
H A Dtegra210_qspi.c75 u32 tx_data; /* 018:QSPI_TX_DATA register */ member
H A Dtegra114_spi.c76 u32 tx_data; /* 018:SPI_TX_DATA register */ member
H A Dexynos_spi.c151 writel(temp, &regs->tx_data); in spi_rx_tx()
/openbmc/u-boot/drivers/sound/
H A Di2s-uclass.c15 if (!ops->tx_data) in i2s_tx_data()
18 return ops->tx_data(dev, data, data_size); in i2s_tx_data()
H A Drockchip_i2s.c135 .tx_data = rockchip_i2s_tx_data,
H A Dsandbox.c211 .tx_data = sandbox_i2s_tx_data,
H A Dbroadwell_i2s.c291 .tx_data = broadwell_i2s_tx_data,
H A Dsamsung-i2s.c440 .tx_data = samsung_i2s_tx_data,
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dspi.h20 unsigned int tx_data; /* 0x18 */ member
/openbmc/u-boot/include/
H A Di2s.h100 int (*tx_data)(struct udevice *dev, void *data, uint data_size); member
/openbmc/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c86 writel(temp, &regs->tx_data); in spi_rx_tx()
141 writel((SF_READ_DATA_CMD << 24) | SPI_FLASH_UBOOT_POS, &regs->tx_data); in exynos_spi_copy()
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.h95 unsigned int tx_data);
H A Dexynos_mipi_dsi_lowlevel.c632 unsigned int tx_data) in exynos_mipi_dsi_wr_tx_data() argument
637 writel(tx_data, &mipi_dsim->payload); in exynos_mipi_dsi_wr_tx_data()
/openbmc/qemu/hw/net/
H A Dsungem.c233 uint8_t tx_data[MAX_PACKET_SIZE]; member
310 csum = net_raw_checksum(s->tx_data + start, s->tx_size - start); in sungem_do_tx_csum()
311 stw_be_p(s->tx_data + off, csum); in sungem_do_tx_csum()
353 pci_dma_read(d, desc->buffer, &s->tx_data[s->tx_size], len); in sungem_process_tx_desc()
366 sungem_send_packet(s, s->tx_data, s->tx_size); in sungem_process_tx_desc()
1450 VMSTATE_UINT8_ARRAY(tx_data, SunGEMState, MAX_PACKET_SIZE),
/openbmc/qemu/hw/ssi/
H A Dtrace-events32 ibex_spi_host_transfer(uint32_t tx_data, uint32_t rx_data) "tx_data: 0x%" PRIx32 " rx_data: @0x%" PRIx32
/openbmc/u-boot/drivers/usb/gadget/
H A Daspeed_udc.c179 void ast_udc_ep0_data_tx(struct aspeed_udc_priv *udc, u8 *tx_data, u32 len) in ast_udc_ep0_data_tx() argument
184 memcpy(udc->ep0_ctrl_buf, tx_data, len); in ast_udc_ep0_data_tx()