Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pcmcia/
H A Dbtbc.c112 static int btbc_read(struct btbc_softc *, uint32_t, uint8_t *, int);
297 btbc_read(struct btbc_softc *sc, uint32_t offset, uint8_t *buf, int buflen) in btbc_read() function
399 count = btbc_read(sc, offset, buf, sizeof(buf)); in btbc_receive()