Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/memory/
Ddfl-emif.c25 #define EMIF_CTRL 0x10 macro
77 val = readq(base + EMIF_CTRL); in emif_clear_store()
80 writeq(val, base + EMIF_CTRL); in emif_clear_store()
154 val = FIELD_GET(EMIF_CTRL_CLEAR_EN_MSK, readq(de->base + EMIF_CTRL)); in dfl_emif_visible()