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

12

/freebsd-11-stable/sys/dev/pci/
H A Dpci.c2864 pci_set_command_bit(dev, child, PCIM_CMD_BUSMASTEREN);
2871 pci_clear_command_bit(dev, child, PCIM_CMD_BUSMASTEREN);
6284 pci_write_config(dev, PCIR_COMMAND, cmd & ~(PCIM_CMD_BUSMASTEREN), 2);
/freebsd-11-stable/sys/dev/cas/
H A Dif_cas.c2700 pci_read_config(dev, PCIR_COMMAND, 2) | PCIM_CMD_BUSMASTEREN |
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm.c1696 v |= PCIM_CMD_BUSMASTEREN | PCIM_CMD_MWRICEN;
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c3896 if ((cmd & PCIM_CMD_BUSMASTEREN) == 0) {
4094 if ((cmd & PCIM_CMD_BUSMASTEREN) == 0) {
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c920 cmd |= PCIM_CMD_BUSMASTEREN;
/freebsd-11-stable/sys/dev/arcmsr/
H A Darcmsr.c4637 pci_command |= PCIM_CMD_BUSMASTEREN;
/freebsd-11-stable/sys/dev/sym/
H A Dsym_hipd.c8486 command |= PCIM_CMD_BUSMASTEREN | PCIM_CMD_PERRESPEN |

Completed in 173 milliseconds

12