Searched refs:bus_space_read_1 (Results 51 - 75 of 110) sorted by relevance

12345

/freebsd-13-stable/sys/dev/sound/pci/
H A Dneomagic.c141 return bus_space_read_1(st, sh, regno);
178 return bus_space_read_1(st, sh, regno);
H A Dvibes.c125 return bus_space_read_1(sc->enh_st, sc->enh_sh, reg);
147 return bus_space_read_1(sc->enh_st, sc->enh_sh, SV_CM_DATA);
H A Dcmi.c155 return bus_space_read_1(sc->st, sc->sh, regno);
786 d = bus_space_read_1(0,0, 0x330 + reg);
H A Dvia82c686.c114 return bus_space_read_1(via->st, via->sh, regno);
H A Daureal.c100 return bus_space_read_1(au->st[mapno], au->sh[mapno], regno);
H A Dfm801.c178 return (bus_space_read_1(fm801->st, fm801->sh, regno));
/freebsd-13-stable/sys/dev/cfi/
H A Dcfi_core.c76 val = bus_space_read_1(sc->sc_tag, sc->sc_handle, ofs);
100 val = bus_space_read_1(sc->sc_tag, sc->sc_handle, ofs);
/freebsd-13-stable/sys/powerpc/include/
H A Dbus.h300 #define bus_space_read_1(t, h, o) __bs_rs(1,t,h,o) macro
305 #define bus_space_read_stream_1 bus_space_read_1
/freebsd-13-stable/sys/dev/pccard/
H A Dpccard.c142 return (bus_space_read_1(pf->pf_ccrt, pf->pf_ccrh,
1365 *val = bus_space_read_1(pf->pf_ccrt, pf->pf_ccrh,
1370 *val = bus_space_read_1(pf->pf_ccrt, pf->pf_ccrh, offset);
H A Dpccard_cis.c287 bus_space_read_1(tuple.memt,
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_os.c155 return bus_space_read_1(reg->btag, reg->bhandle, off);
/freebsd-13-stable/sys/dev/pci/
H A Dpci_host_generic.c195 data = bus_space_read_1(t, h, offset);
/freebsd-13-stable/sys/dev/alpm/
H A Dalpm.c138 (bus_space_read_1(alpm->smbst, alpm->smbsh, register))
/freebsd-13-stable/sys/dev/xl/
H A Dif_xlreg.h666 bus_space_read_1(sc->xl_btag, sc->xl_bhandle, reg)
/freebsd-13-stable/sys/dev/usb/controller/
H A Dmusb_otg_allwinner.c255 return (bus_space_read_1(bs_parent_space(bs), h, awusbdrd_reg(o)));
/freebsd-13-stable/sys/dev/sound/isa/
H A Dad1816.c102 return bus_space_read_1(rman_get_bustag(port),
H A Dgusc.c173 return bus_space_read_1(rman_get_bustag(r), rman_get_bushandle(r), i);
H A Dsb8.c130 return bus_space_read_1(rman_get_bustag(port), rman_get_bushandle(port), off);
H A Dsbc.c144 return bus_space_read_1(rman_get_bustag(io),
/freebsd-13-stable/sys/dev/lge/
H A Dif_lgereg.h550 bus_space_read_1(sc->lge_btag, sc->lge_bhandle, reg)
/freebsd-13-stable/sys/dev/mfi/
H A Dmfivar.h606 #define MFI_READ1(sc, reg) bus_space_read_1((sc)->mfi_btag, \
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2838_pci.c338 data = bus_space_read_1(t, h, offset);
/freebsd-13-stable/sys/dev/oce/
H A Doce_if.h917 ((IS_BE(sc) || IS_SH(sc)) ? (bus_space_read_1((sc)->space##_btag, \
919 : (bus_space_read_1((sc)->devcfg_btag, \
/freebsd-13-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c68 bus_space_read_1(sc->vga_fb_tag, sc->vga_fb_handle, ofs)
74 bus_space_read_1(sc->vga_reg_tag, sc->vga_reg_handle, reg)
/freebsd-13-stable/sys/dev/vmd/
H A Dvmd.c190 return (bus_space_read_1(sc->vmd_btag, sc->vmd_bhandle,

Completed in 187 milliseconds

12345