Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dm5235.h275 #define GPIO_PODR_BS(x) ((x)&0x0F) macro
281 #define GPIO_PODR_FECI2C(x) GPIO_PODR_BS(x)
293 #define GPIO_PDDR_BS(x) GPIO_PODR_BS(x)
311 #define GPIO_PPDSDR_BS(x) GPIO_PODR_BS(x)
329 #define GPIO_PCLRR_BS(x) GPIO_PODR_BS(x)