Searched refs:pca953x_set_val (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/bluewater/snapper9260/ |
| H A D | snapper9260.c | 47 pca953x_set_val(0x28, IO_EXP_ETH_POWER, 1); in macb_hw_init() 51 pca953x_set_val(0x28, IO_EXP_ETH_RESET, 0); in macb_hw_init() 54 pca953x_set_val(0x28, IO_EXP_ETH_POWER, 0); in macb_hw_init() 59 pca953x_set_val(0x28, IO_EXP_ETH_RESET, 1); in macb_hw_init()
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | pca953x.c | 109 int pca953x_set_val(uint8_t chip, uint mask, uint data) in pca953x_set_val() function 259 ret = pca953x_set_val(chip, (1 << ul_arg2), in do_pca953x()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pca953x.h | 22 int pca953x_set_val(u8 chip, uint mask, uint data);
|
| /OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/ |
| H A D | strider.c | 175 pca953x_set_val(mclink_controllers[k], MCFPGA_RESET_N, 0); in last_stage_init() 177 pca953x_set_val(mclink_controllers[k], MCFPGA_RESET_N, in last_stage_init()
|
| H A D | hrcon.c | 158 pca953x_set_val(mclink_controllers[k], MCFPGA_RESET_N, 0); in last_stage_init() 160 pca953x_set_val(mclink_controllers[k], MCFPGA_RESET_N, in last_stage_init()
|
| /OK3568_Linux_fs/u-boot/board/bachmann/ot1200/ |
| H A D | ot1200.c | 270 pca953x_set_val(CONFIG_SYS_I2C_PCA953X_ADDR, 0xffff, 0x0); in leds_on()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6sabreauto/ |
| H A D | mx6sabreauto.c | 190 ret = pca953x_set_val(PORTEXP_IO_TO_CHIP(gpio), in port_exp_direction_output()
|