Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-ath79/
H A Dreset.c171 static int usb_reset_ar933x(void __iomem *reset_regs) in usb_reset_ar933x() argument
174 setbits_be32(reset_regs + AR933X_RESET_REG_RESET_MODULE, in usb_reset_ar933x()
177 clrbits_be32(reset_regs + AR933X_RESET_REG_RESET_MODULE, in usb_reset_ar933x()
180 clrbits_be32(reset_regs + AR933X_RESET_REG_RESET_MODULE, in usb_reset_ar933x()
187 static int usb_reset_ar934x(void __iomem *reset_regs) in usb_reset_ar934x() argument
190 setbits_be32(reset_regs + AR934X_RESET_REG_RESET_MODULE, in usb_reset_ar934x()
193 clrbits_be32(reset_regs + AR934X_RESET_REG_RESET_MODULE, in usb_reset_ar934x()
196 clrbits_be32(reset_regs + AR934X_RESET_REG_RESET_MODULE, in usb_reset_ar934x()
199 clrbits_be32(reset_regs + AR934X_RESET_REG_RESET_MODULE, in usb_reset_ar934x()
206 static int usb_reset_qca953x(void __iomem *reset_regs) in usb_reset_qca953x() argument
[all …]
/openbmc/linux/drivers/clk/renesas/
H A Drenesas-cpg-mssr.c164 const u16 *reset_regs; member
613 writel(bitmask, priv->base + priv->reset_regs[reg]); in cpg_mssr_reset()
633 writel(bitmask, priv->base + priv->reset_regs[reg]); in cpg_mssr_assert()
659 return !!(readl(priv->base + priv->reset_regs[reg]) & bitmask); in cpg_mssr_status()
989 priv->reset_regs = srcr; in cpg_mssr_common_init()
996 priv->reset_regs = srcr_for_gen4; in cpg_mssr_common_init()
/openbmc/linux/arch/riscv/kernel/
H A Dhead.S207 call reset_regs
363 ENTRY(reset_regs)
461 END(reset_regs)
/openbmc/linux/drivers/media/i2c/
H A Dds90ub960.c3766 static void ub960_reset(struct ub960_data *priv, bool reset_regs) in ub960_reset() argument
3773 bit = reset_regs ? UB960_SR_RESET_DIGITAL_RESET1 : in ub960_reset()