Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/hil/
H A Dhil.c210 send_hil_cmd(sc, HIL_WRITELPCTRL, &db, 1, NULL); in hil_attach_deferred()
230 if (send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db) == 0) { in hil_attach_deferred()
263 send_hil_cmd(sc, HIL_INTON, NULL, 0, NULL); in hil_attach_deferred()
392 send_hil_cmd(sc, HIL_WRITEKBDSADR, &db, in hil_process_poll()
501 send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db); in hilconfig()
511 send_hil_cmd(sc, HIL_WRITEKBDSADR, &db, 1, NULL); in hilconfig()
596 if (send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db) == 0) { in hilempty()
609 send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db); in hilempty()
648 send_hil_cmd(struct hil_softc *sc, u_int cmd, u_int8_t *data, u_int dlen, in send_hil_cmd() function
862 send_hil_cmd(sc, HIL_INTON, NULL, 0, NULL); in hil_set_poll()
H A Dhilvar.h100 int send_hil_cmd(struct hil_softc *, u_int, u_int8_t *, u_int, u_int8_t *);
H A Dhilkbd.c368 send_hil_cmd(sc, HIL_SETTONE, buf, 2, NULL); in hilkbd_bell()