Home
last modified time | relevance | path

Searched refs:setup_i2c (Results 1 – 21 of 21) sorted by relevance

/u-boot/board/wandboard/
A Dwandboard.c468 setup_i2c(1, I2C1_SPEED_NON_DM, 0x7f, &mx6dl_i2c2_pad_info); in board_init()
470 setup_i2c(1, I2C1_SPEED_NON_DM, 0x7f, &mx6q_i2c2_pad_info); in board_init()
471 setup_i2c(2, I2C2_SPEED_NON_DM, 0x7f, &mx6q_i2c3_pad_info); in board_init()
473 setup_i2c(1, I2C1_SPEED_NON_DM, 0x7f, &mx6dl_i2c2_pad_info); in board_init()
474 setup_i2c(2, I2C2_SPEED_NON_DM, 0x7f, &mx6dl_i2c3_pad_info); in board_init()
/u-boot/board/somlabs/visionsom-6ull/
A Dvisionsom-6ull.c108 setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1); in board_init()
/u-boot/board/embest/mx6boards/
A Dmx6boards.c405 setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1); in board_init()
407 setup_i2c(1, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info2); in board_init()
409 setup_i2c(2, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info3); in board_init()
/u-boot/board/phytec/phycore_imx8mp/
A Dspl.c110 setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1); in board_init_f()
/u-boot/board/purism/librem5/
A Dspl.c358 setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1); in power_init_board()
580 setup_i2c(1, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info2); in board_init_f()
581 setup_i2c(2, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info3); in board_init_f()
582 setup_i2c(3, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info4); in board_init_f()
/u-boot/board/freescale/imx8mp_evk/
A Dspl.c138 setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1); in board_init_f()
/u-boot/board/kosagi/novena/
A Dnovena_spl.c254 setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info0); in novena_spl_setup_iomux_i2c()
255 setup_i2c(1, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1); in novena_spl_setup_iomux_i2c()
256 setup_i2c(2, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info2); in novena_spl_setup_iomux_i2c()
/u-boot/board/compulab/imx8mm-cl-iot-gate/
A Dspl.c152 setup_i2c(1, 100000, 0x7f, &i2c_pad_info1); in board_init_f()
/u-boot/board/engicam/imx8mp/
A Dspl.c143 setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1); in board_init_f()
/u-boot/arch/arm/include/asm/mach-imx/
A Dmxc_i2c.h99 int setup_i2c(unsigned i2c_index, int speed, int slave_addr,
/u-boot/board/toradex/verdin-imx8mp/
A Dspl.c164 setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1); in board_init_f()
/u-boot/arch/arm/mach-imx/
A Di2c-mxv7.c82 int setup_i2c(unsigned i2c_index, int speed, int slave_addr, in setup_i2c() function
/u-boot/board/tq/tqma6/
A Dtqma6.c200 ret = setup_i2c(2, CONFIG_SYS_I2C_SPEED, 0x7f, &tqma6_i2c3_pads); in tqma6_setup_i2c()
/u-boot/board/mntre/imx8mq_reform2/
A Dspl.c252 setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1); in board_init_f()
/u-boot/board/compulab/cl-som-imx7/
A Dcl-som-imx7.c62 setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &cl_som_imx7_i2c_pad_info2); in cl_som_imx7_setup_i2c()
/u-boot/board/freescale/imx8mq_evk/
A Dspl.c247 setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1); in board_init_f()
/u-boot/board/kontron/pitx_imx8m/
A Dspl.c289 setup_i2c(0, 100000, 0x7f, &i2c_pad_info1); in board_init_f()
/u-boot/board/softing/vining_2000/
A Dvining_2000.c403 setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1); in board_init()
/u-boot/board/compulab/cm_fx6/
A Dcm_fx6.c260 ret = setup_i2c(busnum, CONFIG_SYS_I2C_SPEED, 0x7f, pads); in cm_fx6_setup_one_i2c()
/u-boot/board/gateworks/gw_ventana/
A Dgw_ventana_spl.c770 setup_i2c(i2c, CONFIG_SYS_I2C_SPEED, 0x7f, p); in setup_ventana_i2c()
/u-boot/board/boundary/nitrogen6x/
A Dnitrogen6x.c858 setup_i2c(i, CONFIG_SYS_I2C_SPEED, 0x7f, p); in board_init()

Completed in 57 milliseconds