Searched refs:disp_status (Results 1 – 2 of 2) sorted by relevance
460 u32 disp_status; in panel_enabled() local463 mipid_read(md, MIPID_CMD_READ_DISP_STATUS, (u8 *)&disp_status, 4); in panel_enabled()464 disp_status = __be32_to_cpu(disp_status); in panel_enabled()465 enabled = (disp_status & (1 << 17)) && (disp_status & (1 << 10)); in panel_enabled()468 enabled ? "" : "not ", disp_status); in panel_enabled()
200 u32 disp_status; in panel_enabled() local203 acx565akm_read(md, MIPID_CMD_READ_DISP_STATUS, (u8 *)&disp_status, 4); in panel_enabled()204 disp_status = __be32_to_cpu(disp_status); in panel_enabled()205 enabled = (disp_status & (1 << 17)) && (disp_status & (1 << 10)); in panel_enabled()208 enabled ? "" : "not ", disp_status); in panel_enabled()