Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dsata_sis.c33 SIS_SCR_PCI_BAR = 5, enumerator
206 ((pci_resource_start(pdev, SIS_SCR_PCI_BAR) == 0) || in sis_init_one()
207 (pci_resource_len(pdev, SIS_SCR_PCI_BAR) < 128))) { in sis_init_one()
283 rc = pcim_iomap_regions(pdev, 1 << SIS_SCR_PCI_BAR, DRV_NAME); in sis_init_one()
286 mmio = host->iomap[SIS_SCR_PCI_BAR]; in sis_init_one()