Searched refs:PCI_NVRAM (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | qlogicisp.c | 150 #define PCI_NVRAM 0x0e /* pci nvram interface */ macro 1634 isp_outw(output | 0x2, host, PCI_NVRAM); NVRAM_DELAY(); in isp1020_read_nvram_word() 1635 isp_outw(output | 0x3, host, PCI_NVRAM); NVRAM_DELAY(); in isp1020_read_nvram_word() 1636 isp_outw(output | 0x2, host, PCI_NVRAM); NVRAM_DELAY(); in isp1020_read_nvram_word() 1641 isp_outw(0x3, host, PCI_NVRAM); NVRAM_DELAY(); in isp1020_read_nvram_word() 1642 input = isp_inw(host, PCI_NVRAM); NVRAM_DELAY(); in isp1020_read_nvram_word() 1643 isp_outw(0x2, host, PCI_NVRAM); NVRAM_DELAY(); in isp1020_read_nvram_word() 1647 isp_outw(0x0, host, PCI_NVRAM); NVRAM_DELAY(); in isp1020_read_nvram_word()
|
D | qlogicfc.c | 181 #define PCI_NVRAM 0x0e /* pci nvram interface */ macro 2060 outw(0x2, host->io_port + PCI_NVRAM); in isp2x00_read_nvram_word() 2062 outw(0x3, host->io_port + PCI_NVRAM); in isp2x00_read_nvram_word() 2069 outw(output | 0x2, host->io_port + PCI_NVRAM); in isp2x00_read_nvram_word() 2071 outw(output | 0x3, host->io_port + PCI_NVRAM); in isp2x00_read_nvram_word() 2073 outw(output | 0x2, host->io_port + PCI_NVRAM); in isp2x00_read_nvram_word() 2079 outw(0x3, host->io_port + PCI_NVRAM); in isp2x00_read_nvram_word() 2081 input = inw(host->io_port + PCI_NVRAM); in isp2x00_read_nvram_word() 2083 outw(0x2, host->io_port + PCI_NVRAM); in isp2x00_read_nvram_word() 2089 outw(0x0, host->io_port + PCI_NVRAM); in isp2x00_read_nvram_word()
|