Searched refs:send_hil_cmd (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/dev/hil/ |
| D | hil.c | 206 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()
|
| D | hilvar.h | 104 int send_hil_cmd(struct hil_softc *, u_int, uint8_t *, u_int, uint8_t *);
|
| D | hilkbd.c | 370 send_hil_cmd(sc, HIL_SETTONE, buf, 2, NULL); in hilkbd_bell()
|
| /netbsd/src/sys/arch/hp300/stand/common/ |
| D | clock.c | 180 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()
|