Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/omap/
Dlcd_mipid.c461 u32 disp_status; in panel_enabled() local
464 mipid_read(md, MIPID_CMD_READ_DISP_STATUS, (u8 *)&disp_status, 4); in panel_enabled()
465 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
466 enabled = (disp_status & (1 << 17)) && (disp_status & (1 << 10)); in panel_enabled()
469 enabled ? "" : "not ", disp_status); in panel_enabled()
/linux-4.1.27/drivers/video/fbdev/omap2/displays-new/
Dpanel-sony-acx565akm.c225 u32 disp_status; in panel_enabled() local
229 (u8 *)&disp_status, 4); in panel_enabled()
230 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
231 enabled = (disp_status & (1 << 17)) && (disp_status & (1 << 10)); in panel_enabled()
234 enabled ? "" : "not ", disp_status); in panel_enabled()