Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pci-core.c2040 struct pci_dev *pdev, struct sdhci_pci_chip *chip, int first_bar, in sdhci_pci_probe_slot() argument
2045 int ret, bar = first_bar + slotno; in sdhci_pci_probe_slot()
2196 u8 slots, first_bar; in sdhci_pci_probe() local
2214 ret = pci_read_config_byte(pdev, PCI_SLOT_INFO, &first_bar); in sdhci_pci_probe()
2218 first_bar &= PCI_SLOT_INFO_FIRST_BAR_MASK; in sdhci_pci_probe()
2220 if (first_bar > 5) { in sdhci_pci_probe()
2255 slot = sdhci_pci_probe_slot(pdev, chip, first_bar, i); in sdhci_pci_probe()