send_hil_cmd
send_hil_cmd(bbcaddr, BBC_SET_REG, &data, 1, NULL);
send_hil_cmd(bbcaddr, BBC_READ_REG, NULL, 0, &data);
send_hil_cmd(sc, HIL_WRITELPCTRL, &db, 1, NULL);
if (send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db) == 0) {
send_hil_cmd(sc, HIL_INTON, NULL, 0, NULL);
send_hil_cmd(sc, HIL_WRITEKBDSADR, &db,
send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db);
send_hil_cmd(sc, HIL_WRITEKBDSADR, &db, 1, NULL);
if (send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db) == 0) {
send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db);
send_hil_cmd(sc, HIL_INTON, NULL, 0, NULL);
send_hil_cmd(sc, HIL_SETTONE, buf, 2, NULL);
int send_hil_cmd(struct hil_softc *, u_int, uint8_t *, u_int, uint8_t *);