Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/t102xrdb/
H A Dt102xrdb.c57 printf("Rev%c, ", t1023rdb_ctrl(GPIO3_GET_VERSION) + 'B'); in checkboard()
80 printf("NOR vBank%d\n", t1023rdb_ctrl(I2C_GET_BANK)); in checkboard()
206 if (t1023rdb_ctrl(GPIO3_GET_VERSION) > 0) in ft_board_setup()
246 static u32 t1023rdb_ctrl(u32 ctrl_type) in t1023rdb_ctrl() function
310 t1023rdb_ctrl(I2C_SET_BANK0); in switch_cmd()
312 t1023rdb_ctrl(I2C_SET_BANK4); in switch_cmd()
314 t1023rdb_ctrl(GPIO1_SD_SEL); in switch_cmd()
316 t1023rdb_ctrl(GPIO1_EMMC_SEL); in switch_cmd()
H A Dt102xrdb.h12 static u32 t1023rdb_ctrl(u32 ctrl_type);