Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/omap/
H A Dlcd_mipid.c449 u32 disp_status; in panel_enabled() local
452 mipid_read(md, MIPID_CMD_READ_DISP_STATUS, (u8 *)&disp_status, 4); in panel_enabled()
453 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
454 enabled = (disp_status & (1 << 17)) && (disp_status & (1 << 10)); in panel_enabled()
457 enabled ? "" : "not ", disp_status); in panel_enabled()
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-sony-acx565akm.c213 u32 disp_status; in panel_enabled() local
217 (u8 *)&disp_status, 4); in panel_enabled()
218 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
219 enabled = (disp_status & (1 << 17)) && (disp_status & (1 << 10)); in panel_enabled()
222 enabled ? "" : "not ", disp_status); in panel_enabled()