Searched refs:pca953x_set_dir (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | pca953x.c | 127 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 D | snapper9260.c | 46 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 D | pca953x.h | 24 int pca953x_set_dir(u8 chip, uint mask, uint data);
|
| /OK3568_Linux_fs/u-boot/board/bachmann/ot1200/ |
| H A D | ot1200.c | 269 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 D | strider.c | 174 pca953x_set_dir(mclink_controllers[k], MCFPGA_RESET_N, 0); in last_stage_init()
|
| H A D | hrcon.c | 157 pca953x_set_dir(mclink_controllers[k], MCFPGA_RESET_N, 0); in last_stage_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6sabreauto/ |
| H A D | mx6sabreauto.c | 183 ret = pca953x_set_dir(PORTEXP_IO_TO_CHIP(gpio), in port_exp_direction_output()
|