Home
last modified time | relevance | path

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

/components/drivers/pci/
A Dpci.c296 rt_uint16_t origcmd, newcmd; in pci_check_and_set_intx_mask() local
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()
324 if (newcmd != origcmd) in pci_check_and_set_intx_mask()
326 bus->ops->write(bus, pdev->devfn, PCIR_COMMAND, 2, newcmd); in pci_check_and_set_intx_mask()

Completed in 4 milliseconds