Home
last modified time | relevance | path

Searched refs:PCIM_CMD_BUSMASTEREN (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/dev/aacraid/
H A Daacraid_pci.c171 if (!(command & PCIM_CMD_BUSMASTEREN)) { in aacraid_pci_attach()
/freebsd/sys/dev/aac/
H A Daac_pci.c356 if (!(pci_read_config(dev, PCIR_COMMAND, 2) & PCIM_CMD_BUSMASTEREN)) { in aac_pci_attach()
/freebsd/sys/dev/ata/
H A Data-pci.c103 if ((cmd & PCIM_CMD_BUSMASTEREN) == PCIM_CMD_BUSMASTEREN) { in ata_pci_attach()
/freebsd/sys/dev/firewire/
H A Dfwohci_pci.c208 cmd |= PCIM_CMD_BUSMASTEREN | PCIM_CMD_MWRICEN; in fwohci_pci_init()
/freebsd/sys/dev/isp/
H A Disp_pci.c112 #ifndef PCIM_CMD_BUSMASTEREN
113 #define PCIM_CMD_BUSMASTEREN 0x0004 macro
587 cmd |= PCIM_CMD_SEREN | PCIM_CMD_PERRESPEN | PCIM_CMD_BUSMASTEREN | PCIM_CMD_INVEN; in isp_pci_attach()
/freebsd/sys/arm/mv/
H A Dmv_pci.c609 val |= PCIM_CMD_SERRESPEN | PCIM_CMD_BUSMASTEREN | in mv_pcib_enable()
843 command |= PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN | in mv_pcib_init()
/freebsd/sys/dev/mpt/
H A Dmpt_pci.c384 PCIM_CMD_BUSMASTEREN | PCIM_CMD_MWRICEN; in mpt_pci_attach()
/freebsd/sys/dev/pci/
H A Dpcireg.h89 #define PCIM_CMD_BUSMASTEREN 0x0004 macro
H A Dpci_dw.c345 PCIM_CMD_BUSMASTEREN | PCIM_CMD_SERRESPEN); in pci_dw_setup_hw()
H A Dpci.c2917 pci_set_command_bit(dev, child, PCIM_CMD_BUSMASTEREN); in pci_enable_busmaster_method()
2924 pci_clear_command_bit(dev, child, PCIM_CMD_BUSMASTEREN); in pci_disable_busmaster_method()
6550 pci_write_config(dev, PCIR_COMMAND, cmd & ~(PCIM_CMD_BUSMASTEREN), 2); in pcie_flr()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx_pci.c403 command |= PCIM_CMD_BUSMASTEREN; in ahd_pci_config()
H A Daic7xxx_pci.c833 command |= PCIM_CMD_BUSMASTEREN; in ahc_pci_config()
/freebsd/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c372 cfgreg |= PCIM_CMD_SERRESPEN | PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN | in fsl_pcib_attach()
/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c1987 PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN); in intel_ntb_xeon_init_dev()
2029 PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN); in intel_ntb_xeon_gen3_init_dev()
2099 PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN); in intel_ntb_atom_init_dev()
H A Dntb_hw_plx.c234 PNTX_WRITE(sc, PCIR_COMMAND, PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN); in ntb_plx_init()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h1445 PCIM_CMD_BUSMASTEREN) != 0); in pci_is_enabled()
/freebsd/sys/arm64/rockchip/
H A Drk_pcie.c1017 PCIM_CMD_BUSMASTEREN | PCIM_CMD_SERRESPEN); in rk_pcie_setup_sw()
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c1143 pci_set_cfgdata8(pdi, PCIR_COMMAND, PCIM_CMD_BUSMASTEREN); in pci_emul_init()
/freebsd/sys/dev/mxge/
H A Dif_mxge.c3717 if ((cmd & PCIM_CMD_BUSMASTEREN) == 0) { in mxge_watchdog_reset()
3903 if ((cmd & PCIM_CMD_BUSMASTEREN) == 0) { in mxge_tick()
/freebsd/sys/dev/cas/
H A Dif_cas.c2670 pci_read_config(dev, PCIR_COMMAND, 2) | PCIM_CMD_BUSMASTEREN | in cas_pci_attach()
/freebsd/sys/dev/mrsas/
H A Dmrsas.c878 cmd |= PCIM_CMD_BUSMASTEREN; in mrsas_attach()
/freebsd/sys/dev/sym/
H A Dsym_hipd.c8468 command |= PCIM_CMD_BUSMASTEREN | PCIM_CMD_PERRESPEN |