Searched refs:pca953x_set_val (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/
H A Dpca953x.h21 int pca953x_set_val(u8 chip, uint mask, uint data);
/u-boot/drivers/gpio/
H A Dpca953x.c109 int pca953x_set_val(uint8_t chip, uint mask, uint data) function
260 ret = pca953x_set_val(chip, (1 << ul_arg2),
/u-boot/arch/mips/mach-octeon/
H A Docteon_fdt.c851 return pca953x_set_val(bus, addr, 1 << pin, val << pin);

Completed in 83 milliseconds