Searched refs:pca9698_get_value (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/board/gdsys/mpc8308/ |
H A D | strider.c | 107 bool hw_type_cat = pca9698_get_value(0x20, 18); in checkboard() 132 bool hw_type_cat = pca9698_get_value(0x20, 18); in last_stage_init() 134 bool is_dh = pca9698_get_value(0x20, 25); in last_stage_init() 145 ch0_sgmii2_present = !pca9698_get_value(0x20, 37); in last_stage_init() 349 return pca9698_get_value(0x20, 20); in mpc8308_get_fpga_done()
|
H A D | hrcon.c | 104 bool hw_type_cat = pca9698_get_value(0x20, 20); in checkboard() 127 bool hw_type_cat = pca9698_get_value(0x20, 20); in last_stage_init() 136 ch0_rgmii2_present = !pca9698_get_value(0x20, 30); in last_stage_init() 294 return pca9698_get_value(0x20, 19); in mpc8308_get_fpga_done()
|
/openbmc/u-boot/include/ |
H A D | pca9698.h | 14 int pca9698_get_value(u8 addr, unsigned gpio);
|
/openbmc/u-boot/drivers/gpio/ |
H A D | pca9698.c | 97 int pca9698_get_value(u8 addr, unsigned gpio) in pca9698_get_value() function
|
/openbmc/u-boot/board/gdsys/p1022/ |
H A D | controlcenterd.c | 261 while (!pca9698_get_value(0x22, 11) && (k++ < 30)) in board_early_init_r()
|