Searched refs:GPIO_ICFG (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libplatsupport/src/plat/imx6/
H A Dgpio.c41 #define GPIO_ICFG(f, v) (((v) & 0x3) << ((f) * 2)) macro
42 #define GPIO_ICFG_MASK(f) GPIO_ICFG(f, 0x3)
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/imx6/
H A Dgpio.c41 #define GPIO_ICFG(f, v) (((v) & 0x3) << ((f) * 2)) macro
42 #define GPIO_ICFG_MASK(f) GPIO_ICFG(f, 0x3)

Completed in 27 milliseconds