Home
last modified time | relevance | path

Searched refs:rstcfg (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/keymile/kmp204x/
H A Dqrio.c195 u32 rstcfg; in qrio_uprstreq() local
198 rstcfg = in_8(qrio_base + RSTCFG_OFF); in qrio_uprstreq()
201 rstcfg |= UPREQ_CORE_RST; in qrio_uprstreq()
203 rstcfg &= ~UPREQ_CORE_RST; in qrio_uprstreq()
205 out_8(qrio_base + RSTCFG_OFF, rstcfg); in qrio_uprstreq()
/openbmc/linux/arch/powerpc/platforms/52xx/
H A Dlite5200.c70 if (in_be32(&cdm->rstcfg) & 0x40) /* Assumes 33Mhz clock */ in lite5200_fix_clock_config()
/openbmc/linux/arch/powerpc/include/asm/
H A Dmpc52xx.h198 u32 rstcfg; /* CDM + 0x04 reg1 read only */ member
/openbmc/linux/drivers/net/can/mscan/
H A Dmpc5xxx_can.c88 val = in_be32(&cdm->rstcfg); in mpc52xx_can_get_clock()