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

  /external/u-boot/board/freescale/t102xrdb/
t102xrdb.h 12 static u32 t1023rdb_ctrl(u32 ctrl_type);
t102xrdb.c 57 printf("Rev%c, ", t1023rdb_ctrl(GPIO3_GET_VERSION) + 'B');
80 printf("NOR vBank%d\n", t1023rdb_ctrl(I2C_GET_BANK));
206 if (t1023rdb_ctrl(GPIO3_GET_VERSION) > 0)
246 static u32 t1023rdb_ctrl(u32 ctrl_type) function
310 t1023rdb_ctrl(I2C_SET_BANK0);
312 t1023rdb_ctrl(I2C_SET_BANK4);
314 t1023rdb_ctrl(GPIO1_SD_SEL);
316 t1023rdb_ctrl(GPIO1_EMMC_SEL);

Completed in 91 milliseconds