HomeSort by: relevance | last modified time | path
    Searched defs:bst_r (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
smc90cx6.c 136 #define GETREG(off) bus_space_read_1(bst_r, regs, (off))
137 #define PUTREG(off, v) bus_space_write_1(bst_r, regs, (off), (v))
148 bus_space_tag_t bst_r = sc->sc_bst_r; local in function:bah_attach_subr
246 bus_space_tag_t bst_r = sc->sc_bst_r; local in function:bah_reset
321 bus_space_tag_t bst_r = sc->sc_bst_r; local in function:bah_stop
349 bus_space_tag_t bst_r = sc->sc_bst_r; local in function:bah_start
504 bus_space_tag_t bst_r = sc->sc_bst_r; local in function:bah_srint
636 bus_space_tag_t bst_r = sc->sc_bst_r; local in function:bah_tint
724 bus_space_tag_t bst_r = sc->sc_bst_r; local in function:bahintr
972 bus_space_tag_t bst_r = sc->sc_bst_r local in function:bah_watchdog
    [all...]

Completed in 12 milliseconds