Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/ethernet/
Doa_tc6.c215 ret = oa_tc6_chunk_spi_transfer(tc6, NULL, oa_tx, hdr, &ftr); in oa_tc6_send_chunks()
272 int oa_tc6_chunk_spi_transfer(struct oa_tc6 *tc6, uint8_t *buf_rx, uint8_t *buf_tx, in oa_tc6_chunk_spi_transfer() function
318 return oa_tc6_chunk_spi_transfer(tc6, NULL, NULL, hdr, ftr); in oa_tc6_read_status()
347 ret = oa_tc6_chunk_spi_transfer(tc6, buf_rx->data, NULL, hdr, &ftr); in oa_tc6_read_chunks()
Doa_tc6.h214 int oa_tc6_chunk_spi_transfer(struct oa_tc6 *tc6, uint8_t *buf_rx, uint8_t *buf_tx,