iha.c | 182 static void iha_select(struct iha_softc *, struct iha_scb *, uint8_t); 992 iha_select(sc, scb, SELATNSTOP); 995 iha_select(sc, scb, SEL_ATN3); 998 iha_select(sc, scb, SEL_ATN); 1001 iha_select(sc, scb, SELATNSTOP); 1028 iha_select(struct iha_softc *sc, struct iha_scb *scb, uint8_t select_type) function in typeref:typename:void 1058 printf("[debug] iha_select() - unknown select type = 0x%02x\n",
|