Searched refs:PCI_INTERRUPT_CTRL (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/media/atomisp/pci/ |
D | atomisp_v4l2.c | 377 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &isp->saved_regs.interrupt_control); in atomisp_save_iunit_reg() 432 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, isp->saved_regs.interrupt_control); in atomisp_restore_iunit_reg() 476 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down() 478 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, irq); in atomisp_mrfld_pre_power_down() 480 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down() 493 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down() 495 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, irq); in atomisp_mrfld_pre_power_down() 497 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down() 516 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down() 518 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, irq); in atomisp_mrfld_pre_power_down() [all …]
|
D | atomisp-regs.h | 33 #define PCI_INTERRUPT_CTRL 0x9C macro
|
D | atomisp_cmd.c | 330 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, msg32); in atomisp_msi_irq_init() 349 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, msg32); in atomisp_msi_irq_uninit() 447 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &msg_ret); in clear_irq_reg() 449 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, msg_ret); in clear_irq_reg()
|
/drivers/platform/x86/intel/atomisp2/ |
D | pm.c | 22 #define PCI_INTERRUPT_CTRL 0x9c macro 87 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, 0); in isp_pci_suspend()
|