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

  /external/u-boot/board/xes/xpedite517x/
xpedite517x.c 50 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR0, 0xff, 0);
51 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR1, 0xff, 0);
52 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR2, 0xff, 0);
53 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR3, 0xff, 0);
  /external/u-boot/board/xes/xpedite537x/
xpedite537x.c 45 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR0, 0xff, 0);
46 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR1, 0xff, 0);
47 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR2, 0xff, 0);
48 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR3, 0xff, 0);
  /external/u-boot/board/xes/xpedite550x/
xpedite550x.c 45 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR0, 0xff, 0);
46 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR1, 0xff, 0);
47 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR2, 0xff, 0);
48 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR3, 0xff, 0);
  /external/u-boot/board/xes/xpedite520x/
xpedite520x.c 47 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR0, 0xff, 0);
48 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR1, 0xff, 0);
  /external/u-boot/include/
pca953x.h 22 int pca953x_set_pol(u8 chip, uint mask, uint data);
  /external/u-boot/drivers/gpio/
pca953x.c 117 int pca953x_set_pol(uint8_t chip, uint mask, uint data) function
265 ret = pca953x_set_pol(chip, (1 << ul_arg2),

Completed in 573 milliseconds