Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/
H A Dquirks.c3861 u16 old_command; in reset_chelsio_generic_dev() local
3884 pci_read_config_word(dev, PCI_COMMAND, &old_command); in reset_chelsio_generic_dev()
3886 old_command | PCI_COMMAND_MASTER); in reset_chelsio_generic_dev()
3916 pci_write_config_word(dev, PCI_COMMAND, old_command); in reset_chelsio_generic_dev()
/kernel/linux/linux-6.6/drivers/pci/
H A Dquirks.c3964 u16 old_command; in reset_chelsio_generic_dev() local
3987 pci_read_config_word(dev, PCI_COMMAND, &old_command); in reset_chelsio_generic_dev()
3989 old_command | PCI_COMMAND_MASTER); in reset_chelsio_generic_dev()
4019 pci_write_config_word(dev, PCI_COMMAND, old_command); in reset_chelsio_generic_dev()

Completed in 15 milliseconds