Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
Dmmu_public.h73 assert(MMU_BASE[ID] != (hrt_address) - 1); in mmu_reg_store()
74 ia_css_device_store_uint32(MMU_BASE[ID] + reg * sizeof(hrt_data), value); in mmu_reg_store()
91 assert(MMU_BASE[ID] != (hrt_address) - 1); in mmu_reg_load()
92 return ia_css_device_load_uint32(MMU_BASE[ID] + reg * sizeof(hrt_data)); in mmu_reg_load()
/drivers/staging/media/atomisp/pci/
Dsystem_local.c45 const hrt_address MMU_BASE[N_MMU_ID] = { variable
Dsystem_local.h47 extern const hrt_address MMU_BASE[N_MMU_ID];