Home
last modified time | relevance | path

Searched refs:PCI_INIT_ENABLE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/video/fbdev/
Dsstfb.c524 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, PCI_EN_INIT_WR); in sstfb_set_par()
541 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, in sstfb_set_par()
550 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, in sstfb_set_par()
613 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, PCI_EN_FIFO_WR); in sstfb_set_par()
704 pci_read_config_dword(sst_dev, PCI_INIT_ENABLE, &tmp); in sstfb_setvgapass()
705 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, in sstfb_setvgapass()
715 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, tmp); in sstfb_setvgapass()
1163 pci_write_config_dword(dev, PCI_INIT_ENABLE, PCI_EN_INIT_WR); in sst_init()
1182 pci_write_config_dword(dev, PCI_INIT_ENABLE, in sst_init()
1204 pci_write_config_dword(dev, PCI_INIT_ENABLE, in sst_init()
[all …]
/Linux-v5.4/include/video/
Dsstfb.h81 #define PCI_INIT_ENABLE 0x40 macro