Lines Matching refs:blkaddr
122 int blkaddr; /* CPT blkaddr: BLKADDR_CPT0/BLKADDR_CPT1 */ member
190 otx2_cpt_write64(lfs->reg_base, lfs->blkaddr, slot, in otx2_cptlf_set_iqueues_base_addr()
201 otx2_cpt_write64(lf->lfs->reg_base, lf->lfs->blkaddr, lf->slot, in otx2_cptlf_do_set_iqueue_size()
224 u8 blkaddr = lf->lfs->blkaddr; in otx2_cptlf_do_disable_iqueue() local
232 otx2_cpt_write64(reg_base, blkaddr, slot, OTX2_CPT_LF_CTL, 0x0); in otx2_cptlf_do_disable_iqueue()
234 inprog = otx2_cpt_read64(reg_base, blkaddr, slot, OTX2_CPT_LF_INPROG); in otx2_cptlf_do_disable_iqueue()
236 otx2_cpt_write64(reg_base, blkaddr, slot, OTX2_CPT_LF_INPROG, inprog); in otx2_cptlf_do_disable_iqueue()
238 qsize = otx2_cpt_read64(reg_base, blkaddr, slot, OTX2_CPT_LF_Q_SIZE) & 0x7FFF; in otx2_cptlf_do_disable_iqueue()
240 inst_ptr = otx2_cpt_read64(reg_base, blkaddr, slot, OTX2_CPT_LF_Q_INST_PTR); in otx2_cptlf_do_disable_iqueue()
253 inprog = otx2_cpt_read64(reg_base, blkaddr, slot, OTX2_CPT_LF_INPROG); in otx2_cptlf_do_disable_iqueue()
283 u8 blkaddr = lf->lfs->blkaddr; in otx2_cptlf_set_iqueue_enq() local
286 lf_ctl.u = otx2_cpt_read64(lf->lfs->reg_base, blkaddr, lf->slot, in otx2_cptlf_set_iqueue_enq()
291 otx2_cpt_write64(lf->lfs->reg_base, blkaddr, lf->slot, in otx2_cptlf_set_iqueue_enq()
304 u8 blkaddr = lf->lfs->blkaddr; in otx2_cptlf_set_iqueue_exec() local
306 lf_inprog.u = otx2_cpt_read64(lf->lfs->reg_base, blkaddr, lf->slot, in otx2_cptlf_set_iqueue_exec()
311 otx2_cpt_write64(lf->lfs->reg_base, blkaddr, lf->slot, in otx2_cptlf_set_iqueue_exec()
317 u8 blkaddr = lf->lfs->blkaddr; in otx2_cptlf_set_ctx_flr_flush() local
320 val = otx2_cpt_read64(lf->lfs->reg_base, blkaddr, lf->slot, in otx2_cptlf_set_ctx_flr_flush()
324 otx2_cpt_write64(lf->lfs->reg_base, blkaddr, lf->slot, in otx2_cptlf_set_ctx_flr_flush()
421 int blkaddr) in otx2_cptlf_set_dev_info() argument
426 lfs->blkaddr = blkaddr; in otx2_cptlf_set_dev_info()