Home
last modified time | relevance | path

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

/openbmc/linux/drivers/memory/tegra/
H A Dtegra210-emc-cc-r21021.c1328 EMC_PIN_PIN_CKEB | in tegra210_emc_r21021_set_clock()
1396 value &= ~(EMC_PIN_PIN_CKEB | EMC_PIN_PIN_CKE_PER_DEV); in tegra210_emc_r21021_set_clock()
1398 value |= EMC_PIN_PIN_CKEB | EMC_PIN_PIN_CKE_PER_DEV; in tegra210_emc_r21021_set_clock()
H A Dtegra210-emc.h33 #define EMC_PIN_PIN_CKEB BIT(1) macro