Searched refs:lpmode (Results 1 - 2 of 2) sorted by path

/linux-master/include/linux/platform_data/
H A Demif_plat.h68 * @lpmode: LPMODE to be used in PWR_MGMT_CTRL register
86 u32 lpmode; member in struct:emif_custom_configs
/linux-master/drivers/memory/
H A Demif.c58 u8 lpmode; member in struct:emif_data
179 static void set_lpmode(struct emif_data *emif, u8 lpmode) argument
211 (lpmode == EMIF_LP_MODE_PWR_DN)) {
215 lpmode = EMIF_LP_MODE_SELF_REFRESH;
220 temp |= (lpmode << LP_MODE_SHIFT);
252 if (emif->lpmode == EMIF_LP_MODE_SELF_REFRESH)
263 if (emif->lpmode == EMIF_LP_MODE_SELF_REFRESH)
365 u32 lpmode = EMIF_LP_MODE_SELF_REFRESH; local
375 lpmode = cust_cfgs->lpmode;
834 const __be32 *lpmode, *poll_intvl; local
[all...]

Completed in 252 milliseconds