Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5235.h274 #define GPIO_PODR_BS(x) ((x)&0x0F) macro
280 #define GPIO_PODR_FECI2C(x) GPIO_PODR_BS(x)
292 #define GPIO_PDDR_BS(x) GPIO_PODR_BS(x)
310 #define GPIO_PPDSDR_BS(x) GPIO_PODR_BS(x)
328 #define GPIO_PCLRR_BS(x) GPIO_PODR_BS(x)