Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci-pci-data.c7 int sdhci_pci_spt_drive_strength; variable
8 EXPORT_SYMBOL_GPL(sdhci_pci_spt_drive_strength);
Dsdhci-pci-core.c277 if (sdhci_pci_spt_drive_strength > 0) in spt_select_drive_strength()
278 drive_strength = sdhci_pci_spt_drive_strength & 0xf; in spt_select_drive_strength()
294 if (sdhci_pci_spt_drive_strength) in spt_read_drive_strength()
297 sdhci_pci_spt_drive_strength = -1; in spt_read_drive_strength()
330 sdhci_pci_spt_drive_strength = 0x10 | ((val >> 12) & 0xf); in spt_read_drive_strength()
/linux-4.4.14/include/linux/mmc/
Dsdhci-pci-data.h18 extern int sdhci_pci_spt_drive_strength;