Searched refs:buf_tx (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/drivers/ethernet/ |
D | oa_tc6.c | 79 uint8_t buf_tx[OA_TC6_HDR_SIZE + 12] = { 0 }; in oa_tc6_reg_write() local 81 struct spi_buf tx_buf = { .buf = buf_tx, .len = sizeof(buf_tx) }; in oa_tc6_reg_write() 85 uint32_t rv, rvn, hdr_bkp, *hdr = (uint32_t *) &buf_tx[0]; in oa_tc6_reg_write() 107 *(uint32_t *)&buf_tx[4] = sys_cpu_to_be32(val); in oa_tc6_reg_write() 109 *(uint32_t *)&buf_tx[8] = sys_be32_to_cpu(~val); in oa_tc6_reg_write() 280 int oa_tc6_chunk_spi_transfer(struct oa_tc6 *tc6, uint8_t *buf_rx, uint8_t *buf_tx, in oa_tc6_chunk_spi_transfer() argument 293 tx_buf[1].buf = buf_tx; in oa_tc6_chunk_spi_transfer()
|
D | oa_tc6.h | 215 int oa_tc6_chunk_spi_transfer(struct oa_tc6 *tc6, uint8_t *buf_rx, uint8_t *buf_tx,
|
D | eth_adin2111.c | 143 int eth_adin2111_oa_spi_xfer(const struct device *dev, uint8_t *buf_rx, uint8_t *buf_tx, int len) in eth_adin2111_oa_spi_xfer() argument 153 tx_buf[0].buf = buf_tx; in eth_adin2111_oa_spi_xfer()
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | wifi_winc1500_nm_bus_wrapper.c | 61 const struct spi_buf buf_tx = { in spi_rw() local 66 .buffers = &buf_tx, in spi_rw()
|