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

  /src/sys/dev/isa/
slhci_isa.c 75 uint8_t sltype; local in function:slhci_isa_match
97 sltype = SL11_GET_REV(bus_space_read_1(iot, ioh, SL11_IDX_DATA));
99 result = slhci_supported_rev(sltype);
  /src/sys/dev/ic/
sl811hsvar.h 40 uint8_t sltype; /* revision */ member in struct:slhci_transfers
sl811hs.c 1183 t->sltype = SL11_GET_REV(slhci_read(sc, SL11_REV));
1186 if (!slhci_supported_rev(t->sltype)) {
1187 if (t->sltype == SLTYPE_SL11H)
1212 if (t->sltype == SLTYPE_SL811HS_R12)
1214 else if (t->sltype == SLTYPE_SL811HS_R14)

Completed in 15 milliseconds