Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/intel/atomisp2/
H A Dpm.c22 #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 Datomisp_v4l2.c367 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 Datomisp-regs.h33 #define PCI_INTERRUPT_CTRL 0x9C macro
H A Datomisp_cmd.c323 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()