Home
last modified time | relevance | path

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

/drivers/media/video/omap3isp/
Dispccdc.c719 u32 table_new; in ccdc_config() local
737 table_new = omap_iommu_vmalloc(isp->domain, isp->dev, in ccdc_config()
739 if (IS_ERR_VALUE(table_new)) in ccdc_config()
742 if (copy_from_user(omap_da_to_va(isp->dev, table_new), in ccdc_config()
746 table_new); in ccdc_config()
751 ccdc->fpc.fpcaddr = table_new; in ccdc_config()