Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A 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()
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Drelocate_kernel.S9 #define MMU_BASE 8 /* MMU flags base in cpu_mmu_flags */ macro
21 btst #MMU_BASE + MMUB_68851,%d1
41 btst #MMU_BASE + MMUB_68030,%d1
44 btst #MMU_BASE + MMUB_68040,%d1
77 btst #MMU_BASE + MMUB_68060,%d1
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsystem_local.c45 const hrt_address MMU_BASE[N_MMU_ID] = { variable
H A Dsystem_local.h47 extern const hrt_address MMU_BASE[N_MMU_ID];
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dcpu_sh7757.h21 #define MMU_BASE ((struct mmu_regs *)0xff000000) macro
H A Dcpu_sh7753.h21 #define MMU_BASE ((struct mmu_regs *)0xff000000) macro
H A Dcpu_sh7752.h21 #define MMU_BASE ((struct mmu_regs *)0xff000000) macro
/OK3568_Linux_fs/u-boot/board/renesas/sh7752evb/
H A Dsh7752evb.c126 struct mmu_regs *mmu = MMU_BASE; in set_pmb_on_board_init()
/OK3568_Linux_fs/u-boot/board/renesas/sh7753evb/
H A Dsh7753evb.c134 struct mmu_regs *mmu = MMU_BASE; in set_pmb_on_board_init()
/OK3568_Linux_fs/u-boot/board/renesas/sh7757lcr/
H A Dsh7757lcr.c187 struct mmu_regs *mmu = MMU_BASE; in set_pmb_on_board_init()