| /openbmc/u-boot/drivers/spi/ |
| H A D | cadence_qspi.h | 56 unsigned int txlen, const u8 *txbuf); 65 unsigned int txlen, const u8 *txbuf);
|
| H A D | cadence_qspi_apb.c | 478 const u8 *cmdbuf, unsigned int txlen, const u8 *txbuf) in cadence_qspi_apb_command_write() argument 513 memcpy(&wr_data, txbuf, wr_len); in cadence_qspi_apb_command_write() 518 txbuf += wr_len; in cadence_qspi_apb_command_write() 520 memcpy(&wr_data, txbuf, wr_len); in cadence_qspi_apb_command_write() 719 unsigned int n_tx, const u8 *txbuf) in cadence_qspi_apb_indirect_write_execute() argument 723 const u8 *bb_txbuf = txbuf; in cadence_qspi_apb_indirect_write_execute() 732 if ((uintptr_t)txbuf % 4) { in cadence_qspi_apb_indirect_write_execute() 736 memcpy(bounce_buf, txbuf, n_tx); in cadence_qspi_apb_indirect_write_execute()
|
| H A D | ti_qspi.c | 235 u32 *txbuf = (u32 *)txp; in __ti_qspi_xfer() local 238 data = cpu_to_be32(*txbuf++); in __ti_qspi_xfer() 240 data = cpu_to_be32(*txbuf++); in __ti_qspi_xfer() 242 data = cpu_to_be32(*txbuf++); in __ti_qspi_xfer() 244 data = cpu_to_be32(*txbuf++); in __ti_qspi_xfer()
|
| H A D | fsl_qspi.c | 624 static void qspi_op_write(struct fsl_qspi_priv *priv, u8 *txbuf, u32 len) in qspi_op_write() argument 687 memcpy(&data, txbuf, 4); in qspi_op_write() 690 txbuf += 4; in qspi_op_write() 775 u32 txbuf; in qspi_xfer() local 782 memcpy(&txbuf, dout, 4); in qspi_xfer() 793 priv->sf_addr = swab32(txbuf) & OFFSET_BITS_MASK; in qspi_xfer() 796 priv->sf_addr = swab32(txbuf) & OFFSET_BITS_MASK; in qspi_xfer() 800 wr_sfaddr = swab32(txbuf) & OFFSET_BITS_MASK; in qspi_xfer()
|
| /openbmc/qemu/hw/char/ |
| H A D | cmsdk-apb-uart.c | 205 ret = qemu_chr_fe_write(&s->chr, &s->txbuf, 1); in uart_transmit() 223 trace_cmsdk_apb_uart_tx(s->txbuf); in uart_transmit() 250 s->txbuf = value; in uart_write() 317 s->txbuf = 0; in cmsdk_apb_uart_reset() 374 VMSTATE_UINT8(txbuf, CMSDKAPBUART),
|
| /openbmc/libmctp/ |
| H A D | serial.c | 63 uint8_t txbuf[256]; member 160 hdr = (void *)serial->txbuf; in mctp_binding_serial_tx() 172 if (len + sizeof(*hdr) + sizeof(*tlr) > sizeof(serial->txbuf)) in mctp_binding_serial_tx() 188 &serial->txbuf[0], len); in mctp_binding_serial_tx() 191 &serial->txbuf[0], len); in mctp_binding_serial_tx()
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | serial_mpc8xx.c | 36 uchar txbuf; /* tx buffers */ member 125 out_be32(&rtx->txbd.cbd_bufaddr, (__force uint)&rtx->txbuf); in serial_mpc8xx_probe() 184 out_8(&rtx->txbuf, c); in serial_mpc8xx_putc()
|
| H A D | serial_sti_asc.c | 29 u32 txbuf; member 160 writel(c, &uart->txbuf); in sti_asc_serial_putc()
|
| /openbmc/qemu/include/hw/char/ |
| H A D | cmsdk-apb-uart.h | 42 uint8_t txbuf; member
|
| /openbmc/qemu/hw/net/ |
| H A D | xilinx_ethlite.c | 70 MemoryRegion txbuf; member 119 return memory_region_get_ram_ptr(&s->port[port_index].txbuf); in txbuf_ptr() 342 memory_region_init_ram(&s->port[i].txbuf, OBJECT(dev), in xilinx_ethlite_realize() 345 memory_region_add_subregion(&s->container, 0x0800 * i, &s->port[i].txbuf); in xilinx_ethlite_realize()
|
| /openbmc/u-boot/drivers/net/ |
| H A D | mcffec.c | 491 info->txbd[i].cbd_bufaddr = (uint) (&info->txbuf[0]); in fec_init() 534 memset(info->txbuf, 0, DBUF_LENGTH); in fec_halt() 571 fec_info[i].txbuf = in mcffec_initialize() 572 (char *)((u32)fec_info[i].txbuf + tmp + in mcffec_initialize() 574 tmp = (u32)fec_info[i].txbuf; in mcffec_initialize() 582 fec_info[i].txbuf = in mcffec_initialize()
|
| H A D | fsl_mcdmafec.c | 410 info->txbd[i].cbd_bufaddr = (uint) (&info->txbuf[0]); in fec_init() 532 fec_info[i].txbuf = in mcdmafec_initialize() 533 (char *)((u32)fec_info[i].txbuf + tmp + in mcdmafec_initialize() 535 tmp = (u32)fec_info[i].txbuf; in mcdmafec_initialize() 543 fec_info[i].txbuf = in mcdmafec_initialize()
|
| H A D | mpc8xx_fec.c | 89 static char txbuf[DBUF_LENGTH] __aligned(8); variable 91 #error txbuf must be aligned. 584 out_be32(&rtx->txbd[i].cbd_bufaddr, (uint)txbuf); in fec_init()
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_net.c | 326 u32 *int_status, void **txbuf) in efi_net_get_status() argument 330 EFI_ENTRY("%p, %p, %p", this, int_status, txbuf); in efi_net_get_status() 357 if (txbuf) in efi_net_get_status() 358 *txbuf = new_tx_packet; in efi_net_get_status()
|
| /openbmc/qemu/hw/dma/ |
| H A D | xilinx_axidma.c | 119 unsigned char txbuf[16 * 1024]; member 323 len = txlen > sizeof s->txbuf ? sizeof s->txbuf : txlen; in stream_process_mem2s() 326 s->txbuf, len); in stream_process_mem2s() 327 stream_push(tx_data_dev, s->txbuf, len, eop && len == txlen); in stream_process_mem2s()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/ |
| H A D | fno-common.patch | 17 void create_apts_msg(int msg, unsigned int txbuf[],int id);
|
| /openbmc/u-boot/arch/m68k/include/asm/ |
| H A D | fsl_mcdmafec.h | 77 char *txbuf; member
|
| H A D | fec.h | 100 char *txbuf; member
|
| /openbmc/u-boot/drivers/i2c/ |
| H A D | imx_lpi2c.c | 96 static int bus_i2c_send(struct udevice *bus, u8 *txbuf, int len) in bus_i2c_send() argument 111 writel(*txbuf++, ®s->mtdr); in bus_i2c_send()
|
| /openbmc/u-boot/arch/arm/include/asm/arch-tegra/ |
| H A D | usb.h | 19 uint txbuf; member
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch | 779 + if (uc_priv->pair.txbuf) { 780 + free(uc_priv->pair.txbuf); 781 + uc_priv->pair.txbuf = NULL; 823 + uc_priv->pair.txbuf = memalign(bytes, bytes); 824 + if (!uc_priv->pair.txbuf) { 831 + log_debug("FF-A TX buffer at virtual address %p\n", uc_priv->pair.txbuf); 835 + memset(uc_priv->pair.txbuf, 0, bytes); 869 + .a1 = map_to_sysmem(uc_priv->pair.txbuf), 2035 + * @txbuf: virtual address of the TX buffer 2043 + void *txbuf; /* Virtual address returned by memalign */
|
| H A D | 0006-FF-A-v15-arm_ffa-introduce-sandbox-FF-A-support.patch | 719 + if (priv->pair.txbuf && priv->pair.rxbuf) { 726 + priv->pair.txbuf = map_sysmem(pargs->a1, 0); 781 + if (priv->pair.txbuf && priv->pair.rxbuf) { 782 + priv->pair.txbuf = 0;
|
| H A D | 0007-FF-A-v15-arm_ffa-introduce-sandbox-test-cases-for-UC.patch | 122 + ut_assertnonnull(uc_priv->pair.txbuf);
|
| /openbmc/qemu/hw/arm/ |
| H A D | omap1.c | 2171 uint16_t txbuf; member 2185 s->txbuf >> (16 - ((s->control >> 5) & 0x1f))); in omap_uwire_transfer_start() 2248 s->txbuf = value; /* TD */ in omap_uwire_write()
|
| /openbmc/u-boot/include/ |
| H A D | efi_api.h | 1254 u32 *int_status, void **txbuf);
|