Searched refs:pca953x_set_pol (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/board/xes/xpedite537x/ |
H A D | xpedite537x.c | 45 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR0, 0xff, 0); in board_early_init_r() 46 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR1, 0xff, 0); in board_early_init_r() 47 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR2, 0xff, 0); in board_early_init_r() 48 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR3, 0xff, 0); in board_early_init_r()
|
/openbmc/u-boot/board/xes/xpedite550x/ |
H A D | xpedite550x.c | 45 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR0, 0xff, 0); in board_early_init_r() 46 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR1, 0xff, 0); in board_early_init_r() 47 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR2, 0xff, 0); in board_early_init_r() 48 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR3, 0xff, 0); in board_early_init_r()
|
/openbmc/u-boot/board/xes/xpedite517x/ |
H A D | xpedite517x.c | 50 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR0, 0xff, 0); in board_early_init_r() 51 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR1, 0xff, 0); in board_early_init_r() 52 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR2, 0xff, 0); in board_early_init_r() 53 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR3, 0xff, 0); in board_early_init_r()
|
/openbmc/u-boot/board/xes/xpedite520x/ |
H A D | xpedite520x.c | 47 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR0, 0xff, 0); in board_early_init_r() 48 pca953x_set_pol(CONFIG_SYS_I2C_PCA953X_ADDR1, 0xff, 0); in board_early_init_r()
|
/openbmc/u-boot/include/ |
H A D | pca953x.h | 22 int pca953x_set_pol(u8 chip, uint mask, uint data);
|
/openbmc/u-boot/drivers/gpio/ |
H A D | pca953x.c | 117 int pca953x_set_pol(uint8_t chip, uint mask, uint data) in pca953x_set_pol() function 265 ret = pca953x_set_pol(chip, (1 << ul_arg2), in do_pca953x()
|