Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/spi/
H A Dm25p.c166 if (spi_send_recv(sc->sc_sh, 1, &cmd, 3, buf)) { in m25p_doattach()
175 if (spi_send_recv(sc->sc_sh, 1, &cmd, 4, buf)) { in m25p_doattach()
H A Dspivar.h167 int spi_send_recv(struct spi_handle *, int, const uint8_t *, int, uint8_t *);
H A Dbmx280thpspi.c81 err = spi_send_recv(sh, 1, &rreg, in bmx280thpspi_read_reg_direct()
H A Dmcp23xxxgpio_spi.c149 return spi_send_recv(ssc->sc_sh, 2, buf, 1, valp); in mcpgpio_spi_read()
H A Dspi.c399 error = spi_send_recv(sh, in spi_ioctl()
662 spi_send_recv(struct spi_handle *sh, int scnt, const uint8_t *snd, in spi_send_recv() function
H A Dmcp3k.c318 if (spi_send_recv(sc->sc_sh, 1, &ctrl, 2, buf) != 0) { in mcp3kadc_envsys_refresh()
H A Doj6sh.c271 spi_send_recv(spi, 1, &reg, 1, &ret); in oj6sh_read()