Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/hil/
H A Dhilvar.h103 int hil_poll_data(struct hildev_softc *, u_int8_t *, u_int8_t *);
H A Dhilkbd.c327 while (hil_poll_data((struct hildev_softc *)sc, &stat, &c) != 0) in hilkbd_cngetc()
H A Dhil.c867 hil_poll_data(struct hildev_softc *dev, u_int8_t *stat, u_int8_t *data) in hil_poll_data() function