Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds