Searched refs:pca953x_set_dir (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/board/bluewater/snapper9260/ |
H A D | snapper9260.c | 45 pca953x_set_dir(0x28, IO_EXP_ETH_POWER, PCA953X_DIR_OUT); in macb_hw_init() 49 pca953x_set_dir(0x28, IO_EXP_ETH_RESET, PCA953X_DIR_OUT); in macb_hw_init()
|
/openbmc/u-boot/drivers/gpio/ |
H A D | pca953x.c | 126 int pca953x_set_dir(uint8_t chip, uint mask, uint data) in pca953x_set_dir() function 243 ret = pca953x_set_dir(chip, (1 << ul_arg2), in do_pca953x() 255 ret = pca953x_set_dir(chip, (1 << ul_arg2), in do_pca953x()
|
/openbmc/u-boot/include/ |
H A D | pca953x.h | 23 int pca953x_set_dir(u8 chip, uint mask, uint data);
|
/openbmc/u-boot/board/bachmann/ot1200/ |
H A D | ot1200.c | 268 pca953x_set_dir(CONFIG_SYS_I2C_PCA953X_ADDR, 0xffff, PCA953X_DIR_OUT); in leds_on()
|
/openbmc/u-boot/board/gdsys/mpc8308/ |
H A D | hrcon.c | 154 pca953x_set_dir(mclink_controllers[k], MCFPGA_RESET_N, 0); in last_stage_init()
|
H A D | strider.c | 171 pca953x_set_dir(mclink_controllers[k], MCFPGA_RESET_N, 0); in last_stage_init()
|