Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci.h273 #define SDHCI_PRESET_DRV_MASK GENMASK(15, 14) macro
H A Dsdhci-acpi.c489 preset_driver_strength = FIELD_GET(SDHCI_PRESET_DRV_MASK, preset); in amd_select_drive_strength()
H A Dsdhci.c2458 ios->drv_type = FIELD_GET(SDHCI_PRESET_DRV_MASK, in sdhci_set_ios()