| /freebsd-14.2/sys/dev/aacraid/ |
| H A D | aacraid_pci.c | 171 if (!(command & PCIM_CMD_BUSMASTEREN)) { in aacraid_pci_attach()
|
| /freebsd-14.2/sys/dev/aac/ |
| H A D | aac_pci.c | 356 if (!(pci_read_config(dev, PCIR_COMMAND, 2) & PCIM_CMD_BUSMASTEREN)) { in aac_pci_attach()
|
| /freebsd-14.2/sys/dev/ata/ |
| H A D | ata-pci.c | 104 if ((cmd & PCIM_CMD_BUSMASTEREN) == PCIM_CMD_BUSMASTEREN) { in ata_pci_attach()
|
| /freebsd-14.2/sys/dev/firewire/ |
| H A D | fwohci_pci.c | 208 cmd |= PCIM_CMD_BUSMASTEREN | PCIM_CMD_MWRICEN; in fwohci_pci_init()
|
| /freebsd-14.2/sys/dev/isp/ |
| H A D | isp_pci.c | 112 #ifndef PCIM_CMD_BUSMASTEREN 113 #define PCIM_CMD_BUSMASTEREN 0x0004 macro 596 cmd |= PCIM_CMD_SEREN | PCIM_CMD_PERRESPEN | PCIM_CMD_BUSMASTEREN | PCIM_CMD_INVEN; in isp_pci_attach()
|
| /freebsd-14.2/sys/arm/mv/ |
| H A D | mv_pci.c | 598 val |= PCIM_CMD_SERRESPEN | PCIM_CMD_BUSMASTEREN | in mv_pcib_enable() 832 command |= PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN | in mv_pcib_init()
|
| /freebsd-14.2/sys/dev/mpt/ |
| H A D | mpt_pci.c | 384 PCIM_CMD_BUSMASTEREN | PCIM_CMD_MWRICEN; in mpt_pci_attach()
|
| /freebsd-14.2/sys/dev/pci/ |
| H A D | pcireg.h | 89 #define PCIM_CMD_BUSMASTEREN 0x0004 macro
|
| H A D | pci_dw.c | 346 PCIM_CMD_BUSMASTEREN | PCIM_CMD_SERRESPEN); in pci_dw_setup_hw()
|
| H A D | pci.c | 2919 pci_set_command_bit(dev, child, PCIM_CMD_BUSMASTEREN); in pci_enable_busmaster_method() 2926 pci_clear_command_bit(dev, child, PCIM_CMD_BUSMASTEREN); in pci_disable_busmaster_method() 6553 pci_write_config(dev, PCIR_COMMAND, cmd & ~(PCIM_CMD_BUSMASTEREN), 2); in pcie_flr()
|
| /freebsd-14.2/sys/dev/aic7xxx/ |
| H A D | aic79xx_pci.c | 409 command |= PCIM_CMD_BUSMASTEREN; in ahd_pci_config()
|
| H A D | aic7xxx_pci.c | 840 command |= PCIM_CMD_BUSMASTEREN; in ahc_pci_config()
|
| /freebsd-14.2/sys/powerpc/mpc85xx/ |
| H A D | pci_mpc85xx.c | 373 cfgreg |= PCIM_CMD_SERRESPEN | PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN | in fsl_pcib_attach()
|
| /freebsd-14.2/sys/dev/ntb/ntb_hw/ |
| H A D | ntb_hw_intel.c | 1794 PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN); in intel_ntb_xeon_init_dev() 1836 PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN); in intel_ntb_xeon_gen3_init_dev() 1873 PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN); in intel_ntb_atom_init_dev()
|
| H A D | ntb_hw_plx.c | 235 PNTX_WRITE(sc, PCIR_COMMAND, PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN); in ntb_plx_init()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | pci.h | 1464 PCIM_CMD_BUSMASTEREN) != 0); in pci_is_enabled()
|
| /freebsd-14.2/sys/arm64/rockchip/ |
| H A D | rk_pcie.c | 1018 PCIM_CMD_BUSMASTEREN | PCIM_CMD_SERRESPEN); in rk_pcie_setup_sw()
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | pci_emul.c | 1137 pci_set_cfgdata8(pdi, PCIR_COMMAND, PCIM_CMD_BUSMASTEREN); in pci_emul_init()
|
| /freebsd-14.2/sys/dev/mxge/ |
| H A D | if_mxge.c | 3718 if ((cmd & PCIM_CMD_BUSMASTEREN) == 0) { in mxge_watchdog_reset() 3904 if ((cmd & PCIM_CMD_BUSMASTEREN) == 0) { in mxge_tick()
|
| /freebsd-14.2/sys/dev/cas/ |
| H A D | if_cas.c | 2662 pci_read_config(dev, PCIR_COMMAND, 2) | PCIM_CMD_BUSMASTEREN | in cas_pci_attach()
|
| /freebsd-14.2/sys/dev/mrsas/ |
| H A D | mrsas.c | 878 cmd |= PCIM_CMD_BUSMASTEREN; in mrsas_attach()
|
| /freebsd-14.2/sys/dev/sym/ |
| H A D | sym_hipd.c | 8468 command |= PCIM_CMD_BUSMASTEREN | PCIM_CMD_PERRESPEN |
|