Searched refs:txbuf (Results 1 – 4 of 4) sorted by relevance
151 xfer.txbuf = 0; in _spi_m_sync_io_read()179 xfer.txbuf = (uint8_t *)buf; in _spi_m_sync_io_write()191 msg.txbuf = p_xfer->txbuf; in spi_m_sync_transfer()
71 uint8_t *txbuf; member142 uint8_t *txbuf; member
179 int32_t _spi_m_dma_transfer(struct _spi_m_dma_dev *dev, uint8_t const *txbuf, uint8_t *const rxbuf,
2596 uint8_t *txbuf; member2641 if (ctrl->txbuf) { in _spi_tx_check_and_send()2642 data = *ctrl->txbuf++; in _spi_tx_check_and_send()2645 data |= (*ctrl->txbuf) << 8; in _spi_tx_check_and_send()2646 ctrl->txbuf++; in _spi_tx_check_and_send()2672 struct _spi_trans_ctrl ctrl = {msg->txbuf, msg->rxbuf, 0, 0, dev->char_size}; in _spi_m_sync_trans()