Searched refs:PCI_PCICMD_BME (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ich/
H A Dhardware.h128 #define PCI_PCICMD_BME 0x04 macro
H A Dconfig.c136 value |= PCI_PCICMD_MSE | PCI_PCICMD_BME;
138 value |= PCI_PCICMD_IOS | PCI_PCICMD_BME;
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ichaudio/
H A Dhardware.h127 #define PCI_PCICMD_BME 0x04 macro
H A Dichaudio.c111 value |= PCI_PCICMD_BME | (cookie->flags & TYPE_ICH4) ? PCI_PCICMD_MSE : PCI_PCICMD_IOS;
/haiku-fatelf/src/add-ons/kernel/drivers/dvb/cx23882/
H A Dcx23882_regs.h30 #define PCI_PCICMD_BME 0x04 macro
H A Ddvb_interface.c93 val = PCI_PCICMD_BME | PCI_PCICMD_MSE | (val & ~PCI_PCICMD_IOS);
/haiku-fatelf/src/add-ons/kernel/drivers/network/rtl8169/
H A Dhardware.h24 #define PCI_PCICMD_BME 0x04 macro
H A Ddevice.c544 val = PCI_PCICMD_BME | PCI_PCICMD_MSE | (val & ~PCI_PCICMD_IOS);

Completed in 98 milliseconds