Searched refs:ztp_sync_ads784x (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/zaurus/dev/ |
H A D | ztp.c | 342 static uint32_t ztp_sync_ads784x(struct ztp_softc *, int, int, uint32_t); 371 ztp_sync_ads784x(struct ztp_softc *sc, int dorecv/* XXX */, in ztp_sync_ads784x() function 449 (void)ztp_sync_ads784x(sc, 0, 1, cmd); in ztp_readpos() 454 (void)ztp_sync_ads784x(sc, 1, 1, cmd); in ztp_readpos() 459 pos->y = ztp_sync_ads784x(sc, 1, 1, cmd); in ztp_readpos() 465 pos->x = ztp_sync_ads784x(sc, 1, 1, cmd); in ztp_readpos() 471 t0 = ztp_sync_ads784x(sc, 1, 1, cmd); in ztp_readpos() 472 t1 = ztp_sync_ads784x(sc, 1, 0, cmd); in ztp_readpos()
|