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

  /external/u-boot/include/
ioports.h 43 } iop_conf_t; typedef in typeref:struct:__anon47762
52 extern const iop_conf_t iop_conf_tab[4][32];
  /external/u-boot/board/freescale/mpc8541cds/
mpc8541cds.c 36 const iop_conf_t iop_conf_tab[4][32] = {
  /external/u-boot/board/freescale/mpc8555cds/
mpc8555cds.c 34 const iop_conf_t iop_conf_tab[4][32] = {
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
cpu_init.c 163 iop_conf_t *iopc = (iop_conf_t *) & iop_conf_tab[portnum][0];
164 iop_conf_t *eiopc = iopc + 32;

Completed in 536 milliseconds