Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dcpu_init.c427 clrbits_8(&gpio->podr_g, ~GPIO_PODR_G4_MASK); in fecpin_setclear()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5441x.h680 #define GPIO_PODR_G4_MASK (0xff & ~GPIO_PODR_G4_VAL) macro