Searched refs:ch_base (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun8i_ui_layer.c | 31 u32 val, bld_base, ch_base; in sun8i_ui_layer_enable() local 34 ch_base = sun8i_channel_base(mixer, channel); in sun8i_ui_layer_enable() 79 u32 mask, val, ch_base; in sun8i_ui_layer_update_alpha() local 81 ch_base = sun8i_channel_base(mixer, channel); in sun8i_ui_layer_update_alpha() 103 u32 bld_base, ch_base; in sun8i_ui_layer_update_coord() local 111 ch_base = sun8i_channel_base(mixer, channel); in sun8i_ui_layer_update_coord() 132 SUN8I_MIXER_CHAN_UI_OVL_SIZE(ch_base), in sun8i_ui_layer_update_coord() 170 u32 val, ch_base, hw_fmt; in sun8i_ui_layer_update_formats() local 173 ch_base = sun8i_channel_base(mixer, channel); in sun8i_ui_layer_update_formats() 197 u32 ch_base; in sun8i_ui_layer_update_buffer() local [all …]
|
H A D | sun8i_vi_layer.c | 25 u32 val, bld_base, ch_base; in sun8i_vi_layer_enable() local 28 ch_base = sun8i_channel_base(mixer, channel); in sun8i_vi_layer_enable() 73 u32 mask, val, ch_base; in sun8i_vi_layer_update_alpha() local 75 ch_base = sun8i_channel_base(mixer, channel); in sun8i_vi_layer_update_alpha() 107 u32 bld_base, ch_base; in sun8i_vi_layer_update_coord() local 215 SUN8I_MIXER_CHAN_VI_HDS_Y(ch_base), in sun8i_vi_layer_update_coord() 219 SUN8I_MIXER_CHAN_VI_HDS_UV(ch_base), in sun8i_vi_layer_update_coord() 223 SUN8I_MIXER_CHAN_VI_VDS_Y(ch_base), in sun8i_vi_layer_update_coord() 227 SUN8I_MIXER_CHAN_VI_VDS_UV(ch_base), in sun8i_vi_layer_update_coord() 265 u32 val, ch_base, csc_mode, hw_fmt; in sun8i_vi_layer_update_formats() local [all …]
|
/openbmc/linux/drivers/dma/sh/ |
H A D | rz-dmac.c | 64 void __iomem *ch_base; member 196 writel(val, channel->ch_base + offset); in rz_dmac_ch_writel() 205 return readl(channel->ch_base + offset); in rz_dmac_ch_readl() 792 channel->ch_base = dmac->base + CHANNEL_0_7_OFFSET + in rz_dmac_chan_probe() 796 channel->ch_base = dmac->base + CHANNEL_8_15_OFFSET + in rz_dmac_chan_probe()
|