Home
last modified time | relevance | path

Searched refs:origcmd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/
H A Dpci.c4483 u16 origcmd, newcmd; in pci_check_and_set_intx_mask() local
4510 origcmd = cmd_status_dword; in pci_check_and_set_intx_mask()
4511 newcmd = origcmd & ~PCI_COMMAND_INTX_DISABLE; in pci_check_and_set_intx_mask()
4514 if (newcmd != origcmd) in pci_check_and_set_intx_mask()
/kernel/linux/linux-6.6/drivers/pci/
H A Dpci.c4689 u16 origcmd, newcmd; in pci_check_and_set_intx_mask() local
4716 origcmd = cmd_status_dword; in pci_check_and_set_intx_mask()
4717 newcmd = origcmd & ~PCI_COMMAND_INTX_DISABLE; in pci_check_and_set_intx_mask()
4720 if (newcmd != origcmd) in pci_check_and_set_intx_mask()

Completed in 16 milliseconds