Home
last modified time | relevance | path

Searched defs:GPIO_NUM (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/ddr/marvell/a38x/
Dmv_ddr_sys_env_lib.h23 #define MPP_REG_NUM(GPIO_NUM) (GPIO_NUM / 8) argument
24 #define MPP_MASK(GPIO_NUM) (0xf << 4 * (GPIO_NUM - \ argument
26 #define GPP_REG_NUM(GPIO_NUM) (GPIO_NUM / 32) argument
27 #define GPP_MASK(GPIO_NUM) (1 << GPIO_NUM % 32) argument
/external/u-boot/arch/arm/mach-mvebu/serdes/a38x/
Dsys_env_lib.h250 #define MPP_REG_NUM(GPIO_NUM) (GPIO_NUM / 8) argument
251 #define MPP_MASK(GPIO_NUM) (0xf << 4 * (GPIO_NUM - \ argument
253 #define GPP_REG_NUM(GPIO_NUM) (GPIO_NUM / 32) argument
254 #define GPP_MASK(GPIO_NUM) (1 << GPIO_NUM % 32) argument
/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dgpio.h84 #define GPIO_NUM(pin) ((pin) & 0x1f) macro