Searched refs:spi_send_recv (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/dev/spi/ |
H A D | m25p.c | 166 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 D | spivar.h | 167 int spi_send_recv(struct spi_handle *, int, const uint8_t *, int, uint8_t *);
|
H A D | bmx280thpspi.c | 81 err = spi_send_recv(sh, 1, &rreg, in bmx280thpspi_read_reg_direct()
|
H A D | mcp23xxxgpio_spi.c | 149 return spi_send_recv(ssc->sc_sh, 2, buf, 1, valp); in mcpgpio_spi_read()
|
H A D | spi.c | 399 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 D | mcp3k.c | 318 if (spi_send_recv(sc->sc_sh, 1, &ctrl, 2, buf) != 0) { in mcp3kadc_envsys_refresh()
|
H A D | oj6sh.c | 271 spi_send_recv(spi, 1, ®, 1, &ret); in oj6sh_read()
|