cpb              1377 arch/mips/include/asm/octeon/cvmx-lmcx-defs.h 		uint64_t cpb:3;
cpb              1383 arch/mips/include/asm/octeon/cvmx-lmcx-defs.h 		uint64_t cpb:3;
cpb               228 drivers/ata/sata_inic162x.c 	struct inic_cpb	cpb;
cpb               330 drivers/ata/sata_inic162x.c 	struct inic_cpb *cpb = &pp->pkt->cpb;
cpb               353 drivers/ata/sata_inic162x.c 		if (cpb->resp_flags & CPB_RESP_IGNORED) {
cpb               359 drivers/ata/sata_inic162x.c 		if (cpb->resp_flags & CPB_RESP_ATA_ERR)
cpb               362 drivers/ata/sata_inic162x.c 		if (cpb->resp_flags & CPB_RESP_SPURIOUS) {
cpb               368 drivers/ata/sata_inic162x.c 		if (cpb->resp_flags &
cpb               485 drivers/ata/sata_inic162x.c 	struct inic_cpb *cpb = &pkt->cpb;
cpb               499 drivers/ata/sata_inic162x.c 	cpb->ctl_flags = CPB_CTL_VALID | CPB_CTL_IEN;
cpb               501 drivers/ata/sata_inic162x.c 		cpb->ctl_flags |= CPB_CTL_DATA;
cpb               503 drivers/ata/sata_inic162x.c 	cpb->len = cpu_to_le32(qc->nbytes + cdb_len);
cpb               504 drivers/ata/sata_inic162x.c 	cpb->prd = cpu_to_le32(pp->pkt_dma + offsetof(struct inic_pkt, prd));
cpb               506 drivers/ata/sata_inic162x.c 	cpb->device = qc->tf.device;
cpb               507 drivers/ata/sata_inic162x.c 	cpb->feature = qc->tf.feature;
cpb               508 drivers/ata/sata_inic162x.c 	cpb->nsect = qc->tf.nsect;
cpb               509 drivers/ata/sata_inic162x.c 	cpb->lbal = qc->tf.lbal;
cpb               510 drivers/ata/sata_inic162x.c 	cpb->lbam = qc->tf.lbam;
cpb               511 drivers/ata/sata_inic162x.c 	cpb->lbah = qc->tf.lbah;
cpb               514 drivers/ata/sata_inic162x.c 		cpb->hob_feature = qc->tf.hob_feature;
cpb               515 drivers/ata/sata_inic162x.c 		cpb->hob_nsect = qc->tf.hob_nsect;
cpb               516 drivers/ata/sata_inic162x.c 		cpb->hob_lbal = qc->tf.hob_lbal;
cpb               517 drivers/ata/sata_inic162x.c 		cpb->hob_lbam = qc->tf.hob_lbam;
cpb               518 drivers/ata/sata_inic162x.c 		cpb->hob_lbah = qc->tf.hob_lbah;
cpb               521 drivers/ata/sata_inic162x.c 	cpb->command = qc->tf.command;
cpb               227 drivers/ata/sata_nv.c 	struct nv_adma_cpb	*cpb;
cpb               768 drivers/ata/sata_nv.c static unsigned int nv_adma_tf_to_cpb(struct ata_taskfile *tf, __le16 *cpb)
cpb               774 drivers/ata/sata_nv.c 			cpb[idx++] = cpu_to_le16((ATA_REG_ERR   << 8) | tf->hob_feature | WNB);
cpb               775 drivers/ata/sata_nv.c 			cpb[idx++] = cpu_to_le16((ATA_REG_NSECT << 8) | tf->hob_nsect);
cpb               776 drivers/ata/sata_nv.c 			cpb[idx++] = cpu_to_le16((ATA_REG_LBAL  << 8) | tf->hob_lbal);
cpb               777 drivers/ata/sata_nv.c 			cpb[idx++] = cpu_to_le16((ATA_REG_LBAM  << 8) | tf->hob_lbam);
cpb               778 drivers/ata/sata_nv.c 			cpb[idx++] = cpu_to_le16((ATA_REG_LBAH  << 8) | tf->hob_lbah);
cpb               779 drivers/ata/sata_nv.c 			cpb[idx++] = cpu_to_le16((ATA_REG_ERR    << 8) | tf->feature);
cpb               781 drivers/ata/sata_nv.c 			cpb[idx++] = cpu_to_le16((ATA_REG_ERR    << 8) | tf->feature | WNB);
cpb               783 drivers/ata/sata_nv.c 		cpb[idx++] = cpu_to_le16((ATA_REG_NSECT  << 8) | tf->nsect);
cpb               784 drivers/ata/sata_nv.c 		cpb[idx++] = cpu_to_le16((ATA_REG_LBAL   << 8) | tf->lbal);
cpb               785 drivers/ata/sata_nv.c 		cpb[idx++] = cpu_to_le16((ATA_REG_LBAM   << 8) | tf->lbam);
cpb               786 drivers/ata/sata_nv.c 		cpb[idx++] = cpu_to_le16((ATA_REG_LBAH   << 8) | tf->lbah);
cpb               790 drivers/ata/sata_nv.c 		cpb[idx++] = cpu_to_le16((ATA_REG_DEVICE << 8) | tf->device);
cpb               792 drivers/ata/sata_nv.c 	cpb[idx++] = cpu_to_le16((ATA_REG_CMD    << 8) | tf->command | CMDEND);
cpb               795 drivers/ata/sata_nv.c 		cpb[idx++] = cpu_to_le16(IGN);
cpb               803 drivers/ata/sata_nv.c 	u8 flags = pp->cpb[cpb_num].resp_flags;
cpb              1141 drivers/ata/sata_nv.c 	pp->cpb     = mem;
cpb              1310 drivers/ata/sata_nv.c static void nv_adma_fill_sg(struct ata_queued_cmd *qc, struct nv_adma_cpb *cpb)
cpb              1320 drivers/ata/sata_nv.c 		aprd = (si < 5) ? &cpb->aprd[si] :
cpb              1325 drivers/ata/sata_nv.c 		cpb->next_aprd = cpu_to_le64(((u64)(pp->aprd_dma + NV_ADMA_SGTBL_SZ * qc->hw_tag)));
cpb              1327 drivers/ata/sata_nv.c 		cpb->next_aprd = cpu_to_le64(0);
cpb              1350 drivers/ata/sata_nv.c 	struct nv_adma_cpb *cpb = &pp->cpb[qc->hw_tag];
cpb              1362 drivers/ata/sata_nv.c 	cpb->resp_flags = NV_CPB_RESP_DONE;
cpb              1364 drivers/ata/sata_nv.c 	cpb->ctl_flags = 0;
cpb              1367 drivers/ata/sata_nv.c 	cpb->len		= 3;
cpb              1368 drivers/ata/sata_nv.c 	cpb->tag		= qc->hw_tag;
cpb              1369 drivers/ata/sata_nv.c 	cpb->next_cpb_idx	= 0;
cpb              1377 drivers/ata/sata_nv.c 	nv_adma_tf_to_cpb(&qc->tf, cpb->tf);
cpb              1380 drivers/ata/sata_nv.c 		nv_adma_fill_sg(qc, cpb);
cpb              1383 drivers/ata/sata_nv.c 		memset(&cpb->aprd[0], 0, sizeof(struct nv_adma_prd) * 5);
cpb              1388 drivers/ata/sata_nv.c 	cpb->ctl_flags = ctl_flags;
cpb              1390 drivers/ata/sata_nv.c 	cpb->resp_flags = 0;
cpb              1656 drivers/ata/sata_nv.c 				struct nv_adma_cpb *cpb = &pp->cpb[i];
cpb              1661 drivers/ata/sata_nv.c 						i, cpb->ctl_flags, cpb->resp_flags);
cpb              1671 drivers/ata/sata_nv.c 			pp->cpb[i].ctl_flags &= ~NV_CPB_CTL_CPB_VALID;
cpb               174 drivers/cpufreq/acpi-cpufreq.c cpufreq_freq_attr_rw(cpb);
cpb               877 drivers/cpufreq/acpi-cpufreq.c 	&cpb,
cpb               958 drivers/cpufreq/acpi-cpufreq.c 			if (*attr == &cpb) {
cpb                47 drivers/crypto/nx/nx-aes-cbc.c 	csbcpb->cpb.hdr.mode = NX_MODE_AES_CBC;
cpb                48 drivers/crypto/nx/nx-aes-cbc.c 	memcpy(csbcpb->cpb.aes_cbc.key, in_key, key_len);
cpb                76 drivers/crypto/nx/nx-aes-cbc.c 				       processed, csbcpb->cpb.aes_cbc.iv);
cpb                90 drivers/crypto/nx/nx-aes-cbc.c 		memcpy(desc->info, csbcpb->cpb.aes_cbc.cv, AES_BLOCK_SIZE);
cpb                43 drivers/crypto/nx/nx-aes-ccm.c 	csbcpb->cpb.hdr.mode = NX_MODE_AES_CCM;
cpb                44 drivers/crypto/nx/nx-aes-ccm.c 	memcpy(csbcpb->cpb.aes_ccm.key, in_key, key_len);
cpb                46 drivers/crypto/nx/nx-aes-ccm.c 	csbcpb_aead->cpb.hdr.mode = NX_MODE_AES_CCA;
cpb                47 drivers/crypto/nx/nx-aes-ccm.c 	memcpy(csbcpb_aead->cpb.aes_cca.key, in_key, key_len);
cpb               189 drivers/crypto/nx/nx-aes-ccm.c 		b0 = nx_ctx->csbcpb->cpb.aes_ccm.in_pat_or_b0;
cpb               194 drivers/crypto/nx/nx-aes-ccm.c 		b0 = nx_ctx->csbcpb->cpb.aes_ccm.in_pat_or_b0;
cpb               201 drivers/crypto/nx/nx-aes-ccm.c 		b0 = nx_ctx->csbcpb_aead->cpb.aes_cca.b0;
cpb               202 drivers/crypto/nx/nx-aes-ccm.c 		b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1;
cpb               205 drivers/crypto/nx/nx-aes-ccm.c 		b0 = nx_ctx->csbcpb_aead->cpb.aes_cca.b0;
cpb               206 drivers/crypto/nx/nx-aes-ccm.c 		b1 = nx_ctx->csbcpb_aead->cpb.aes_cca.b1;
cpb               260 drivers/crypto/nx/nx-aes-ccm.c 		result = nx_ctx->csbcpb->cpb.aes_ccm.out_pat_or_mac;
cpb               302 drivers/crypto/nx/nx-aes-ccm.c 			result = nx_ctx->csbcpb_aead->cpb.aes_cca.out_pat_or_b0;
cpb               309 drivers/crypto/nx/nx-aes-ccm.c 			memcpy(nx_ctx->csbcpb_aead->cpb.aes_cca.b0,
cpb               310 drivers/crypto/nx/nx-aes-ccm.c 				nx_ctx->csbcpb_aead->cpb.aes_cca.out_pat_or_b0,
cpb               321 drivers/crypto/nx/nx-aes-ccm.c 		result = nx_ctx->csbcpb_aead->cpb.aes_cca.out_pat_or_b0;
cpb               352 drivers/crypto/nx/nx-aes-ccm.c 			  csbcpb->cpb.aes_ccm.in_pat_or_b0);
cpb               372 drivers/crypto/nx/nx-aes-ccm.c 				       csbcpb->cpb.aes_ccm.iv_or_ctr);
cpb               384 drivers/crypto/nx/nx-aes-ccm.c 		memcpy(desc->info, csbcpb->cpb.aes_ccm.out_ctr, AES_BLOCK_SIZE);
cpb               385 drivers/crypto/nx/nx-aes-ccm.c 		memcpy(csbcpb->cpb.aes_ccm.in_pat_or_b0,
cpb               386 drivers/crypto/nx/nx-aes-ccm.c 			csbcpb->cpb.aes_ccm.out_pat_or_mac, AES_BLOCK_SIZE);
cpb               387 drivers/crypto/nx/nx-aes-ccm.c 		memcpy(csbcpb->cpb.aes_ccm.in_s0,
cpb               388 drivers/crypto/nx/nx-aes-ccm.c 			csbcpb->cpb.aes_ccm.out_s0, AES_BLOCK_SIZE);
cpb               400 drivers/crypto/nx/nx-aes-ccm.c 	rc = crypto_memneq(csbcpb->cpb.aes_ccm.out_pat_or_mac, priv->oauth_tag,
cpb               422 drivers/crypto/nx/nx-aes-ccm.c 			  csbcpb->cpb.aes_ccm.in_pat_or_b0);
cpb               441 drivers/crypto/nx/nx-aes-ccm.c 				       csbcpb->cpb.aes_ccm.iv_or_ctr);
cpb               453 drivers/crypto/nx/nx-aes-ccm.c 		memcpy(desc->info, csbcpb->cpb.aes_ccm.out_ctr, AES_BLOCK_SIZE);
cpb               454 drivers/crypto/nx/nx-aes-ccm.c 		memcpy(csbcpb->cpb.aes_ccm.in_pat_or_b0,
cpb               455 drivers/crypto/nx/nx-aes-ccm.c 			csbcpb->cpb.aes_ccm.out_pat_or_mac, AES_BLOCK_SIZE);
cpb               456 drivers/crypto/nx/nx-aes-ccm.c 		memcpy(csbcpb->cpb.aes_ccm.in_s0,
cpb               457 drivers/crypto/nx/nx-aes-ccm.c 			csbcpb->cpb.aes_ccm.out_s0, AES_BLOCK_SIZE);
cpb               471 drivers/crypto/nx/nx-aes-ccm.c 	scatterwalk_map_and_copy(csbcpb->cpb.aes_ccm.out_pat_or_mac,
cpb                48 drivers/crypto/nx/nx-aes-ctr.c 	csbcpb->cpb.hdr.mode = NX_MODE_AES_CTR;
cpb                49 drivers/crypto/nx/nx-aes-ctr.c 	memcpy(csbcpb->cpb.aes_ctr.key, in_key, key_len);
cpb                89 drivers/crypto/nx/nx-aes-ctr.c 				       processed, csbcpb->cpb.aes_ctr.iv);
cpb               103 drivers/crypto/nx/nx-aes-ctr.c 		memcpy(desc->info, csbcpb->cpb.aes_cbc.cv, AES_BLOCK_SIZE);
cpb                47 drivers/crypto/nx/nx-aes-ecb.c 	csbcpb->cpb.hdr.mode = NX_MODE_AES_ECB;
cpb                48 drivers/crypto/nx/nx-aes-ecb.c 	memcpy(csbcpb->cpb.aes_ecb.key, in_key, key_len);
cpb                53 drivers/crypto/nx/nx-aes-gcm.c 	csbcpb->cpb.hdr.mode = NX_MODE_AES_GCM;
cpb                54 drivers/crypto/nx/nx-aes-gcm.c 	memcpy(csbcpb->cpb.aes_gcm.key, in_key, key_len);
cpb                56 drivers/crypto/nx/nx-aes-gcm.c 	csbcpb_aead->cpb.hdr.mode = NX_MODE_AES_GCA;
cpb                57 drivers/crypto/nx/nx-aes-gcm.c 	memcpy(csbcpb_aead->cpb.aes_gca.key, in_key, key_len);
cpb               153 drivers/crypto/nx/nx-aes-gcm.c 		memcpy(csbcpb_aead->cpb.aes_gca.in_pat,
cpb               154 drivers/crypto/nx/nx-aes-gcm.c 				csbcpb_aead->cpb.aes_gca.out_pat,
cpb               164 drivers/crypto/nx/nx-aes-gcm.c 	memcpy(out, csbcpb_aead->cpb.aes_gca.out_pat, AES_BLOCK_SIZE);
cpb               182 drivers/crypto/nx/nx-aes-gcm.c 	csbcpb->cpb.hdr.mode = NX_MODE_AES_GMAC;
cpb               193 drivers/crypto/nx/nx-aes-gcm.c 	memcpy(csbcpb->cpb.aes_gcm.iv_or_cnt, desc->info, AES_BLOCK_SIZE);
cpb               216 drivers/crypto/nx/nx-aes-gcm.c 		csbcpb->cpb.aes_gcm.bit_length_data = 0;
cpb               217 drivers/crypto/nx/nx-aes-gcm.c 		csbcpb->cpb.aes_gcm.bit_length_aad = 8 * nbytes;
cpb               224 drivers/crypto/nx/nx-aes-gcm.c 		memcpy(csbcpb->cpb.aes_gcm.in_pat_or_aad,
cpb               225 drivers/crypto/nx/nx-aes-gcm.c 			csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE);
cpb               226 drivers/crypto/nx/nx-aes-gcm.c 		memcpy(csbcpb->cpb.aes_gcm.in_s0,
cpb               227 drivers/crypto/nx/nx-aes-gcm.c 			csbcpb->cpb.aes_gcm.out_s0, AES_BLOCK_SIZE);
cpb               239 drivers/crypto/nx/nx-aes-gcm.c 	csbcpb->cpb.hdr.mode = NX_MODE_AES_GCM;
cpb               260 drivers/crypto/nx/nx-aes-gcm.c 	csbcpb->cpb.hdr.mode = NX_MODE_AES_ECB;
cpb               261 drivers/crypto/nx/nx-aes-gcm.c 	memcpy(csbcpb->cpb.aes_ecb.key, csbcpb->cpb.aes_gcm.key,
cpb               262 drivers/crypto/nx/nx-aes-gcm.c 			sizeof(csbcpb->cpb.aes_ecb.key));
cpb               294 drivers/crypto/nx/nx-aes-gcm.c 	memcpy(csbcpb->cpb.aes_gcm.out_pat_or_mac, out,
cpb               298 drivers/crypto/nx/nx-aes-gcm.c 	csbcpb->cpb.hdr.mode = NX_MODE_AES_GCM;
cpb               304 drivers/crypto/nx/nx-aes-gcm.c 	memset(csbcpb->cpb.aes_ecb.key, 0, sizeof(csbcpb->cpb.aes_ecb.key));
cpb               340 drivers/crypto/nx/nx-aes-gcm.c 	csbcpb->cpb.aes_gcm.bit_length_aad = assoclen * 8;
cpb               342 drivers/crypto/nx/nx-aes-gcm.c 		rc = nx_gca(nx_ctx, req, csbcpb->cpb.aes_gcm.in_pat_or_aad,
cpb               360 drivers/crypto/nx/nx-aes-gcm.c 		csbcpb->cpb.aes_gcm.bit_length_data = nbytes * 8;
cpb               364 drivers/crypto/nx/nx-aes-gcm.c 				       csbcpb->cpb.aes_gcm.iv_or_cnt);
cpb               380 drivers/crypto/nx/nx-aes-gcm.c 		memcpy(desc.info, csbcpb->cpb.aes_gcm.out_cnt, AES_BLOCK_SIZE);
cpb               381 drivers/crypto/nx/nx-aes-gcm.c 		memcpy(csbcpb->cpb.aes_gcm.in_pat_or_aad,
cpb               382 drivers/crypto/nx/nx-aes-gcm.c 			csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE);
cpb               383 drivers/crypto/nx/nx-aes-gcm.c 		memcpy(csbcpb->cpb.aes_gcm.in_s0,
cpb               384 drivers/crypto/nx/nx-aes-gcm.c 			csbcpb->cpb.aes_gcm.out_s0, AES_BLOCK_SIZE);
cpb               399 drivers/crypto/nx/nx-aes-gcm.c 			csbcpb->cpb.aes_gcm.out_pat_or_mac,
cpb               405 drivers/crypto/nx/nx-aes-gcm.c 		u8 *otag = csbcpb->cpb.aes_gcm.out_pat_or_mac;
cpb                43 drivers/crypto/nx/nx-aes-xcbc.c 	memcpy(csbcpb->cpb.aes_xcbc.key, in_key, key_len);
cpb                70 drivers/crypto/nx/nx-aes-xcbc.c 	csbcpb->cpb.hdr.mode = NX_MODE_AES_ECB;
cpb                71 drivers/crypto/nx/nx-aes-xcbc.c 	memcpy(key, csbcpb->cpb.aes_xcbc.key, AES_BLOCK_SIZE);
cpb                72 drivers/crypto/nx/nx-aes-xcbc.c 	memcpy(csbcpb->cpb.aes_ecb.key, key, AES_BLOCK_SIZE);
cpb               107 drivers/crypto/nx/nx-aes-xcbc.c 	memcpy(csbcpb->cpb.aes_ecb.key, keys[0], AES_BLOCK_SIZE);
cpb               131 drivers/crypto/nx/nx-aes-xcbc.c 	csbcpb->cpb.hdr.mode = NX_MODE_AES_XCBC_MAC;
cpb               132 drivers/crypto/nx/nx-aes-xcbc.c 	memcpy(csbcpb->cpb.aes_xcbc.key, key, AES_BLOCK_SIZE);
cpb               151 drivers/crypto/nx/nx-aes-xcbc.c 	csbcpb->cpb.hdr.mode = NX_MODE_AES_XCBC_MAC;
cpb               257 drivers/crypto/nx/nx-aes-xcbc.c 			memcpy(csbcpb->cpb.aes_xcbc.cv,
cpb               258 drivers/crypto/nx/nx-aes-xcbc.c 				csbcpb->cpb.aes_xcbc.out_cv_mac,
cpb               307 drivers/crypto/nx/nx-aes-xcbc.c 		memcpy(csbcpb->cpb.aes_xcbc.cv,
cpb               308 drivers/crypto/nx/nx-aes-xcbc.c 		       csbcpb->cpb.aes_xcbc.out_cv_mac, AES_BLOCK_SIZE);
cpb               355 drivers/crypto/nx/nx-aes-xcbc.c 	memcpy(out, csbcpb->cpb.aes_xcbc.out_cv_mac, AES_BLOCK_SIZE);
cpb                83 drivers/crypto/nx/nx-sha256.c 	memcpy(csbcpb->cpb.sha256.message_digest, sctx->state, SHA256_DIGEST_SIZE);
cpb               144 drivers/crypto/nx/nx-sha256.c 		memcpy(csbcpb->cpb.sha256.input_partial_digest,
cpb               145 drivers/crypto/nx/nx-sha256.c 			       csbcpb->cpb.sha256.message_digest,
cpb               170 drivers/crypto/nx/nx-sha256.c 	memcpy(sctx->state, csbcpb->cpb.sha256.message_digest, SHA256_DIGEST_SIZE);
cpb               199 drivers/crypto/nx/nx-sha256.c 		memcpy(csbcpb->cpb.sha256.input_partial_digest, sctx->state, SHA256_DIGEST_SIZE);
cpb               207 drivers/crypto/nx/nx-sha256.c 	csbcpb->cpb.sha256.message_bit_length = (u64) (sctx->count * 8);
cpb               240 drivers/crypto/nx/nx-sha256.c 	memcpy(out, csbcpb->cpb.sha256.message_digest, SHA256_DIGEST_SIZE);
cpb                83 drivers/crypto/nx/nx-sha512.c 	memcpy(csbcpb->cpb.sha512.message_digest, sctx->state, SHA512_DIGEST_SIZE);
cpb               148 drivers/crypto/nx/nx-sha512.c 		memcpy(csbcpb->cpb.sha512.input_partial_digest,
cpb               149 drivers/crypto/nx/nx-sha512.c 			       csbcpb->cpb.sha512.message_digest,
cpb               173 drivers/crypto/nx/nx-sha512.c 	memcpy(sctx->state, csbcpb->cpb.sha512.message_digest, SHA512_DIGEST_SIZE);
cpb               203 drivers/crypto/nx/nx-sha512.c 		memcpy(csbcpb->cpb.sha512.input_partial_digest, sctx->state,
cpb               216 drivers/crypto/nx/nx-sha512.c 	csbcpb->cpb.sha512.message_bit_length_lo = count0;
cpb               246 drivers/crypto/nx/nx-sha512.c 	memcpy(out, csbcpb->cpb.sha512.message_digest, SHA512_DIGEST_SIZE);
cpb               104 drivers/crypto/nx/nx_csbcpb.h #define NX_CPB_FDM(c)			((c)->cpb.hdr.fdm)
cpb               105 drivers/crypto/nx/nx_csbcpb.h #define NX_CPB_KS_DS(c)			((c)->cpb.hdr.ks_ds)
cpb               151 drivers/crypto/nx/nx_csbcpb.h 	struct cop_parameter_block cpb;
cpb              1515 drivers/media/platform/s5p-mfc/s5p_mfc.c 	.cpb	= MAX_CPB_SIZE,
cpb              1540 drivers/media/platform/s5p-mfc/s5p_mfc.c 	.cpb	= MAX_CPB_SIZE_V6,
cpb              1569 drivers/media/platform/s5p-mfc/s5p_mfc.c 	.cpb	= MAX_CPB_SIZE_V7,
cpb              1593 drivers/media/platform/s5p-mfc/s5p_mfc.c 	.cpb	= MAX_CPB_SIZE_V8,
cpb              1628 drivers/media/platform/s5p-mfc/s5p_mfc.c 	.cpb    = MAX_CPB_SIZE_V10,
cpb               221 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	unsigned int cpb;
cpb               425 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		else if (pix_mp->plane_fmt[0].sizeimage > buf_size->cpb)
cpb               426 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			ctx->dec_src_buf_size = buf_size->cpb;
cpb               504 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	writel(buf_size->cpb, mfc_regs->d_cpb_buffer_size);
cpb                54 tools/perf/util/call-path.c 	struct call_path_block *cpb;
cpb                59 tools/perf/util/call-path.c 		cpb = list_last_entry(&cpr->blocks, struct call_path_block,
cpb                62 tools/perf/util/call-path.c 		cpb = zalloc(sizeof(struct call_path_block));
cpb                63 tools/perf/util/call-path.c 		if (!cpb)
cpb                65 tools/perf/util/call-path.c 		list_add_tail(&cpb->node, &cpr->blocks);
cpb                70 tools/perf/util/call-path.c 	cp = &cpb->cp[n];