ktm_send_sync
ktm_send_sync(sc, ADBFLUSH(addr), 0, NULL);
ktm_send_sync(sc, ADBLISTEN(addr, 2), 8, sc->sc_config);
ktm_send_sync(sc, ADBTALK(addr, 2), 0, NULL);
ktm_send_sync(sc, ADBTALK(addr, reg), 0, NULL);
static int ktm_send_sync(struct ktm_softc *, uint8_t, int, uint8_t *);