Home
last modified time | relevance | path

Searched refs:SL11_GET_REV (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dsl811hsreg.h125 #define SL11_GET_REV(x) ((x) >> 4) macro
H A Dsl811hs.c1183 t->sltype = SL11_GET_REV(slhci_read(sc, SL11_REV)); in slhci_attach()
/netbsd-src/sys/dev/isa/
H A Dslhci_isa.c97 sltype = SL11_GET_REV(bus_space_read_1(iot, ioh, SL11_IDX_DATA)); in slhci_isa_match()