Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dpca953x.c127 int pca953x_set_dir(uint8_t chip, uint mask, uint data) in pca953x_set_dir() function
244 ret = pca953x_set_dir(chip, (1 << ul_arg2), in do_pca953x()
256 ret = pca953x_set_dir(chip, (1 << ul_arg2), in do_pca953x()
/OK3568_Linux_fs/u-boot/board/bluewater/snapper9260/
H A Dsnapper9260.c46 pca953x_set_dir(0x28, IO_EXP_ETH_POWER, PCA953X_DIR_OUT); in macb_hw_init()
50 pca953x_set_dir(0x28, IO_EXP_ETH_RESET, PCA953X_DIR_OUT); in macb_hw_init()
/OK3568_Linux_fs/u-boot/include/
H A Dpca953x.h24 int pca953x_set_dir(u8 chip, uint mask, uint data);
/OK3568_Linux_fs/u-boot/board/bachmann/ot1200/
H A Dot1200.c269 pca953x_set_dir(CONFIG_SYS_I2C_PCA953X_ADDR, 0xffff, PCA953X_DIR_OUT); in leds_on()
/OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/
H A Dstrider.c174 pca953x_set_dir(mclink_controllers[k], MCFPGA_RESET_N, 0); in last_stage_init()
H A Dhrcon.c157 pca953x_set_dir(mclink_controllers[k], MCFPGA_RESET_N, 0); in last_stage_init()
/OK3568_Linux_fs/u-boot/board/freescale/mx6sabreauto/
H A Dmx6sabreauto.c183 ret = pca953x_set_dir(PORTEXP_IO_TO_CHIP(gpio), in port_exp_direction_output()