Searched refs:ndwords (Results 1 – 3 of 3) sorted by relevance
336 void adreno_wait_ring(struct msm_gpu *gpu, uint32_t ndwords) in adreno_wait_ring() argument338 if (spin_until(ring_freewords(gpu) >= ndwords)) in adreno_wait_ring()
250 void adreno_wait_ring(struct msm_gpu *gpu, uint32_t ndwords);
1754 int nbytes, ndwords, pad, tmp; in intelfbhw_do_drawglyph() local1777 ndwords = ROUND_UP_TO(nbytes, 4) / 4; in intelfbhw_do_drawglyph()1783 pad = !(ndwords % 2); in intelfbhw_do_drawglyph()1785 tmp = (XY_MONO_SRC_IMM_BLT_CMD & DW_LENGTH_MASK) + ndwords; in intelfbhw_do_drawglyph()1807 START_RING(8 + ndwords); in intelfbhw_do_drawglyph()1817 while (ndwords--) { in intelfbhw_do_drawglyph()