Searched refs:PCI_INTERRUPT_CTRL (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/platform/x86/intel/atomisp2/ |
H 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()
|
/linux/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_v4l2.c | 367 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &isp->saved_regs.interrupt_control); in atomisp_save_iunit_reg() 422 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, isp->saved_regs.interrupt_control); in atomisp_restore_iunit_reg() 466 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down() 468 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, irq); in atomisp_mrfld_pre_power_down() 470 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down() 483 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down() 485 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, irq); in atomisp_mrfld_pre_power_down() 487 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down() 506 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down() 508 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, irq); in atomisp_mrfld_pre_power_down() [all …]
|
H A D | atomisp-regs.h | 33 #define PCI_INTERRUPT_CTRL 0x9C macro
|
H A D | atomisp_cmd.c | 323 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, msg32); in atomisp_msi_irq_init() 342 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, msg32); in atomisp_msi_irq_uninit() 440 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &msg_ret); in clear_irq_reg() 442 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, msg_ret); in clear_irq_reg()
|