Searched refs:QE_IOP_TAB_END (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/include/ |
D | ioports.h | 62 #define QE_IOP_TAB_END (-1) macro
|
/external/u-boot/board/freescale/mpc832xemds/ |
D | mpc832xemds.c | 69 {0, 0, 0, 0, QE_IOP_TAB_END}, /* END of table */
|
/external/u-boot/board/freescale/p1_twr/ |
D | p1_twr.c | 110 {0, 0, 0, 0, QE_IOP_TAB_END} /* END of table */
|
/external/u-boot/board/freescale/mpc8323erdb/ |
D | mpc8323erdb.c | 68 {0, 0, 0, 0, QE_IOP_TAB_END}, /* END of table */
|
/external/u-boot/board/freescale/mpc8568mds/ |
D | mpc8568mds.c | 83 {0, 0, 0, 0, QE_IOP_TAB_END}, /* END of table */
|
/external/u-boot/board/keymile/km83xx/ |
D | km83xx.c | 95 {0, 0, 0, 0, QE_IOP_TAB_END},
|
/external/u-boot/board/freescale/mpc8569mds/ |
D | mpc8569mds.c | 166 {0, 0, 0, 0, QE_IOP_TAB_END} /* END of table */
|
/external/u-boot/board/freescale/p1_p2_rdb_pc/ |
D | p1_p2_rdb_pc.c | 103 {0, 0, 0, 0, QE_IOP_TAB_END} /* END of table */
|
/external/u-boot/arch/powerpc/cpu/mpc83xx/ |
D | cpu_init.c | 30 for (i = 0; qe_iop_conf_tab[i].assign != QE_IOP_TAB_END; i++) { in config_qe_ioports()
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | cpu_init.c | 140 for (i = 0; qe_iop_conf_tab[i].assign != QE_IOP_TAB_END; i++) { in config_qe_ioports()
|