/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_swp.c | 872 bus_write_8(map, in dpaa2_swp_enq_mult() 887 bus_write_8(map, in dpaa2_swp_enq_mult() 970 bus_write_8(map, offset + sizeof(uint64_t) * i, cmd->params[i]); in dpaa2_swp_exec_br_command() 1022 bus_write_8(map, offset + sizeof(uint64_t) * i, cmd->params[i]); in dpaa2_swp_exec_vdc_command_locked() 1105 bus_write_8(map, offset + sizeof(uint64_t) * i, cmd->params[i]); in dpaa2_swp_send_mgmt_command()
|
H A D | dpaa2_rc.c | 3236 bus_write_8(mcp->map, sizeof(uint64_t) * i, cmd->params[i-1]); in dpaa2_rc_send_cmd() 3242 bus_write_8(mcp->map, 0, cmd->header); in dpaa2_rc_send_cmd()
|
/freebsd/sys/riscv/sifive/ |
H A D | sifive_ccache.c | 58 #define WR8(sc, off, val) (bus_write_8((sc)->res, (off), (val)))
|
/freebsd/sys/arm64/iommu/ |
H A D | smmu.c | 1120 bus_write_8(sc->res[0], SMMU_GERROR_IRQ_CFG0, 0); in smmu_enable_interrupts() 1124 bus_write_8(sc->res[0], SMMU_EVENTQ_IRQ_CFG0, 0); in smmu_enable_interrupts() 1129 bus_write_8(sc->res[0], SMMU_PRIQ_IRQ_CFG0, 0); in smmu_enable_interrupts() 1246 bus_write_8(sc->res[0], SMMU_STRTAB_BASE, strtab->base); in smmu_reset() 1250 bus_write_8(sc->res[0], SMMU_CMDQ_BASE, sc->cmdq.base); in smmu_reset() 1273 bus_write_8(sc->res[0], SMMU_EVENTQ_BASE, sc->evtq.base); in smmu_reset() 1286 bus_write_8(sc->res[0], SMMU_PRIQ_BASE, sc->priq.base); in smmu_reset()
|
/freebsd/sys/arm64/coresight/ |
H A D | coresight_etm4x.c | 129 bus_write_8(sc->res, TRCACVR(i), event->addr[i]); in etm_prepare()
|
/freebsd/sys/x86/iommu/ |
H A D | amd_iommu.h | 181 bus_write_8(unit->mmio_res, reg, val); in amdiommu_write8()
|
H A D | intel_dmar.h | 314 bus_write_8(unit->regs, reg, val); in dmar_write8()
|
/freebsd/sys/dev/vnic/ |
H A D | thunder_mdio.c | 145 bus_write_8((sc)->reg_base, (reg), (val))
|
H A D | thunder_bgx.c | 230 bus_write_8(bgx->reg_base, addr, val); in bgx_reg_write() 240 bus_write_8(bgx->reg_base, addr, val | bus_read_8(bgx->reg_base, addr)); in bgx_reg_modify()
|
H A D | nicvf_main.c | 798 bus_write_8(nic->reg_base, offset, val); in nicvf_reg_write() 813 bus_write_8(nic->reg_base, offset + (qidx << NIC_Q_NUM_SHIFT), val); in nicvf_queue_reg_write()
|
H A D | nic_main.c | 373 bus_write_8(nic->reg_base, offset, val); in nic_reg_write()
|
/freebsd/sys/dev/proto/ |
H A D | proto_core.c | 436 bus_write_8(r->r_d.res, ofs, buf.x8[0]); in proto_write()
|
/freebsd/sys/powerpc/powernv/ |
H A D | opal_pci.c | 198 bus_write_8(sc->r_reg, 0x210, PHB3_TCE_KILL_INVAL_ALL); in pci_phb3_tce_invalidate_entire()
|
/freebsd/sys/dev/qat/include/common/ |
H A D | adf_accel_devices.h | 476 bus_write_8(csr_base, csr_offset, val)
|
/freebsd/sys/arm64/arm64/ |
H A D | cmn600.c | 54 #define WR8(sc, r, v) bus_write_8((sc)->sc_res[0], (r), (v))
|
H A D | gic_v3.c | 264 bus_write_8(rdist, offset, val); in gic_r_write_8()
|
H A D | gicv3_its.c | 322 bus_write_8((sc)->sc_its_res, (reg), (val))
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_apei.c | 149 #define WRITE8(r, o, v) bus_write_8((r), (o), (v))
|
/freebsd/sys/dev/xilinx/ |
H A D | if_xae.c | 79 bus_write_8((_sc)->res[0], _reg, _val)
|
/freebsd/sys/dev/pci/ |
H A D | pci_user.c | 996 bus_write_8(res, offset, pbi->pbi_value); in pci_bar_io()
|
/freebsd/sys/sys/ |
H A D | bus.h | 1057 #define bus_write_8(r, o, v) \ macro
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_verbs.c | 5185 bus_write_8(ha->pci_dbells, reg_addr, cq->db.raw); in doorbell_cq()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_os.c | 5370 bus_write_8(((qlnx_host_t *)cdev)->pci_reg, offset, value); in qlnx_direct_reg_wr64()
|