Searched refs:bsh (Results 176 - 186 of 186) sorted by relevance

12345678

/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c180 (bus_space_read_1((com)->bst, (com)->bsh, (off)))
182 (bus_space_write_1((com)->bst, (com)->bsh, (off), (value)))
278 bus_space_handle_t bsh; member in struct:com_s
829 com->bsh = rman_get_bushandle(port);
1447 com->bsh = rman_get_bushandle(port);
/freebsd-11-stable/sys/dev/ahci/
H A Dahci.c572 bus_space_handle_t bsh; local
574 bsh = rman_get_bushandle(ctlr->r_mem);
576 bus_space_subregion(bst, bsh, offset, 128, &bsh);
577 rman_set_bushandle(res, bsh);
/freebsd-11-stable/sys/dev/sec/
H A Dsec.c218 sc->sc_bas.bsh = rman_get_bushandle(sc->sc_rres);
283 sc->sc_bas.bsh = rman_get_bushandle(sc->sc_rres);
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx.h934 bus_space_handle_t bsh; member in struct:ahc_softc
H A Daic7xxx_osm.c136 ahc->bsh = rman_get_bushandle(regs);
/freebsd-11-stable/sys/dev/drm/
H A DdrmP.h500 bus_space_handle_t bsh; member in struct:drm_local_map
/freebsd-11-stable/sys/dev/ep/
H A Dif_ep.c201 sc->bsh = rman_get_bushandle(sc->iobase);
/freebsd-11-stable/sys/dev/dwc/
H A Dif_dwc.c1166 sc->bsh = rman_get_bushandle(sc->res[0]);
/freebsd-11-stable/sys/dev/firewire/
H A Dfwohci.c120 #define OWRITE(sc, r, x) bus_space_write_4((sc)->bst, (sc)->bsh, (r), (x))
121 #define OREAD(sc, r) bus_space_read_4((sc)->bst, (sc)->bsh, (r))
/freebsd-11-stable/sys/dev/rt/
H A Dif_rt.c362 sc->bsh = rman_get_bushandle(sc->mem);
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh4849 4bsh/3FeLYW8wRYIQABKtAXWSeQFcqwBnCjFWPK7/VaoXxuudc0AoJTfEilsdTVj

Completed in 230 milliseconds

12345678