Searched refs:bus_space_read_1 (Results 101 - 125 of 146) sorted by relevance

123456

/freebsd-11-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c67 bus_space_read_1(sc->vga_fb_tag, sc->vga_fb_handle, ofs)
71 bus_space_read_1(sc->vga_reg_tag, sc->vga_reg_handle, reg)
/freebsd-11-stable/sys/arm64/cavium/
H A Dthunder_pcie_pem.c570 data = bus_space_read_1(t, h, reg);
/freebsd-11-stable/sys/arm64/include/
H A Dbus.h317 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o)) macro
/freebsd-11-stable/sys/dev/pccard/
H A Dpccard_cis.c285 bus_space_read_1(tuple.memt,
/freebsd-11-stable/sys/riscv/include/
H A Dbus.h317 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o)) macro
/freebsd-11-stable/sys/dev/sound/pci/
H A Dsolo.c161 return bus_space_read_1(st, sh, regno);
H A Dt4dwave.c149 return bus_space_read_1(tr->st, tr->sh, regno);
H A Denvy24.c408 return bus_space_read_1(sc->cst, sc->csh, regno);
439 return bus_space_read_1(sc->mtt, sc->mth, regno);
H A Denvy24ht.c461 return bus_space_read_1(sc->cst, sc->csh, regno);
492 return bus_space_read_1(sc->mtt, sc->mth, regno);
H A Dich.c218 return (bus_space_read_1(sc->nabmbart, sc->nabmbarh, regno));
H A Dvia8233.c279 return (bus_space_read_1(via->st, via->sh, regno));
H A Dds1.c202 return bus_space_read_1(sc->st, sc->sh, regno);
/freebsd-11-stable/sys/dev/sound/isa/
H A Dess.c157 return bus_space_read_1(rman_get_bustag(port),
H A Dsb16.c145 return bus_space_read_1(rman_get_bustag(port), rman_get_bushandle(port), off);
H A Dsbc.c156 return bus_space_read_1(rman_get_bustag(io),
/freebsd-11-stable/sys/dev/rl/
H A Dif_rlreg.h960 bus_space_read_1(sc->rl_btag, sc->rl_bhandle, reg)
/freebsd-11-stable/sys/dev/pci/
H A Dpci_host_generic.c365 data = bus_space_read_1(t, h, offset);
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c420 data = bus_space_read_1(sc->sc_bst, sc->sc_bsh,
/freebsd-11-stable/sys/sparc64/pci/
H A Dpsycho.c618 sc->sc_pci_hpbcfg[i] = bus_space_read_1(sc->sc_ops.sc_pci_cfgt,
/freebsd-11-stable/sys/arm/include/
H A Dbus.h335 __generate_inline_bs_rs(bus_space_read_1, bs_r_1, uint8_t);
/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c958 data = bus_space_read_1(sc->sc_bst, sc->sc_bsh,
/freebsd-11-stable/sys/mips/include/
H A Dbus.h296 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o)) macro
/freebsd-11-stable/sys/dev/sbni/
H A Dif_sbni.c139 return bus_space_read_1(
/freebsd-11-stable/sys/dev/ed/
H A Dif_ed.c1736 if (bus_space_read_1(sc->mem_bst, sc->mem_bsh,
/freebsd-11-stable/sys/sys/
H A Dbus.h824 bus_space_read_1((r)->r_bustag, (r)->r_bushandle, (o))

Completed in 209 milliseconds

123456