Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_v4l2.c525 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &isp->saved_regs.interrupt_control); in atomisp_save_iunit_reg()
580 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, isp->saved_regs.interrupt_control); in atomisp_restore_iunit_reg()
628 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down()
630 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, irq); in atomisp_mrfld_pre_power_down()
632 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down()
645 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down()
647 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, irq); in atomisp_mrfld_pre_power_down()
649 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down()
668 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &irq); in atomisp_mrfld_pre_power_down()
670 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, irq); in atomisp_mrfld_pre_power_down()
[all …]
H A Datomisp-regs.h33 #define PCI_INTERRUPT_CTRL 0x9C macro
H A Datomisp_cmd.c373 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, msg32); in atomisp_msi_irq_init()
392 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, msg32); in atomisp_msi_irq_uninit()
490 pci_read_config_dword(pdev, PCI_INTERRUPT_CTRL, &msg_ret); in clear_irq_reg()
492 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, msg_ret); in clear_irq_reg()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel_atomisp2_pm.c22 #define PCI_INTERRUPT_CTRL 0x9c macro
87 pci_write_config_dword(pdev, PCI_INTERRUPT_CTRL, 0); in isp_pci_suspend()