Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-pci-core.c1662 struct pci_dev *pdev, struct sdhci_pci_chip *chip, int first_bar, in sdhci_pci_probe_slot() argument
1667 int ret, bar = first_bar + slotno; in sdhci_pci_probe_slot()
1855 u8 slots, first_bar; in sdhci_pci_probe() local
1875 ret = pci_read_config_byte(pdev, PCI_SLOT_INFO, &first_bar); in sdhci_pci_probe()
1879 first_bar &= PCI_SLOT_INFO_FIRST_BAR_MASK; in sdhci_pci_probe()
1881 if (first_bar > 5) { in sdhci_pci_probe()
1916 slot = sdhci_pci_probe_slot(pdev, chip, first_bar, i); in sdhci_pci_probe()