Symbol: bus_write_4
sys/bus/gpio/gpio_intel/gpio_cherryview.c
176
bus_write_4(sc->mem_res, offset, val);
sys/bus/pci/pci.c
1432
bus_write_4(msix->msix_table_res, offset, address & 0xffffffff);
sys/bus/pci/pci.c
1433
bus_write_4(msix->msix_table_res, offset + 4, address >> 32);
sys/bus/pci/pci.c
1434
bus_write_4(msix->msix_table_res, offset + 8, data);
sys/bus/pci/pci.c
1452
bus_write_4(msix->msix_table_res, offset, val);
sys/bus/pci/pci.c
1468
bus_write_4(msix->msix_table_res, offset, val);
sys/bus/pci/pci.c
2838
bus_write_4(res, OHCI_COMMAND_STATUS, OHCI_OCR);
sys/bus/pci/pci.c
2847
bus_write_4(res, OHCI_CONTROL, OHCI_HCFS_RESET);
sys/bus/pci/pci.c
2850
bus_write_4(res, OHCI_INTERRUPT_DISABLE, OHCI_ALL_INTRS);
sys/bus/pci/pci.c
2931
bus_write_4(res, offs + EHCI_USBINTR, 0);
sys/bus/pci/pci.c
3006
bus_write_4(res, offs + XHCI_USBCMD, 0);
sys/dev/agp/intel-gtt.c
1003
bus_write_4(sc->sc_res[0], index * 4, pte);
sys/dev/agp/intel-gtt.c
1026
bus_write_4(sc->sc_res[0], index * 4 + (512 * 1024), pte);
sys/dev/agp/intel-gtt.c
1049
bus_write_4(sc->sc_res[0], index * 4 + (2 * 1024 * 1024), pte);
sys/dev/agp/intel-gtt.c
1294
bus_write_4(sc->sc_res[0],
sys/dev/agp/intel-gtt.c
1691
bus_write_4(sc->sc_res[0], GFX_FLSH_CNTL, 1);
sys/dev/agp/intel-gtt.c
1692
bus_write_4(sc->sc_res[0], GFX_FLSH_CNTL, 0);
sys/dev/agp/intel-gtt.c
773
bus_write_4(sc->sc_res[0], AGP_I965_PGTBL_CTL2, pgetbl_ctl2);
sys/dev/agp/intel-gtt.c
779
bus_write_4(sc->sc_res[0], AGP_I810_PGTBL_CTL, pgetbl_ctl);
sys/dev/agp/intel-gtt.c
825
bus_write_4(sc->sc_res[0], AGP_I810_PGTBL_CTL, pgtblctl);
sys/dev/agp/intel-gtt.c
905
bus_write_4(sc->sc_res[0], AGP_I810_PGTBL_CTL, pgtblctl);
sys/dev/agp/intel-gtt.c
940
bus_write_4(sc->sc_res[0], AGP_I810_PGTBL_CTL,
sys/dev/apple/smc/smc_mmio.c
103
bus_write_4(sc->sc_iomem, ASMC_MMIO_KEY_NAME, key_int);
sys/dev/apple/smc/smc_mmio.c
131
bus_write_4(sc->sc_iomem, ASMC_MMIO_KEY_NAME, key_int);
sys/dev/apple/smc/smc_mmio.c
169
bus_write_4(sc->sc_iomem, ASMC_MMIO_KEY_NAME, idx_val);
sys/dev/apple/smc/smc_mmio.c
59
bus_write_4(sc->sc_iomem, ASMC_MMIO_KEY_NAME, key_int);
sys/dev/crypto/tpm/tpm20.h
169
bus_write_4(sc->mem_res, off, val);
sys/dev/disk/sdhci/sdhci_acpi.c
123
bus_write_4(sc->mem_res, off, val);
sys/dev/disk/sdhci/sdhci_pci.c
220
bus_write_4(sc->mem_res[slot->num], off, val);
sys/dev/disk/sym/sym_hipd.c
874
#define OUTL_OFF(o, v) bus_write_4(np->io_res, (o), (v))
sys/dev/disk/sym/sym_hipd.c
884
#define OUTL_OFF(o, v) bus_write_4(np->mmio_res, (o), (v))
sys/dev/drm/amd/amdgpu/amdgpu_device.c
242
bus_write_4(adev->rio_mem, (mmMM_INDEX * 4), (reg * 4));
sys/dev/drm/amd/amdgpu/amdgpu_device.c
263
bus_write_4(adev->rio_mem, (reg * 4), v);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
265
bus_write_4(adev->rio_mem, (mmMM_INDEX * 4), (reg * 4));
sys/dev/drm/amd/amdgpu/amdgpu_device.c
266
bus_write_4(adev->rio_mem, (mmMM_DATA * 4), v);
sys/dev/misc/amdsbwd/amdsbwd.c
152
bus_write_4(sc->res_ctrl, 0, val);
sys/dev/misc/amdsbwd/amdsbwd.c
164
bus_write_4(sc->res_count, 0, val);
sys/dev/misc/ichwd/ichwd.c
252
bus_write_4((sc)->tco_res, (off), (val))
sys/dev/misc/ichwd/ichwd.c
254
bus_write_4((sc)->smi_res, (off), (val))
sys/dev/misc/ichwd/ichwd.c
256
bus_write_4((sc)->gcs_res, (off), (val))
sys/dev/netif/bge/if_bgevar.h
88
bus_write_4(sc->bge_res2, reg, val)
sys/dev/netif/bnx/if_bnxvar.h
88
bus_write_4(sc->bnx_res2, reg, val)
sys/dev/raid/twe/twe_compat.h
59
#define TWE_CONTROL(sc, val) bus_write_4((sc)->twe_io, 0x0, (u_int32_t)val)
sys/dev/raid/twe/twe_compat.h
61
#define TWE_COMMAND_QUEUE(sc, val) bus_write_4((sc)->twe_io, 0x8, (u_int32_t)val)
sys/dev/virtual/virtio/mmio/virtio_mmio.c
116
#define vtmmio_write_config_4(sc, o, v) bus_write_4((sc)->res[0], (o), (v))
sys/dev/virtual/virtio/pci/virtio_pci.c
164
#define vtpci_write_config_4(sc, o, v) bus_write_4((sc)->vtpci_res, (o), (v))
sys/dev/virtual/vmware/pvscsi/pvscsi.c
269
bus_write_4(sc->mm_res, offset, val);