Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dspl.c46 val = (in_le32(SMMU_NSCR0) | SCR0_CLIENTPD_MASK) & ~(SCR0_USFCFG_MASK); in spl_board_init()
47 out_le32(SMMU_NSCR0, val); in spl_board_init()
H A Dsoc.c308 val = (in_le32(SMMU_NSCR0) | SCR0_CLIENTPD_MASK) & ~(SCR0_USFCFG_MASK); in bypass_smmu()
309 out_le32(SMMU_NSCR0, val); in bypass_smmu()
/openbmc/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()
/openbmc/u-boot/board/freescale/ls1043ardb/
H A Dls1043ardb.c208 val = (in_le32(SMMU_NSCR0) | SCR0_CLIENTPD_MASK) & ~(SCR0_USFCFG_MASK); in board_init()
209 out_le32(SMMU_NSCR0, val); in board_init()
/openbmc/u-boot/board/freescale/ls1046aqds/
H A Dls1046aqds.c420 val = (in_le32(SMMU_NSCR0) | SCR0_CLIENTPD_MASK) & ~(SCR0_USFCFG_MASK); in board_init()
421 out_le32(SMMU_NSCR0, val); in board_init()
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dimmap_lsch3.h157 #define SMMU_NSCR0 (SMMU_BASE + 0x400) macro
H A Dimmap_lsch2.h674 #define SMMU_NSCR0 (SMMU_BASE + 0x400) macro