Searched refs:pca9698_set_value (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/gpio/ |
D | pca9698.c | 84 res = pca9698_set_value(addr, gpio, value); in pca9698_direction_output() 114 int pca9698_set_value(u8 addr, unsigned gpio, int value) in pca9698_set_value() function
|
/external/u-boot/include/ |
D | pca9698.h | 15 int pca9698_set_value(u8 addr, unsigned gpio, int value);
|
/external/u-boot/board/gdsys/p1022/ |
D | controlcenterd-id.c | 1161 pca9698_set_value(0x22, 0, !(f & 1)); 1162 pca9698_set_value(0x22, 4, (s & 1));
|
/external/u-boot/board/gdsys/mpc8308/ |
D | strider.c | 333 pca9698_set_value(0x20, 26, state ? 0 : 1); in mpc8308_set_fpga_reset()
|
D | hrcon.c | 278 pca9698_set_value(0x20, 4, state ? 0 : 1); in mpc8308_set_fpga_reset()
|