Searched defs:pp_status (Results 1 - 4 of 4) sorted by last modified time

/drivers/gpu/drm/gma500/
H A Dcdv_intel_lvds.c203 u32 pp_status; local
212 pp_status = REG_READ(PP_STATUS);
213 } while ((pp_status & PP_ON) == 0);
223 pp_status = REG_READ(PP_STATUS);
224 } while (pp_status & PP_ON);
H A Doaktrail_lvds.c49 u32 pp_status; local
59 pp_status = REG_READ(PP_STATUS);
60 } while ((pp_status & (PP_ON | PP_READY)) == PP_READY);
70 pp_status = REG_READ(PP_STATUS);
71 } while (pp_status & PP_ON);
H A Dpsb_intel_lvds.c224 u32 pp_status; local
235 pp_status = REG_READ(PP_STATUS);
236 } while ((pp_status & PP_ON) == 0);
246 pp_status = REG_READ(PP_STATUS);
247 } while (pp_status & PP_ON);
308 u32 pp_status; local
335 pp_status = REG_READ(PP_STATUS);
336 } while ((pp_status & PP_ON) == 0);
341 pp_status = REG_READ(PP_STATUS);
342 } while (pp_status
[all...]
H A Dpsb_lid.c33 u32 pp_status; local
42 pp_status = REG_READ(PP_STATUS);
43 } while ((pp_status & PP_ON) == 0 &&
44 (pp_status & PP_SEQUENCE_MASK) != 0);
58 pp_status = REG_READ(PP_STATUS);
59 } while ((pp_status & PP_ON) == 0);

Completed in 74 milliseconds