Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/atheros/dev/
H A Darspi.c122 STATIC int arspi_get_byte(struct spi_chunk **, uint8_t *);
394 arspi_get_byte(struct spi_chunk **chunkp, uint8_t *bytep) in arspi_get_byte() function
482 if ((rv = arspi_get_byte(&chunk, &byte)) != 0) in arspi_make_job()
533 if ((rv = arspi_get_byte(&chunk, &byte)) != 0) in arspi_make_job()
542 if ((rv = arspi_get_byte(&chunk, &byte)) != 0) in arspi_make_job()
600 arspi_get_byte(&job->job_chunk, &byte); in arspi_update_job()