Searched refs:PCI_INIT_ENABLE (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/video/fbdev/ |
D | sstfb.c | 525 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, PCI_EN_INIT_WR); in sstfb_set_par() 542 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, in sstfb_set_par() 551 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, in sstfb_set_par() 614 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, PCI_EN_FIFO_WR); in sstfb_set_par() 705 pci_read_config_dword(sst_dev, PCI_INIT_ENABLE, &tmp); in sstfb_setvgapass() 706 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, in sstfb_setvgapass() 716 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, tmp); in sstfb_setvgapass() 1164 pci_write_config_dword(dev, PCI_INIT_ENABLE, PCI_EN_INIT_WR); in sst_init() 1183 pci_write_config_dword(dev, PCI_INIT_ENABLE, in sst_init() 1205 pci_write_config_dword(dev, PCI_INIT_ENABLE, in sst_init() [all …]
|
/Linux-v6.6/include/video/ |
D | sstfb.h | 81 #define PCI_INIT_ENABLE 0x40 macro
|