Home
last modified time | relevance | path

Searched refs:plane_idx (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/dma/sh/
Drcar-hpbdma.c92 unsigned plane_idx; /* current DMA information set */ member
120 unsigned plane_idx; member
292 chan->plane_idx = 0; in hpb_dmae_halt()
323 desc->plane_idx = chan->plane_idx; in hpb_dmae_start_xfer()
324 hpb_dmae_set_reg(chan, &desc->hw, chan->plane_idx); in hpb_dmae_start_xfer()
328 chan->plane_idx ^= 1; in hpb_dmae_start_xfer()
382 u32 tcr = ch_reg_read(chan, desc->plane_idx ? in hpb_dmae_get_partial()
434 hpb_chan->plane_idx = 0; in hpb_dmae_alloc_chan_resources()
/linux-4.1.27/drivers/video/fbdev/omap/
Domapfb.h147 int plane_idx; member
Domapfb_main.c985 if ((unsigned)omapfb_nb->plane_idx > OMAPFB_PLANE_NUM) in omapfb_register_client()
997 &omapfb_client_list[omapfb_nb->plane_idx], in omapfb_register_client()
1013 &omapfb_client_list[omapfb_nb->plane_idx], &omapfb_nb->nb); in omapfb_unregister_client()