Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H 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
/OK3568_Linux_fs/u-boot/include/
H A Dpca9698.h16 int pca9698_set_value(u8 addr, unsigned gpio, int value);
/OK3568_Linux_fs/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c1162 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 Dstrider.c336 pca9698_set_value(0x20, 26, state ? 0 : 1); in mpc8308_set_fpga_reset()
H A Dhrcon.c281 pca9698_set_value(0x20, 4, state ? 0 : 1); in mpc8308_set_fpga_reset()