Searched refs:DDRCTL_REG_REG (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/drivers/st/ddr/ |
| H A D | stm32mp2_ddr.c | 48 #define DDRCTL_REG_REG(x, z) DDRCTL_REG(x, stm32mp2_ddrctrl_reg, z) macro 50 DDRCTL_REG_REG(mstr, true), 51 DDRCTL_REG_REG(mrctrl0, false), 52 DDRCTL_REG_REG(mrctrl1, false), 53 DDRCTL_REG_REG(mrctrl2, false), 54 DDRCTL_REG_REG(derateen, true), 55 DDRCTL_REG_REG(derateint, false), 56 DDRCTL_REG_REG(deratectl, false), 57 DDRCTL_REG_REG(pwrctl, false), 58 DDRCTL_REG_REG(pwrtmg, true), [all …]
|
| H A D | stm32mp1_ddr.c | 58 #define DDRCTL_REG_REG(x) DDRCTL_REG(x, stm32mp1_ddrctrl_reg) macro 60 DDRCTL_REG_REG(mstr), 61 DDRCTL_REG_REG(mrctrl0), 62 DDRCTL_REG_REG(mrctrl1), 63 DDRCTL_REG_REG(derateen), 64 DDRCTL_REG_REG(derateint), 65 DDRCTL_REG_REG(pwrctl), 66 DDRCTL_REG_REG(pwrtmg), 67 DDRCTL_REG_REG(hwlpctl), 68 DDRCTL_REG_REG(rfshctl0), [all …]
|