Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dspl.c60 val = (in_le32(SMMU_NSCR0) | SCR0_CLIENTPD_MASK) & ~(SCR0_USFCFG_MASK); in spl_board_init()
61 out_le32(SMMU_NSCR0, val); in spl_board_init()
H A Dsoc.c189 val = (in_le32(SMMU_NSCR0) | SCR0_CLIENTPD_MASK) & ~(SCR0_USFCFG_MASK); in bypass_smmu()
190 out_le32(SMMU_NSCR0, val); in bypass_smmu()
/OK3568_Linux_fs/u-boot/board/freescale/ls1046ardb/
H A Dls1046ardb.c82 val = (in_le32(SMMU_NSCR0) | SCR0_CLIENTPD_MASK) & ~(SCR0_USFCFG_MASK); in board_init()
83 out_le32(SMMU_NSCR0, val); in board_init()
/OK3568_Linux_fs/u-boot/board/freescale/ls1043ardb/
H A Dls1043ardb.c98 val = (in_le32(SMMU_NSCR0) | SCR0_CLIENTPD_MASK) & ~(SCR0_USFCFG_MASK); in board_init()
99 out_le32(SMMU_NSCR0, val); in board_init()
/OK3568_Linux_fs/u-boot/board/freescale/ls1046aqds/
H A Dls1046aqds.c281 val = (in_le32(SMMU_NSCR0) | SCR0_CLIENTPD_MASK) & ~(SCR0_USFCFG_MASK); in board_init()
282 out_le32(SMMU_NSCR0, val); in board_init()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dimmap_lsch3.h97 #define SMMU_NSCR0 (SMMU_BASE + 0x400) macro
H A Dimmap_lsch2.h603 #define SMMU_NSCR0 (SMMU_BASE + 0x400) macro