Home
last modified time | relevance | path

Searched refs:PCA953X_POL (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dpca953x.h11 #define PCA953X_POL 0x02 macro
/openbmc/u-boot/drivers/gpio/
H A Dpca953x.c119 return pca953x_reg_write(chip, PCA953X_POL, mask, data); in pca953x_set_pol()
171 if (pca953x_reg_read(chip, PCA953X_POL, &data) < 0) in pca953x_info()