Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/bluewater/snapper9260/
H A Dsnapper9260.c47 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 Dpca953x.c109 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 Dpca953x.h22 int pca953x_set_val(u8 chip, uint mask, uint data);
/OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/
H A Dstrider.c175 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 Dhrcon.c158 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 Dot1200.c270 pca953x_set_val(CONFIG_SYS_I2C_PCA953X_ADDR, 0xffff, 0x0); in leds_on()
/OK3568_Linux_fs/u-boot/board/freescale/mx6sabreauto/
H A Dmx6sabreauto.c190 ret = pca953x_set_val(PORTEXP_IO_TO_CHIP(gpio), in port_exp_direction_output()