Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/m54455evb/
H A Dm54455evb.c98 tmp = (in_8(&gpio->par_fec) & GPIO_PAR_FEC_FEC1_UNMASK) | 0x10; in ide_preinit()
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dcpu_init.c413 clrbits_8(&gpio->par_fec, ~GPIO_PAR_FEC_FEC1_UNMASK); in fecpin_setclear()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5445x.h272 #define GPIO_PAR_FEC_FEC1_UNMASK (0x8F) macro