Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-uniphier/clk/
H A Dclk-early-ld4.c21 tmp &= ~SC_RSTCTRL_NRST_NAND; in uniphier_ld4_early_clk_init()
H A Dclk-ld4.c20 tmp |= SC_RSTCTRL_NRST_NAND; in uniphier_ld4_clk_init()
H A Dclk-pro5.c21 tmp |= SC_RSTCTRL_NRST_NAND; in uniphier_pro5_clk_init()
H A Dclk-pro4.c24 tmp |= SC_RSTCTRL_NRST_NAND; in uniphier_pro4_clk_init()
H A Dclk-pxs2.c22 tmp |= SC_RSTCTRL_NRST_NAND; in uniphier_pxs2_clk_init()
/openbmc/u-boot/arch/arm/mach-uniphier/
H A Dsc-regs.h49 #define SC_RSTCTRL_NRST_NAND (0x1 << 2) macro