Searched refs:PCIM_CMD_BUSMASTEREN (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/sys/mips/atheros/
H A Dar724x_pci.c221 reg = PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN | PCIM_CMD_SERRESPEN |
291 val |= (PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN);
310 val &= ~(PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN);
426 PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN
H A Dar71xx_pci.c306 val |= (PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN);
323 val &= ~(PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN);
449 PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN
H A Dqca955x_pci.c227 reg = PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN | PCIM_CMD_SERRESPEN |
359 PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_pci.c170 if (!(command & PCIM_CMD_BUSMASTEREN)) {
/freebsd-11-stable/sys/dev/aac/
H A Daac_pci.c358 if (!(pci_read_config(dev, PCIR_COMMAND, 2) & PCIM_CMD_BUSMASTEREN)) {
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_pci.c206 PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN);
/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_pci.c213 val |= (PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN | PCIM_CMD_MWRICEN);
/freebsd-11-stable/sys/dev/firewire/
H A Dfwohci_pci.c212 cmd |= PCIM_CMD_BUSMASTEREN | PCIM_CMD_MWRICEN;
/freebsd-11-stable/sys/dev/ata/
H A Data-pci.c105 if ((cmd & PCIM_CMD_BUSMASTEREN) == PCIM_CMD_BUSMASTEREN) {
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Di81342_pci.c174 reg |= PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN | PCIM_CMD_PERRESPEN |
/freebsd-11-stable/sys/sparc64/ebus/
H A Debus.c317 PCIM_CMD_PERRESPEN | PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN, 2);
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_pci.c389 PCIM_CMD_BUSMASTEREN | PCIM_CMD_MWRICEN;
/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c545 val |= PCIM_CMD_SERRESPEN | PCIM_CMD_BUSMASTEREN |
779 command |= PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN |
/freebsd-11-stable/sys/dev/isp/
H A Disp_pci.c193 #ifndef PCIM_CMD_BUSMASTEREN
194 #define PCIM_CMD_BUSMASTEREN 0x0004 macro
868 cmd |= PCIM_CMD_SEREN | PCIM_CMD_PERRESPEN | PCIM_CMD_BUSMASTEREN | PCIM_CMD_INVEN;
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx_pci.c408 command |= PCIM_CMD_BUSMASTEREN;
H A Daic7xxx_pci.c841 command |= PCIM_CMD_BUSMASTEREN;
/freebsd-11-stable/sys/mips/cavium/
H A Doctopci.c592 command |= PCIM_CMD_BUSMASTEREN;
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_pci.c833 command |= PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN |
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c340 cfgreg |= PCIM_CMD_SERRESPEN | PCIM_CMD_BUSMASTEREN | PCIM_CMD_MEMEN |
/freebsd-11-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_plx.c234 PNTX_WRITE(sc, PCIR_COMMAND, PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN);
H A Dntb_hw_intel.c1569 PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN);
1612 PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN);
/freebsd-11-stable/sys/dev/pci/
H A Dpcireg.h87 #define PCIM_CMD_BUSMASTEREN 0x0004 macro
/freebsd-11-stable/sys/dev/mn/
H A Dif_mn.c1350 pci_write_config(self, PCIR_COMMAND, u | PCIM_CMD_PERRESPEN | PCIM_CMD_BUSMASTEREN, 2);
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_txrx.c137 pci_cmd_word |= PCIM_CMD_BUSMASTEREN;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_emul.c749 PCIM_CMD_PORTEN | PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN);

Completed in 436 milliseconds

12