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

1234

/freebsd-11-stable/sys/arm/include/
H A Dbus.h336 __generate_inline_bs_rs(bus_space_read_2, bs_r_2, uint16_t);
/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c962 data = le16toh(bus_space_read_2(sc->sc_bst, sc->sc_bsh,
/freebsd-11-stable/sys/mips/include/
H A Dbus.h297 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) macro
/freebsd-11-stable/sys/dev/sound/pci/
H A Dvia8233.c281 return (bus_space_read_2(via->st, via->sh, regno));
H A Dds1.c204 return bus_space_read_2(sc->st, sc->sh, regno);
H A Dmaestro.c297 return bus_space_read_2(sc->st, sc->sh, regno);
H A Dmaestro3.c271 #define m3_rd_2(sc, regno) bus_space_read_2(sc->st, sc->sh, regno)
H A Des137x.c283 return (bus_space_read_2(es->st, es->sh, regno));
H A Demu10k1.c306 return bus_space_read_2(sc->st, sc->sh, regno);
H A Demu10kx.c619 return (bus_space_read_2(sc->st, sc->sh, regno));
/freebsd-11-stable/sys/sys/
H A Dbus.h856 bus_space_read_2((r)->r_bustag, (r)->r_bushandle, (o))
/freebsd-11-stable/sys/dev/usb/controller/
H A Dohci.c108 #define OREAD2(sc, r) (OBARR(sc), bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (r)))
H A Duhci.c114 #define UREAD2(sc, r) (UBARR(sc), bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (r)))
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1911 bus_space_read_2(sc->bar[BAR0].tag, \
/freebsd-11-stable/share/man/man9/
H A DMakefile533 bus_space.9 bus_space_read_2.9 \
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c1973 return (bus_space_read_2(NDIS_BUS_SPACE_MEM, 0x0, (bus_size_t)reg));
/freebsd-11-stable/sys/dev/trm/
H A Dtrm.c100 #define trm_reg_read16(reg) bus_space_read_2(pACB->tag, pACB->bsh, reg)
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c834 return (bus_space_read_2(sc->sc_st, sc->sc_sh, addr));

Completed in 404 milliseconds

1234