HomeSort by: relevance | last modified time | path
    Searched refs:send_hil_cmd (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/hil/
hilvar.h 104 int send_hil_cmd(struct hil_softc *, u_int, uint8_t *, u_int, uint8_t *);
hil.c 206 send_hil_cmd(sc, HIL_WRITELPCTRL, &db, 1, NULL);
226 if (send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db) == 0) {
257 send_hil_cmd(sc, HIL_INTON, NULL, 0, NULL);
390 send_hil_cmd(sc, HIL_WRITEKBDSADR, &db,
498 send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db);
508 send_hil_cmd(sc, HIL_WRITEKBDSADR, &db, 1, NULL);
593 if (send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db) == 0) {
606 send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db);
644 send_hil_cmd(struct hil_softc *sc, u_int cmd, uint8_t *data, u_int dlen, function in typeref:typename:int
859 send_hil_cmd(sc, HIL_INTON, NULL, 0, NULL)
    [all...]
hilkbd.c 370 send_hil_cmd(sc, HIL_SETTONE, buf, 2, NULL);
  /src/sys/arch/hp300/stand/common/
clock.c 212 send_hil_cmd(bbcaddr, BBC_SET_REG, &data, 1, NULL);
213 send_hil_cmd(bbcaddr, BBC_READ_REG, NULL, 0, &data);

Completed in 16 milliseconds