Lines Matching refs:regnum

483 	uint32_t regnum;  in lpddr4_writectlconfig()  local
489 for (regnum = 0; regnum < LPDDR4_CTL_REG_COUNT; regnum++) { in lpddr4_writectlconfig()
491 if (regvalues->updatectlreg[regnum]) { in lpddr4_writectlconfig()
493 lpddr4_writereg(pd, LPDDR4_CTL_REGS, regnum, in lpddr4_writectlconfig()
496 [regnum])); in lpddr4_writectlconfig()
507 uint32_t regnum; in lpddr4_writephyindepconfig() local
513 for (regnum = 0; regnum < LPDDR4_PHY_INDEP_REG_COUNT; regnum++) { in lpddr4_writephyindepconfig()
515 if (regvalues->updatephyindepreg[regnum]) { in lpddr4_writephyindepconfig()
518 regnum, in lpddr4_writephyindepconfig()
521 [regnum])); in lpddr4_writephyindepconfig()
532 uint32_t regnum; in lpddr4_writephyconfig() local
538 for (regnum = 0; regnum < LPDDR4_PHY_REG_COUNT; regnum++) { in lpddr4_writephyconfig()
540 if (regvalues->updatephyreg[regnum]) { in lpddr4_writephyconfig()
542 lpddr4_writereg(pd, LPDDR4_PHY_REGS, regnum, in lpddr4_writephyconfig()
545 [regnum])); in lpddr4_writephyconfig()
556 uint32_t regnum; in lpddr4_readctlconfig() local
560 for (regnum = 0; regnum < LPDDR4_CTL_REG_COUNT; regnum++) { in lpddr4_readctlconfig()
562 if (regvalues->updatectlreg[regnum]) { in lpddr4_readctlconfig()
564 lpddr4_readreg(pd, LPDDR4_CTL_REGS, regnum, in lpddr4_readctlconfig()
567 [regnum])); in lpddr4_readctlconfig()
578 uint32_t regnum; in lpddr4_readphyindepconfig() local
583 for (regnum = 0; regnum < LPDDR4_PHY_INDEP_REG_COUNT; regnum++) { in lpddr4_readphyindepconfig()
585 if (regvalues->updatephyindepreg[regnum]) { in lpddr4_readphyindepconfig()
588 regnum, in lpddr4_readphyindepconfig()
591 [regnum])); in lpddr4_readphyindepconfig()
602 uint32_t regnum; in lpddr4_readphyconfig() local
607 for (regnum = 0; regnum < LPDDR4_PHY_REG_COUNT; regnum++) { in lpddr4_readphyconfig()
609 if (regvalues->updatephyreg[regnum]) { in lpddr4_readphyconfig()
611 lpddr4_readreg(pd, LPDDR4_PHY_REGS, regnum, in lpddr4_readphyconfig()
614 [regnum])); in lpddr4_readphyconfig()