Searched refs:ipipe_base (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | dm365_ipipe_hw.c | 254 void __iomem *ipipe_base = ipipe->base_addr; in config_ipipe_hw() local 262 ipipe_clock_enable(ipipe_base); in config_ipipe_hw() 265 regw_ip(ipipe_base, 0, IPIPE_SRC_EN); in config_ipipe_hw() 274 regw_ip(ipipe_base, ipipe_mode, IPIPE_SRC_MODE); in config_ipipe_hw() 277 regw_ip(ipipe_base, data_path, IPIPE_SRC_FMT); in config_ipipe_hw() 279 regw_ip(ipipe_base, config->vst & IPIPE_RSZ_VPS_MASK, IPIPE_SRC_VPS); in config_ipipe_hw() 280 regw_ip(ipipe_base, config->hst & IPIPE_RSZ_HPS_MASK, IPIPE_SRC_HPS); in config_ipipe_hw() 283 regw_ip(ipipe_base, (outformat->height + 1) & IPIPE_RSZ_VSZ_MASK, in config_ipipe_hw() 285 regw_ip(ipipe_base, (outformat->width + 1) & IPIPE_RSZ_HSZ_MASK, in config_ipipe_hw() 292 regw_ip(ipipe_base, color_pat, IPIPE_SRC_COL); in config_ipipe_hw() [all …]
|