Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-tpo-td043mtea1.c23 #define TPO_R02_NCLK_RISING BIT(3) macro
149 td043mtea1_write(lcd, 2, TPO_R02_MODE(lcd->mode) | TPO_R02_NCLK_RISING); in td043mtea1_power_on()
233 val |= TPO_R02_NCLK_RISING; in mode_store()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-tpo-td043mtea1.c21 #define TPO_R02_NCLK_RISING BIT(3) macro
217 val |= TPO_R02_NCLK_RISING; in tpo_td043_mode_store()
301 TPO_R02_MODE(ddata->mode) | TPO_R02_NCLK_RISING); in tpo_td043_power_on()