Home
last modified time | relevance | path

Searched refs:pca953x_set_dir (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/board/bluewater/snapper9260/
H A Dsnapper9260.c45 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 Dpca953x.c126 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 Dpca953x.h23 int pca953x_set_dir(u8 chip, uint mask, uint data);
/openbmc/u-boot/board/bachmann/ot1200/
H A Dot1200.c268 pca953x_set_dir(CONFIG_SYS_I2C_PCA953X_ADDR, 0xffff, PCA953X_DIR_OUT); in leds_on()
/openbmc/u-boot/board/gdsys/mpc8308/
H A Dhrcon.c154 pca953x_set_dir(mclink_controllers[k], MCFPGA_RESET_N, 0); in last_stage_init()
H A Dstrider.c171 pca953x_set_dir(mclink_controllers[k], MCFPGA_RESET_N, 0); in last_stage_init()