Home
last modified time | relevance | path

Searched refs:PCIM_CMD_INTxDIS (Results 1 – 3 of 3) sorted by relevance

/components/drivers/pci/
A Dpci.c278 new = pci_command & ~PCIM_CMD_INTxDIS; in rt_pci_intx()
282 new = pci_command | PCIM_CMD_INTxDIS; in rt_pci_intx()
318 newcmd = origcmd & ~PCIM_CMD_INTxDIS; in pci_check_and_set_intx_mask()
322 newcmd |= PCIM_CMD_INTxDIS; in pci_check_and_set_intx_mask()
A Dpci_regs.h68 #define PCIM_CMD_INTxDIS 0x0400 macro
A Dprobe.c164 toggle = orig ^ PCIM_CMD_INTxDIS; in pci_intx_mask_broken()

Completed in 13 milliseconds