Searched refs:PCI_INIT_ENABLE (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/ |
D | sstfb.c | 523 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, PCI_EN_INIT_WR); in sstfb_set_par() 540 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, in sstfb_set_par() 549 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, in sstfb_set_par() 612 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, PCI_EN_FIFO_WR); in sstfb_set_par() 703 pci_read_config_dword(sst_dev, PCI_INIT_ENABLE, &tmp); in sstfb_setvgapass() 704 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, in sstfb_setvgapass() 714 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, tmp); in sstfb_setvgapass() 1162 pci_write_config_dword(dev, PCI_INIT_ENABLE, PCI_EN_INIT_WR); in sst_init() 1181 pci_write_config_dword(dev, PCI_INIT_ENABLE, in sst_init() 1203 pci_write_config_dword(dev, PCI_INIT_ENABLE, in sst_init() [all …]
|
/linux-4.4.14/include/video/ |
D | sstfb.h | 80 #define PCI_INIT_ENABLE 0x40 macro
|