Home
last modified time | relevance | path

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

/linux/drivers/leds/
H A Dleds-pca963x.c42 #define PCA963X_MODE1_SLEEP 0x04 /* Normal mode or Low Power mode, oscillator off */ macro
385 reg = reg | BIT(PCA963X_MODE1_SLEEP); in pca963x_suspend()
397 reg = reg & ~BIT(PCA963X_MODE1_SLEEP); in pca963x_resume()