Searched refs:bus_space_write_1 (Results 76 - 100 of 143) sorted by relevance

123456

/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Di81342_pci.c312 bus_space_write_1(sc->sc_st, sc->sc_atu_sh, va + (reg & 3)
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_reg.h468 #define OUTB(bktr,offset,value) bus_space_write_1((bktr)->memt,(bktr)->memh,(offset),(value))
/freebsd-11-stable/sys/dev/alpm/
H A Dalpm.c140 (bus_space_write_1(alpm->smbst, alpm->smbsh, register, value))
/freebsd-11-stable/sys/dev/nxge/
H A Dxge-osdep.h552 bus_space_write_1(tag, handle, (caddr_t)(addr) - addrss, val);
/freebsd-11-stable/sys/pc98/include/
H A Dbus.h598 bus_space_write_1((t), (h), (o), (v))
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatmvar.h478 #define WRITE1(SC,OFF,VAL) bus_space_write_1(SC->memt, SC->memh, (OFF), (VAL))
/freebsd-11-stable/sys/dev/sound/pci/
H A Dvia82c686.c129 bus_space_write_1(via->st, via->sh, regno, data);
H A Daureal.c113 bus_space_write_1(au->st[mapno], au->sh[mapno], regno, data);
H A Dfm801.c194 bus_space_write_1(fm801->st, fm801->sh, regno, data);
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge-osdep.h495 bus_space_write_1(((vxge_bus_res_t *) regh)->bus_space_tag,
/freebsd-11-stable/sys/dev/xl/
H A Dif_xlreg.h657 bus_space_write_1(sc->xl_btag, sc->xl_bhandle, reg, val)
/freebsd-11-stable/sys/dev/sound/isa/
H A Dad1816.c111 bus_space_write_1(rman_get_bustag(port),
H A Dgusc.c165 bus_space_write_1(rman_get_bustag(r), rman_get_bushandle(r), i, v);
H A Dsb8.c136 bus_space_write_1(rman_get_bustag(port), rman_get_bushandle(port), off, data);
/freebsd-11-stable/sys/dev/lge/
H A Dif_lgereg.h545 bus_space_write_1(sc->lge_btag, sc->lge_bhandle, reg, val)
/freebsd-11-stable/sys/dev/mfi/
H A Dmfivar.h603 #define MFI_WRITE1(sc, reg, val) bus_space_write_1((sc)->mfi_btag, \
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Davila_ata.c368 bus_space_write_1(sc->sc_iot, h, o, v);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_os.c230 return bus_space_write_1(reg->btag, reg->bhandle, off, val);
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h454 void bus_space_write_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint8_t data);
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.h949 ((IS_BE(sc) || IS_SH(sc)) ? (bus_space_write_1((sc)->space##_btag, \
951 : (bus_space_write_1((sc)->devcfg_btag, \
/freebsd-11-stable/sys/i386/bios/
H A Dapm.c148 bus_space_write_1(iot, ioh, 0,
159 bus_space_write_1(iot, ioh, 0,
/freebsd-11-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c69 bus_space_write_1(sc->vga_fb_tag, sc->vga_fb_handle, ofs, val)
73 bus_space_write_1(sc->vga_reg_tag, sc->vga_reg_handle, reg, val)
/freebsd-11-stable/sys/arm64/cavium/
H A Dthunder_pcie_pem.c614 bus_space_write_1(t, h, reg, val);
/freebsd-11-stable/sys/arm64/include/
H A Dbus.h374 #define bus_space_write_1(t, h, o, v) __bs_ws(1,(t),(h),(o),(v)) macro
/freebsd-11-stable/sys/riscv/include/
H A Dbus.h374 #define bus_space_write_1(t, h, o, v) __bs_ws(1,(t),(h),(o),(v)) macro

Completed in 193 milliseconds

123456