Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/backlight/
H A Dvgg2432a4.c29 .value = ILI9320_POWER1_AP(0) | ILI9320_POWER1_BT(0),
46 .value = (ILI9320_POWER1_AP(3) | ILI9320_POWER1_APE |
/openbmc/linux/include/video/
H A Dili9320.h129 #define ILI9320_POWER1_AP(x) ((x) << 4) macro