Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci_am654.c50 #define SEL100_SHIFT 9 macro
51 #define SEL100_MASK BIT(SEL100_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.c50 #define SEL100_SHIFT 9 macro
51 #define SEL100_MASK BIT(SEL100_SHIFT)
196 val = (sel50 << SEL50_SHIFT) | (sel100 << SEL100_SHIFT); in sdhci_am654_setup_dll()

Completed in 5 milliseconds