Searched refs:bus_space_read_2 (Results 51 - 75 of 93) sorted by relevance

1234

/freebsd-11-stable/sys/dev/sound/pci/
H A Dvia82c686.c114 return bus_space_read_2(via->st, via->sh, regno);
H A Daureal.c100 return bus_space_read_2(au->st[mapno], au->sh[mapno], regno);
H A Dfm801.c180 return (bus_space_read_2(fm801->st, fm801->sh, regno));
H A Dich.c220 return (bus_space_read_2(sc->nabmbart, sc->nabmbarh, regno));
272 return (bus_space_read_2(sc->nambart, sc->nambarh, regno));
H A Dsolo.c163 return bus_space_read_2(st, sh, regno);
H A Dt4dwave.c151 return bus_space_read_2(tr->st, tr->sh, regno);
H A Dcmi.c155 return bus_space_read_2(sc->st, sc->sh, regno);
H A Dcsa.c138 control = bus_space_read_2(btag, 0x0, port);
H A Denvy24.c410 return bus_space_read_2(sc->cst, sc->csh, regno);
441 return bus_space_read_2(sc->mtt, sc->mth, regno);
H A Denvy24ht.c463 return bus_space_read_2(sc->cst, sc->csh, regno);
494 return bus_space_read_2(sc->mtt, sc->mth, regno);
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge-osdep.h453 return bus_space_read_2(((vxge_bus_res_t *) regh)->bus_space_tag,
/freebsd-11-stable/sys/dev/xl/
H A Dif_xlreg.h662 bus_space_read_2(sc->xl_btag, sc->xl_bhandle, reg)
/freebsd-11-stable/sys/dev/lge/
H A Dif_lgereg.h536 bus_space_read_2(sc->lge_btag, sc->lge_bhandle, reg)
/freebsd-11-stable/sys/dev/mfi/
H A Dmfivar.h601 #define MFI_READ2(sc, reg) bus_space_read_2((sc)->mfi_btag, \
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_os.c131 return bus_space_read_2(reg->btag, reg->bhandle, off);
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h459 uint16_t bus_space_read_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset);
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwivar.h78 bus_space_read_2((sc)->sc_mem_bt, (sc)->sc_mem_bh, (reg))
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.h923 ((IS_BE(sc) || IS_SH(sc)) ? (bus_space_read_2((sc)->space##_btag, \
925 : (bus_space_read_2((sc)->devcfg_btag, \
/freebsd-11-stable/sys/arm64/cavium/
H A Dthunder_pcie_pem.c573 data = le16toh(bus_space_read_2(t, h, reg));
/freebsd-11-stable/sys/arm64/include/
H A Dbus.h318 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dbus.h299 #define bus_space_read_2(t, h, o) __bs_rs(2,t,h,o) macro
/freebsd-11-stable/sys/riscv/include/
H A Dbus.h318 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) macro
/freebsd-11-stable/sys/dev/rl/
H A Dif_rlreg.h958 bus_space_read_2(sc->rl_btag, sc->rl_bhandle, reg)
/freebsd-11-stable/sys/dev/pci/
H A Dpci_host_generic.c368 data = le16toh(bus_space_read_2(t, h, offset));
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c424 data = le16toh(bus_space_read_2(sc->sc_bst, sc->sc_bsh,

Completed in 313 milliseconds

1234