Home
last modified time | relevance | path

Searched refs:pca953x_set_pol (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/board/xes/xpedite537x/
H A Dxpedite537x.c45 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 Dxpedite550x.c45 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 Dxpedite517x.c50 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 Dxpedite520x.c47 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 Dpca953x.h22 int pca953x_set_pol(u8 chip, uint mask, uint data);
/openbmc/u-boot/drivers/gpio/
H A Dpca953x.c117 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()