Home
last modified time | relevance | path

Searched refs:ch_base (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/sun4i/
A Dsun8i_ui_layer.c31 u32 mask, val, ch_base; in sun8i_ui_layer_update_alpha() local
33 ch_base = sun8i_channel_base(mixer, channel); in sun8i_ui_layer_update_alpha()
45 SUN8I_MIXER_CHAN_UI_LAYER_ATTR(ch_base, overlay), in sun8i_ui_layer_update_alpha()
56 u32 bld_base, ch_base; in sun8i_ui_layer_update_coord() local
65 ch_base = sun8i_channel_base(mixer, channel); in sun8i_ui_layer_update_coord()
83 SUN8I_MIXER_CHAN_UI_LAYER_SIZE(ch_base, overlay), in sun8i_ui_layer_update_coord()
86 SUN8I_MIXER_CHAN_UI_OVL_SIZE(ch_base), in sun8i_ui_layer_update_coord()
136 u32 val, ch_base, hw_fmt; in sun8i_ui_layer_update_formats() local
139 ch_base = sun8i_channel_base(mixer, channel); in sun8i_ui_layer_update_formats()
163 u32 ch_base; in sun8i_ui_layer_update_buffer() local
[all …]
A Dsun8i_vi_layer.c24 u32 mask, val, ch_base; in sun8i_vi_layer_update_alpha() local
26 ch_base = sun8i_channel_base(mixer, channel); in sun8i_vi_layer_update_alpha()
39 SUN8I_MIXER_CHAN_VI_LAYER_ATTR(ch_base, in sun8i_vi_layer_update_alpha()
59 u32 bld_base, ch_base; in sun8i_vi_layer_update_coord() local
71 ch_base = sun8i_channel_base(mixer, channel); in sun8i_vi_layer_update_coord()
168 SUN8I_MIXER_CHAN_VI_HDS_Y(ch_base), in sun8i_vi_layer_update_coord()
172 SUN8I_MIXER_CHAN_VI_HDS_UV(ch_base), in sun8i_vi_layer_update_coord()
176 SUN8I_MIXER_CHAN_VI_VDS_Y(ch_base), in sun8i_vi_layer_update_coord()
180 SUN8I_MIXER_CHAN_VI_VDS_UV(ch_base), in sun8i_vi_layer_update_coord()
218 u32 val, ch_base, csc_mode, hw_fmt; in sun8i_vi_layer_update_formats() local
[all …]
A Dsun8i_mixer.c255 u32 ch_base = sun8i_channel_base(layer->mixer, layer->channel); in sun8i_layer_enable() local
261 reg = SUN8I_MIXER_CHAN_UI_LAYER_ATTR(ch_base, layer->overlay); in sun8i_layer_enable()
265 reg = SUN8I_MIXER_CHAN_VI_LAYER_ATTR(ch_base, layer->overlay); in sun8i_layer_enable()
/drivers/dma/sh/
A Drz-dmac.c65 void __iomem *ch_base; member
208 writel(val, channel->ch_base + offset); in rz_dmac_ch_writel()
217 return readl(channel->ch_base + offset); in rz_dmac_ch_readl()
826 channel->ch_base = dmac->base + CHANNEL_0_7_OFFSET + in rz_dmac_chan_probe()
830 channel->ch_base = dmac->base + CHANNEL_8_15_OFFSET + in rz_dmac_chan_probe()

Completed in 15 milliseconds