Home
last modified time | relevance | path

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

/external/u-boot/drivers/ddr/marvell/a38x/
Dmv_ddr_sys_env_lib.c68 reg = reg_read(MPP_CONTROL_REG(MPP_REG_NUM(gpio))); in mv_ddr_sys_env_suspend_wakeup_check()
71 reg_write(MPP_CONTROL_REG(MPP_REG_NUM(gpio)), reg); in mv_ddr_sys_env_suspend_wakeup_check()
Dmv_ddr_sys_env_lib.h23 #define MPP_REG_NUM(GPIO_NUM) (GPIO_NUM / 8) macro
25 (MPP_REG_NUM(GPIO_NUM) * 8)));
/external/u-boot/arch/arm/mach-mvebu/serdes/a38x/
Dsys_env_lib.c121 reg = reg_read(MPP_CONTROL_REG(MPP_REG_NUM(gpio))); in sys_env_suspend_wakeup_check()
124 reg_write(MPP_CONTROL_REG(MPP_REG_NUM(gpio)), reg); in sys_env_suspend_wakeup_check()
Dsys_env_lib.h245 #define MPP_REG_NUM(GPIO_NUM) (GPIO_NUM / 8) macro
247 (MPP_REG_NUM(GPIO_NUM) * 8)));