Searched refs:pca9698_set_value (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | pca9698.c | 85 res = pca9698_set_value(addr, gpio, value); in pca9698_direction_output() 115 int pca9698_set_value(u8 addr, unsigned gpio, int value) in pca9698_set_value() function
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pca9698.h | 16 int pca9698_set_value(u8 addr, unsigned gpio, int value);
|
| /OK3568_Linux_fs/u-boot/board/gdsys/p1022/ |
| H A D | controlcenterd-id.c | 1162 pca9698_set_value(0x22, 0, !(f & 1)); 1163 pca9698_set_value(0x22, 4, (s & 1));
|
| /OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/ |
| H A D | strider.c | 336 pca9698_set_value(0x20, 26, state ? 0 : 1); in mpc8308_set_fpga_reset()
|
| H A D | hrcon.c | 281 pca9698_set_value(0x20, 4, state ? 0 : 1); in mpc8308_set_fpga_reset()
|