Searched refs:PCI_INTERRUPT_CTRL (Results 1 – 4 of 4) sorted by relevance
| /drivers/staging/media/atomisp/pci/ |
| A D | atomisp_v4l2.c | 355 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &isp->saved_regs.interrupt_control); in atomisp_save_iunit_reg() 410 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, isp->saved_regs.interrupt_control); in atomisp_restore_iunit_reg() 454 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down() 456 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, irq); in atomisp_mrfld_pre_power_down() 458 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down() 471 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down() 473 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, irq); in atomisp_mrfld_pre_power_down() 475 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down() 494 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down() 496 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, irq); in atomisp_mrfld_pre_power_down() [all …]
|
| A D | atomisp-regs.h | 22 #define PCI_INTERRUPT_CTRL 0x9C macro
|
| A D | atomisp_cmd.c | 312 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, msg32); in atomisp_msi_irq_init() 331 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, msg32); in atomisp_msi_irq_uninit() 429 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &msg_ret); in clear_irq_reg() 431 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, msg_ret); in clear_irq_reg()
|
| /drivers/platform/x86/intel/atomisp2/ |
| A D | pm.c | 22 #define PCI_INTERRUPT_CTRL 0x9c macro 87 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, 0); in isp_pci_suspend()
|
Completed in 18 milliseconds