Home
last modified time | relevance | path

Searched refs:oa_tc6_chunk_spi_transfer (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Doa_tc6.c280 ret = oa_tc6_chunk_spi_transfer(tc6, NULL, oa_tx, hdr, &ftr); in oa_tc6_send_chunks()
337 int oa_tc6_chunk_spi_transfer(struct oa_tc6 *tc6, uint8_t *buf_rx, uint8_t *buf_tx, uint32_t hdr, in oa_tc6_chunk_spi_transfer() function
382 return oa_tc6_chunk_spi_transfer(tc6, NULL, NULL, hdr, ftr); in oa_tc6_read_status()
419 ret = oa_tc6_chunk_spi_transfer(tc6, buf_rx->data + buf_rx_used, NULL, hdr, &ftr); in oa_tc6_read_chunks()
Doa_tc6.h221 int oa_tc6_chunk_spi_transfer(struct oa_tc6 *tc6, uint8_t *buf_rx, uint8_t *buf_tx, uint32_t hdr,