Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci_am654.c48 #define SEL50_SHIFT 8 macro
49 #define SEL50_MASK BIT(SEL50_SHIFT)
205 val = (sel50 << SEL50_SHIFT) | (sel100 << SEL100_SHIFT); in sdhci_am654_setup_dll()