Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/hil/
Dhil.c206 send_hil_cmd(sc, HIL_WRITELPCTRL, &db, 1, NULL); in hil_attach_deferred()
226 if (send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db) == 0) { in hil_attach_deferred()
257 send_hil_cmd(sc, HIL_INTON, NULL, 0, NULL); in hil_attach_deferred()
390 send_hil_cmd(sc, HIL_WRITEKBDSADR, &db, in hil_process_poll()
498 send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db); in hilconfig()
508 send_hil_cmd(sc, HIL_WRITEKBDSADR, &db, 1, NULL); in hilconfig()
593 if (send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db) == 0) { in hilempty()
606 send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db); in hilempty()
644 send_hil_cmd(struct hil_softc *sc, u_int cmd, uint8_t *data, u_int dlen, in send_hil_cmd() function
859 send_hil_cmd(sc, HIL_INTON, NULL, 0, NULL); in hil_set_poll()
Dhilvar.h104 int send_hil_cmd(struct hil_softc *, u_int, uint8_t *, u_int, uint8_t *);
Dhilkbd.c370 send_hil_cmd(sc, HIL_SETTONE, buf, 2, NULL); in hilkbd_bell()
/netbsd/src/sys/arch/hp300/stand/common/
Dclock.c180 send_hil_cmd(bbcaddr, BBC_SET_REG, &data, 1, NULL); in read_bbc_reg()
181 send_hil_cmd(bbcaddr, BBC_READ_REG, NULL, 0, &data); in read_bbc_reg()