Searched refs:wr_reg32 (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/crypto/caam/ |
| H A D | ctrl.c | 387 wr_reg32(&r4tst->rtfrqmin, val >> 2); in kick_trng() 400 wr_reg32(&r4tst->rtscmisc, (2 << 16) | 32); in kick_trng() 401 wr_reg32(&r4tst->rtpkrrng, 570); in kick_trng() 402 wr_reg32(&r4tst->rtpkrmax, 1600); in kick_trng() 403 wr_reg32(&r4tst->rtscml, (122 << 16) | 317); in kick_trng() 802 wr_reg32(&ctrl->mcr, state->mcr); in caam_state_restore() 803 wr_reg32(&ctrl->scfgr, state->scfgr); in caam_state_restore() 808 wr_reg32(&ctrl->deco_mid[i].liodn_ms, in caam_state_restore() 810 wr_reg32(&ctrl->deco_mid[i].liodn_ls, in caam_state_restore() 817 wr_reg32(&ctrl->jr_mid[i].liodn_ms, in caam_state_restore() [all …]
|
| H A D | jr.c | 94 wr_reg32(&jrp->rregs->jrcommand, jrcr_bits); in caam_jr_stop_processing() 153 wr_reg32(&jrp->rregs->jrcommand, JRCR_RESET); in caam_reset_hw_jr() 249 wr_reg32(&jrp->rregs->jrintstatus, irqstate); in caam_jr_interrupt() 313 wr_reg32(&jrp->rregs->outring_rmvd, 1); in caam_jr_dequeue() 485 wr_reg32(&jrp->rregs->inpring_jobadd, 1); in caam_jr_enqueue() 504 wr_reg32(&jrp->rregs->inpring_size, JOBR_DEPTH); in caam_jr_init_hw() 505 wr_reg32(&jrp->rregs->outring_size, JOBR_DEPTH); in caam_jr_init_hw()
|
| H A D | regs.h | 101 static inline void wr_reg32(void __iomem *reg, u32 data) in wr_reg32() function
|
| /linux-6.15/drivers/tty/ |
| H A D | synclink_gt.c | 2303 wr_reg32(info, IOSR, changed); in slgt_interrupt() 2813 wr_reg32(info, XSR, xsync); in set_xsync() 2850 wr_reg32(info, XCR, xctrl); in set_xctrl() 2883 wr_reg32(info, IODR, data); in set_gpio() 2889 wr_reg32(info, IOVR, data); in set_gpio() 3016 wr_reg32(info, IOER, 0); in wait_gpio() 3775 wr_reg32(info, RDCSR, BIT1); in rdma_reset() 3788 wr_reg32(info, TDCSR, BIT1); in tdma_reset() 3890 wr_reg32(info, RDCSR, BIT6); in rx_start() 3900 wr_reg32(info, RDCSR, (BIT2 + BIT0)); in rx_start() [all …]
|