Searched refs:dma_w (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_dma.c75 if (iBuf->dma_w == 1) {
76 iBuf->dma_w = 2;
108 iBuf->dma_w - 1, iBuf->dma_y,
117 iBuf->dma_w - 1, iBuf->dma_y,
141 mdp_curr_dma2_update_width = iBuf->dma_w;
149 (iBuf->dma_h << 16 | iBuf->dma_w));
153 MDP_OUTP(MDP_BASE + 0x90004, (iBuf->dma_h << 16 | iBuf->dma_w));
181 pdata->set_rect(iBuf->dma_x, iBuf->dma_y, iBuf->dma_w,
387 (uint32) mddi_assign_pkt_height((uint16) iBuf->dma_w,
474 iBuf->dma_w
[all...]
H A Dmdp_dma_s.c85 MDP_OUTP(MDP_BASE + 0xa0004, (iBuf->dma_h << 16 | iBuf->dma_w));
105 pdata->set_rect(iBuf->dma_x, iBuf->dma_y, iBuf->dma_w,
H A Dmdp4_overlay_mddi.c148 pipe->src_width = iBuf->dma_w;
150 pipe->src_w = iBuf->dma_w;
154 pipe->dst_w = iBuf->dma_w;
H A Dmdp.h208 uint32 dma_w; member in struct:mdp_ibuf_s

Completed in 86 milliseconds