HomeSort by relevance Sort by last modified time
    Searched refs:par_fec (Results 1 - 9 of 9) sorted by null

  /external/u-boot/arch/m68k/cpu/mcf532x/
cpu_init.c 177 setbits_8(&gpio->par_fec,
182 setbits_8(&gpio->par_fec,
189 clrbits_8(&gpio->par_fec,
193 clrbits_8(&gpio->par_fec,
336 setbits_8(&gpio->par_fec,
341 clrbits_8(&gpio->par_fec,
  /external/u-boot/arch/m68k/cpu/mcf5445x/
cpu_init.c 387 setbits_8(&gpio->par_fec, GPIO_PAR_FEC_FEC0_RMII_GPIO);
389 setbits_8(&gpio->par_fec, GPIO_PAR_FEC_FEC1_RMII_ATA);
396 setbits_8(&gpio->par_fec, GPIO_PAR_FEC_FEC0_MII);
398 clrbits_8(&gpio->par_fec, ~GPIO_PAR_FEC_FEC0_UNMASK);
402 setbits_8(&gpio->par_fec, GPIO_PAR_FEC_FEC1_MII);
404 clrbits_8(&gpio->par_fec, ~GPIO_PAR_FEC_FEC1_UNMASK);
412 out_8(&gpio->par_fec, 0x03);
421 clrbits_8(&gpio->par_fec, ~GPIO_PAR_FEC_FEC_MASK);
  /external/u-boot/board/freescale/m54455evb/
m54455evb.c 98 tmp = (in_8(&gpio->par_fec) & GPIO_PAR_FEC_FEC1_UNMASK) | 0x10;
99 setbits_8(&gpio->par_fec, tmp);
  /external/u-boot/arch/m68k/include/asm/
immap_520x.h 149 u8 par_fec; /* 0x38 */ member in struct:gpio_ctrl
immap_5329.h 272 u8 par_fec; /* 0x50 */ member in struct:gpio_ctrl
287 u8 par_fec; /* 0x5D */ member in struct:gpio_ctrl
immap_5301x.h 244 u8 par_fec; /* 0x56 */ member in struct:gpio_ctrl
immap_5441x.h 213 u8 par_fec; /* 0x5E */ member in struct:gpio
immap_5445x.h 193 u8 par_fec; /* FEC Pin Assignment Register */ member in struct:gpio
  /external/u-boot/arch/m68k/cpu/mcf52x2/
cpu_init.c 165 setbits_8(&gpio->par_fec,
170 clrbits_8(&gpio->par_fec,

Completed in 397 milliseconds