Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci_am654.c50 #define SEL100_SHIFT 9 macro
51 #define SEL100_MASK BIT(SEL100_SHIFT)
205 val = (sel50 << SEL50_SHIFT) | (sel100 << SEL100_SHIFT); in sdhci_am654_setup_dll()