Lines Matching refs:pcc_chan
96 struct pcc_mbox_chan *pcc_chan;
656 struct pcc_mbox_chan *pcc_chan;
677 pcc_chan = pcc_mbox_request_channel(cl, ctx->mbox_idx);
678 if (IS_ERR(pcc_chan)) {
685 ctx->pcc_chan = pcc_chan;
686 ctx->mbox_chan = pcc_chan->mchan;
698 ctx->comm_base_addr = pcc_chan->shmem_base_addr;
703 pcc_chan->shmem_size);
707 pcc_chan->shmem_size,
723 * pcc_chan->latency is just a Nominal value. In reality
727 ctx->usecs_lat = PCC_NUM_RETRIES * pcc_chan->latency;
753 pcc_mbox_free_channel(ctx->pcc_chan);
770 pcc_mbox_free_channel(ctx->pcc_chan);