Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/
H A Dstrider.c110 bool hw_type_cat = pca9698_get_value(0x20, 18); in checkboard()
135 bool hw_type_cat = pca9698_get_value(0x20, 18); in last_stage_init()
137 bool is_dh = pca9698_get_value(0x20, 25); in last_stage_init()
148 ch0_sgmii2_present = !pca9698_get_value(0x20, 37); in last_stage_init()
352 return pca9698_get_value(0x20, 20); in mpc8308_get_fpga_done()
H A Dhrcon.c107 bool hw_type_cat = pca9698_get_value(0x20, 20); in checkboard()
130 bool hw_type_cat = pca9698_get_value(0x20, 20); in last_stage_init()
139 ch0_rgmii2_present = !pca9698_get_value(0x20, 30); in last_stage_init()
297 return pca9698_get_value(0x20, 19); in mpc8308_get_fpga_done()
/OK3568_Linux_fs/u-boot/include/
H A Dpca9698.h15 int pca9698_get_value(u8 addr, unsigned gpio);
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dpca9698.c98 int pca9698_get_value(u8 addr, unsigned gpio) in pca9698_get_value() function
/OK3568_Linux_fs/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd.c263 while (!pca9698_get_value(0x22, 11) && (k++ < 30)) in board_early_init_r()