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