Searched refs:gtt_poll (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/video/
H A Divybridge_igd.c263 static int gtt_poll(void *bar, u32 reg, u32 mask, u32 value) function
288 gtt_poll(gtt_bar, 0x130090, (1 << 0), (1 << 0));
292 gtt_poll(gtt_bar, 0x130040, (1 << 0), (1 << 0));
375 gtt_poll(gtt_bar, 0x941c, (1 << 1), (0 << 1));
391 if (gtt_poll(gtt_bar, 0x138124, (1 << 31), (0 << 31))) {
395 if (gtt_poll(gtt_bar, 0x138124, (1 << 31), (0 << 31)))
397 gtt_poll(gtt_bar, 0x138124, (1 << 31), (0 << 31));
475 gtt_poll(gtt_bar, 0x130090, (1 << 0), (0 << 0));
478 if (gtt_poll(gtt_bar, 0x130040, (1 << 0), (0 << 0))) {
H A Dbroadwell_igd.c341 static int gtt_poll(struct broadwell_igd_priv *priv, u32 reg, u32 mask, function
488 if (gtt_poll(priv, 0x138124, 1 << 31, 0 << 31))

Completed in 98 milliseconds