Home
last modified time | relevance | path

Searched refs:rst_err (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/freescale/b4860qds/
H A Db4860qds.c598 u32 rst_err; in calibrate_pll() local
619 rst_err = in_be32(&srds_regs->bank[pll_num].rstctl) & in calibrate_pll()
621 rst_err >>= SRDS_RSTCTL_RSTERR_SHIFT; in calibrate_pll()
622 debug("RST_ERR value for PLL %d is: 0x%x:\n", pll_num, rst_err); in calibrate_pll()
623 if (rst_err) in calibrate_pll()
624 return rst_err; in calibrate_pll()
626 return rst_err; in calibrate_pll()
/openbmc/linux/drivers/dma/sh/
H A Dshdmac.c776 goto rst_err; in sh_dmae_probe()
870 rst_err: in sh_dmae_probe()