Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dsstfb.c1008 pci_read_config_dword(sst_dev, PCI_INIT_ENABLE, &tmp); in sstfb_ioctl()
1009 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, in sstfb_ioctl()
1019 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, tmp); in sstfb_ioctl()
1404 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, PCI_EN_INIT_WR); in sstfb_set_par()
1421 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, in sstfb_set_par()
1430 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, in sstfb_set_par()
1503 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, PCI_EN_FIFO_WR); in sstfb_set_par()
1628 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, PCI_EN_INIT_WR); in sst_init()
1647 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, in sst_init()
1669 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, in sst_init()
[all …]
Dsstfb.h93 #define PCI_INIT_ENABLE 0x40 macro