Home
last modified time | relevance | path

Searched refs:pca9698_set_value (Results 1 – 5 of 5) sorted by relevance

/u-boot/include/
A Dpca9698.h15 int pca9698_set_value(u8 addr, unsigned gpio, int value);
/u-boot/drivers/gpio/
A Dpca9698.c85 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
/u-boot/board/gdsys/mpc8308/
A Dhrcon.c285 pca9698_set_value(0x20, 4, state ? 0 : 1); in mpc8308_set_fpga_reset()
A Dstrider.c340 pca9698_set_value(0x20, 26, state ? 0 : 1); in mpc8308_set_fpga_reset()
/u-boot/board/gdsys/p1022/
A Dcontrolcenterd-id.c1197 pca9698_set_value(0x22, 0, !(f & 1));
1198 pca9698_set_value(0x22, 4, (s & 1));

Completed in 8 milliseconds