Home
last modified time | relevance | path

Searched refs:pca953x_get_val (Results 1 – 9 of 9) sorted by relevance

/u-boot/board/xes/common/
A Dfsl_8xxx_misc.c16 if (pca953x_get_val(CONFIG_SYS_I2C_PCA953X_ADDR0) & in board_flash_wp_on()
/u-boot/include/
A Dpca953x.h24 int pca953x_get_val(u8 chip);
/u-boot/board/xes/xpedite520x/
A Dxpedite520x.c32 flash_sel = !((pca953x_get_val(CONFIG_SYS_I2C_PCA953X_ADDR0) & in flash_cs_fixup()
/u-boot/board/xes/xpedite537x/
A Dxpedite537x.c30 flash_sel = !((pca953x_get_val(CONFIG_SYS_I2C_PCA953X_ADDR0) & in flash_cs_fixup()
/u-boot/board/xes/xpedite550x/
A Dxpedite550x.c30 flash_sel = !((pca953x_get_val(CONFIG_SYS_I2C_PCA953X_ADDR0) & in flash_cs_fixup()
/u-boot/board/xes/xpedite517x/
A Dxpedite517x.c36 flash_sel = !((pca953x_get_val(CONFIG_SYS_I2C_PCA953X_ADDR0) & in flash_cs_fixup()
/u-boot/drivers/gpio/
A Dpca953x.c135 int pca953x_get_val(uint8_t chip) in pca953x_get_val() function
247 val = (pca953x_get_val(chip) & (1 << ul_arg2)) != 0; in do_pca953x()
/u-boot/board/gdsys/mpc8308/
A Dhrcon.c149 while (!(pca953x_get_val(mclink_controllers[k]) in last_stage_init()
A Dstrider.c167 while (!(pca953x_get_val(mclink_controllers[k]) in last_stage_init()

Completed in 10 milliseconds