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.c223 ret = oa_tc6_chunk_spi_transfer(tc6, NULL, oa_tx, hdr, &ftr); in oa_tc6_send_chunks()
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() function
326 return oa_tc6_chunk_spi_transfer(tc6, NULL, NULL, hdr, ftr); in oa_tc6_read_status()
363 ret = oa_tc6_chunk_spi_transfer(tc6, buf_rx->data + buf_rx_used, NULL, hdr, &ftr); in oa_tc6_read_chunks()
Doa_tc6.h215 int oa_tc6_chunk_spi_transfer(struct oa_tc6 *tc6, uint8_t *buf_rx, uint8_t *buf_tx,