Searched refs:sdhci_pci_spt_drive_strength (Results 1 – 3 of 3) sorted by relevance
7 int sdhci_pci_spt_drive_strength; variable8 EXPORT_SYMBOL_GPL(sdhci_pci_spt_drive_strength);
277 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()
18 extern int sdhci_pci_spt_drive_strength;