Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/memory/
Dti-aemif.c34 #define RSETUP(x) ((x) << RSETUP_SHIFT) macro
56 #define RSETUP_VAL(x) (((x) & RSETUP(RSETUP_MAX)) >> RSETUP_SHIFT)
75 RSETUP(RSETUP_MAX) | \
199 set = TA(ta) | RHOLD(rhold) | RSTROBE(rstrobe) | RSETUP(rsetup) | in aemif_config_abus()