Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5235.h272 #define GPIO_PODR_ADDR(x) (((x)&0x07)<<5) macro
290 #define GPIO_PDDR_ADDR(x) GPIO_PODR_ADDR(x)
308 #define GPIO_PPDSDR_ADDR(x) GPIO_PODR_ADDR(x)
326 #define GPIO_PCLRR_ADDR(x) GPIO_PODR_ADDR(x)