Home
last modified time | relevance | path

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

/openbmc/u-boot/board/mscc/common/
H A Dspi.c24 ICPU_GENERAL_CTRL_IF_SI_OWNER(2)); in external_cs_manage()
29 ICPU_GENERAL_CTRL_IF_SI_OWNER(1)); in external_cs_manage()
/openbmc/u-boot/arch/mips/mach-mscc/
H A Dreset.c19 reg |= ICPU_GENERAL_CTRL_IF_SI_OWNER(1); in _machine_restart()
/openbmc/u-boot/board/mscc/ocelot/
H A Docelot.c58 ICPU_GENERAL_CTRL_IF_SI_OWNER(2)); in board_early_init_r()
/openbmc/u-boot/board/mscc/jr2/
H A Djr2.c22 ICPU_GENERAL_CTRL_IF_SI_OWNER(2)); in board_early_init_r()
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/
H A Docelot_icpu_cfg.h30 #define ICPU_GENERAL_CTRL_IF_SI_OWNER(x) (((x) << 4) & GENMASK(5, 4)) macro
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/jr2/
H A Djr2_icpu_cfg.h29 #define ICPU_GENERAL_CTRL_IF_SI_OWNER(x) (((x) << 6) & GENMASK(7, 6)) macro
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/servalt/
H A Dservalt_icpu_cfg.h30 #define ICPU_GENERAL_CTRL_IF_SI_OWNER(x) (((x) << 4) & GENMASK(5, 4)) macro