Searched refs:t1023rdb_ctrl (Results 1 - 2 of 2) sorted by relevance

/u-boot/board/freescale/t102xrdb/
H A Dt102xrdb.h12 static u32 t1023rdb_ctrl(u32 ctrl_type);
H A Dt102xrdb.c71 printf("Rev%c, ", t1023rdb_ctrl(GPIO3_GET_VERSION) + 'B');
94 printf("NOR vBank%d\n", t1023rdb_ctrl(I2C_GET_BANK));
214 if (t1023rdb_ctrl(GPIO3_GET_VERSION) > 0)
254 static u32 t1023rdb_ctrl(u32 ctrl_type) function
380 t1023rdb_ctrl(I2C_SET_BANK0);
382 t1023rdb_ctrl(I2C_SET_BANK4);
384 t1023rdb_ctrl(GPIO1_SD_SEL);
386 t1023rdb_ctrl(GPIO1_EMMC_SEL);

Completed in 47 milliseconds