Searched refs:ST7701_WRITE (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/panel/ |
H A D | panel-sitronix-st7701.c | 164 #define ST7701_WRITE(st7701, cmd, seq...) \ macro 204 ST7701_WRITE(st7701, ST7701_CMD2BKX_SEL, 0x77, 0x01, 0x00, 0x00, val); in st7701_switch_cmd_bkx() 214 ST7701_WRITE(st7701, MIPI_DCS_SOFT_RESET, 0x00); in st7701_init_sequence() 219 ST7701_WRITE(st7701, MIPI_DCS_EXIT_SLEEP_MODE, 0x00); in st7701_init_sequence() 241 ST7701_WRITE(st7701, ST7701_CMD2_BK0_LNESET, in st7701_init_sequence() 245 ST7701_WRITE(st7701, ST7701_CMD2_BK0_PORCTRL, in st7701_init_sequence() 256 ST7701_WRITE(st7701, ST7701_CMD2_BK0_INVSEL, in st7701_init_sequence() 266 ST7701_WRITE(st7701, ST7701_CMD2_BK1_VRHS, in st7701_init_sequence() 271 ST7701_WRITE(st7701, ST7701_CMD2_BK1_VCOM, in st7701_init_sequence() 276 ST7701_WRITE(st7701, ST7701_CMD2_BK1_VGHSS, in st7701_init_sequence() [all …]
|