/freebsd/sys/dev/uart/ |
H A D | uart.h | 87 bus_space_write_8(bas->bst, bas->bsh, uart_regofs(bas, reg), value); in uart_setreg()
|
/freebsd/sys/arm64/cavium/ |
H A D | thunder_pcie_pem.c | 496 bus_space_write_8(sc->reg_bst, handle, in thunder_pem_slix_s2m_regx_acc_modify() 515 bus_space_write_8(sc->reg_bst, sc->reg_bsh, PEM_CTL_STATUS, regval); in thunder_pem_link_init() 556 bus_space_write_8(sc->reg_bst, sc->reg_bsh, PEM_CFG_RD, in thunder_pem_config_reg_read()
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_osdep.h | 232 bus_space_write_8( ((struct i40e_osdep *)(a)->back)->mem_bus_space_tag, \
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_mem_ops.c | 106 bus_space_write_8(oct->mem_bus_space[1].tag, in lio_write_bar1_mem64()
|
H A D | lio_device.h | 892 bus_space_write_8(oct->mem_bus_space[0].tag, in lio_write_csr64()
|
/freebsd/sys/dev/ice/ |
H A D | ice_osdep.c | 261 bus_space_write_8(sc->bar0.tag, sc->bar0.handle, reg, val); in wr64() 266 * bus_space_write_8 isn't supported on 32bit platforms, so we fall in wr64()
|
/freebsd/sys/sys/ |
H A D | bus_san.h | 210 #define bus_space_write_8 BUS_SAN(write_8) macro
|
H A D | bus.h | 1058 bus_space_write_8((r)->r_bustag, (r)->r_bushandle, (o), (v))
|
/freebsd/sys/dev/enic/ |
H A D | enic.h | 36 bus_space_write_8(res->bar.tag, res->bar.handle, \
|
/freebsd/sys/dev/sec/ |
H A D | sec.h | 224 bus_space_write_8((sc)->sc_bas.bst, (sc)->sc_bas.bsh, (reg), (val))
|
/freebsd/sys/x86/include/ |
H A D | bus.h | 452 static __inline void bus_space_write_8(bus_space_tag_t tag, 492 bus_space_write_8(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_write_8() function
|
/freebsd/sys/dev/ioat/ |
H A D | ioat_internal.h | 75 bus_space_write_8((tag), (handle), (offset), (val))
|
/freebsd/sys/dev/xilinx/ |
H A D | axidma.c | 69 bus_space_write_8(_sc->bst, _sc->bsh, _reg, _val)
|
/freebsd/sys/riscv/include/ |
H A D | bus.h | 367 #define bus_space_write_8(t, h, o, v) __bs_ws(8,(t),(h),(o),(v)) macro
|
/freebsd/sys/powerpc/include/ |
H A D | bus.h | 354 #define bus_space_write_8(t, h, o, v) __bs_ws(8,(t),(h),(o),(v)) macro
|
/freebsd/sys/dev/mpi3mr/ |
H A D | mpi3mr.h | 773 bus_space_write_8(sc->mpi3mr_btag, sc->mpi3mr_bhandle, offset, val); in mpi3mr_regwrite64()
|
/freebsd/sys/arm64/include/ |
H A D | bus.h | 403 #define bus_space_write_8(t, h, o, v) __bs_ws(8,(t),(h),(o),(v)) macro
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | if_bnxt.c | 1262 bus_space_write_8(db_bar->tag, db_bar->handle, ring->doorbell, in bnxt_thor_db_rx() 1274 bus_space_write_8(db_bar->tag, db_bar->handle, ring->doorbell, in bnxt_thor_db_tx() 1299 bus_space_write_8(db_bar->tag, db_bar->handle, cpr->ring.doorbell, in bnxt_thor_db_rx_cq() 1320 bus_space_write_8(db_bar->tag, db_bar->handle, cpr->ring.doorbell, in bnxt_thor_db_tx_cq() 1341 bus_space_write_8(db_bar->tag, db_bar->handle, cpr->ring.doorbell, in bnxt_thor_db_nq()
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_defines.h | 1171 bus_space_write_8(_softs->pci_mem_handle.pqi_btag, \
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efsys.h | 94 bus_space_write_8((t), (h), (o), (v))
|
/freebsd/sys/dev/irdma/ |
H A D | fbsd_kcompat.c | 90 bus_space_write_8(dev_ctx->mem_bus_space_tag, in irdma_wr64()
|
/freebsd/sys/dev/ntb/ntb_hw/ |
H A D | ntb_hw_amd.c | 144 bus_space_write_8(bus_space_tag_t tag, bus_space_handle_t handle, in bus_space_write_8() function
|
/freebsd/sys/arm/include/ |
H A D | bus.h | 387 __generate_inline_bs_ws(bus_space_write_8, bs_w_8, uint64_t);
|
/freebsd/sys/dev/cxgbe/ |
H A D | adapter.h | 1234 bus_space_write_8(sc->bt, sc->bh, reg, val); in t4_write_reg64()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | main.c | 170 bus_space_write_8(bp->doorbell_bar.tag, bp->doorbell_bar.handle, reg_off, htole32(val)); in writel_fbsd() 172 bus_space_write_8(bp->hwrm_bar.tag, bp->hwrm_bar.handle, reg_off, htole32(val)); in writel_fbsd()
|