Searched refs:rregs (Results 1 – 4 of 4) sorted by relevance
| /u-boot/arch/mips/mach-ath79/ |
| A D | reset.c | 128 clrbits_be32(rregs + AR933X_RESET_REG_BOOTSTRAP, BIT(17)); in eth_init_ar933x() 136 setbits_be32(rregs + AR933X_RESET_REG_RESET_MODULE, mask); in eth_init_ar933x() 138 clrbits_be32(rregs + AR933X_RESET_REG_RESET_MODULE, mask); in eth_init_ar933x() 162 reg = readl(rregs + AR934X_RESET_REG_BOOTSTRAP); in eth_init_ar934x() 169 setbits_be32(rregs + AR934X_RESET_REG_RESET_MODULE, mask); in eth_init_ar934x() 171 clrbits_be32(rregs + AR934X_RESET_REG_RESET_MODULE, mask); in eth_init_ar934x() 188 setbits_be32(rregs + AR934X_RESET_REG_RESET_MODULE, mask); in eth_init_qca953x() 190 clrbits_be32(rregs + AR934X_RESET_REG_RESET_MODULE, mask); in eth_init_qca953x() 257 setbits_be32(rregs + QCA956X_RESET_REG_RESET_MODULE, mask); in qca956x_sgmii_cal() 259 clrbits_be32(rregs + QCA956X_RESET_REG_RESET_MODULE, mask); in qca956x_sgmii_cal() [all …]
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | fsl_ifc_nand.c | 228 struct fsl_ifc_runtime *ifc = ctrl->regs.rregs; in set_addr() 262 struct fsl_ifc_runtime *ifc = ctrl->regs.rregs; in fsl_ifc_run_command() 337 struct fsl_ifc_runtime *ifc = ctrl->regs.rregs; in fsl_ifc_do_read() 375 struct fsl_ifc_runtime *ifc = ctrl->regs.rregs; in fsl_ifc_cmdfunc() 679 struct fsl_ifc_runtime *ifc = ctrl->regs.rregs; in fsl_ifc_wait() 782 ifc_ctrl->regs.rregs = in fsl_ifc_ctrl_init() 785 ifc_ctrl->regs.rregs = in fsl_ifc_ctrl_init() 789 ifc_out32(&ifc_ctrl->regs.rregs->ifc_nand.nand_evter_stat, ~0U); in fsl_ifc_ctrl_init() 793 ifc_out32(&ifc_ctrl->regs.rregs->ifc_nand.nand_evter_en, in fsl_ifc_ctrl_init() 799 ifc_out32(&ifc_ctrl->regs.rregs->ifc_nand.ncfgr, 0x0); in fsl_ifc_ctrl_init() [all …]
|
| A D | fsl_ifc_spl.c | 62 regs.rregs = (void *)CONFIG_SYS_IFC_ADDR + IFC_RREGS_64KOFFSET; in runtime_regs_address() 64 regs.rregs = (void *)CONFIG_SYS_IFC_ADDR + IFC_RREGS_4KOFFSET; in runtime_regs_address() 66 return regs.rregs; in runtime_regs_address()
|
| /u-boot/include/ |
| A D | fsl_ifc.h | 1034 struct fsl_ifc_runtime *rregs; member
|
Completed in 13 milliseconds