| /linux/arch/mips/include/asm/ |
| H A D | mips-cpc.h | 8 # error Please include asm/mips-cps.h rather than asm/mips-cpc.h 65 CPS_ACCESSOR_RO(cpc, sz, MIPS_CPC_GCB_OFS + off, name) \ 66 CPS_ACCESSOR_RO(cpc, sz, MIPS_CPC_COCB_OFS + off, redir_##name) 69 CPS_ACCESSOR_RW(cpc, sz, MIPS_CPC_GCB_OFS + off, name) \ 70 CPS_ACCESSOR_RW(cpc, sz, MIPS_CPC_COCB_OFS + off, redir_##name) 73 CPS_ACCESSOR_RO(cpc, sz, MIPS_CPC_CLCB_OFS + off, cl_##name) \ 74 CPS_ACCESSOR_RO(cpc, sz, MIPS_CPC_COCB_OFS + off, co_##name) 77 CPS_ACCESSOR_RW(cpc, sz, MIPS_CPC_CLCB_OFS + off, cl_##name) \ 78 CPS_ACCESSOR_RW(cpc, sz, MIPS_CPC_COCB_OFS + off, co_##name)
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | p4080si-pre.dtsi | 101 next-level-cache = <&cpc>; 111 next-level-cache = <&cpc>; 121 next-level-cache = <&cpc>; 131 next-level-cache = <&cpc>; 141 next-level-cache = <&cpc>; 151 next-level-cache = <&cpc>; 161 next-level-cache = <&cpc>; 171 next-level-cache = <&cpc>;
|
| H A D | t104xsi-pre.dtsi | 81 next-level-cache = <&cpc>; 91 next-level-cache = <&cpc>; 101 next-level-cache = <&cpc>; 111 next-level-cache = <&cpc>;
|
| H A D | p3041si-pre.dtsi | 97 next-level-cache = <&cpc>; 107 next-level-cache = <&cpc>; 117 next-level-cache = <&cpc>; 127 next-level-cache = <&cpc>;
|
| H A D | p2041si-pre.dtsi | 96 next-level-cache = <&cpc>; 106 next-level-cache = <&cpc>; 116 next-level-cache = <&cpc>; 126 next-level-cache = <&cpc>;
|
| H A D | p5040si-pre.dtsi | 109 next-level-cache = <&cpc>; 119 next-level-cache = <&cpc>; 129 next-level-cache = <&cpc>; 139 next-level-cache = <&cpc>;
|
| H A D | t102xsi-pre.dtsi | 81 next-level-cache = <&cpc>; 91 next-level-cache = <&cpc>;
|
| H A D | p5020si-pre.dtsi | 103 next-level-cache = <&cpc>; 113 next-level-cache = <&cpc>;
|
| H A D | b4420si-post.dtsi | 75 cpc: l3-cache-controller@10000 { label 95 next-level-cache = <&cpc>;
|
| H A D | b4860si-post.dtsi | 244 cpc: l3-cache-controller@10000 { label 282 next-level-cache = <&cpc>;
|
| H A D | t4240si-post.dtsi | 914 cpc: l3-cache-controller@10000 { label 1099 next-level-cache = <&cpc>; 1104 next-level-cache = <&cpc>; 1109 next-level-cache = <&cpc>;
|
| H A D | t2081si-post.dtsi | 478 cpc: l3-cache-controller@10000 { label 658 next-level-cache = <&cpc>;
|
| H A D | p3041si-post.dtsi | 288 cpc: l3-cache-controller@10000 { label
|
| /linux/sound/soc/intel/avs/ |
| H A D | path.c | 423 cfg->base.cpc = t->cfg_base->cpc; in avs_copier_create() 457 cfg->base.cpc = t->cfg_base->cpc; in avs_whm_create() 584 cfg->base.cpc = t->cfg_base->cpc; in avs_peakvol_create() 619 cfg.base.cpc = t->cfg_base->cpc; in avs_updown_mix_create() 640 cfg.base.cpc = t->cfg_base->cpc; in avs_src_create() 658 cfg.base.cpc = t->cfg_base->cpc; in avs_asrc_create() 677 cfg.base.cpc = t->cfg_base->cpc; in avs_aec_create() 696 cfg.base.cpc = t->cfg_base->cpc; in avs_mux_create() 714 cfg.base.cpc = t->cfg_base->cpc; in avs_wov_create() 731 cfg.base.cpc = t->cfg_base->cpc; in avs_micsel_create() [all …]
|
| /linux/drivers/acpi/ |
| H A D | cppc_acpi.c | 101 #define CPC_IN_PCC(cpc) ((cpc)->type == ACPI_TYPE_BUFFER && \ argument 102 (cpc)->cpc_entry.reg.space_id == \ 106 #define CPC_IN_FFH(cpc) ((cpc)->type == ACPI_TYPE_BUFFER && \ argument 107 (cpc)->cpc_entry.reg.space_id == \ 111 #define CPC_IN_SYSTEM_MEMORY(cpc) ((cpc)->type == ACPI_TYPE_BUFFER && \ argument 112 (cpc)->cpc_entry.reg.space_id == \ 116 #define CPC_IN_SYSTEM_IO(cpc) ((cpc)->type == ACPI_TYPE_BUFFER && \ argument 117 (cpc)->cpc_entry.reg.space_id == \ 128 #define CPC_SUPPORTED(cpc) ((cpc)->type == ACPI_TYPE_INTEGER ? \ argument 129 !!(cpc)->cpc_entry.int_value : \ [all …]
|
| /linux/sound/soc/sof/ |
| H A D | ipc4-loader.c | 552 * sof_ipc4_update_cpc_from_manifest - Update the cpc in base config from manifest in sof_ipc4_reload_fw_libraries() 584 cpc_pick < fw_mod_cfg[i].cpc) in sof_ipc4_update_cpc_from_manifest() 585 cpc_pick = fw_mod_cfg[i].cpc; in sof_ipc4_update_cpc_from_manifest() 587 if (max_cpc < fw_mod_cfg[i].cpc) in sof_ipc4_update_cpc_from_manifest() 588 max_cpc = fw_mod_cfg[i].cpc; in sof_ipc4_update_cpc_from_manifest() 591 basecfg->cpc = cpc_pick; in sof_ipc4_update_cpc_from_manifest() 594 if (basecfg->cpc) in sof_ipc4_update_cpc_from_manifest()
|
| /linux/kernel/events/ |
| H A D | core.c | 528 static bool perf_rotate_context(struct perf_cpu_pmu_context *cpc); 1279 struct perf_cpu_pmu_context *cpc; in perf_mux_hrtimer_handler() local 1284 cpc = container_of(hr, struct perf_cpu_pmu_context, hrtimer); in perf_mux_hrtimer_handler() 1285 rotations = perf_rotate_context(cpc); in perf_mux_hrtimer_handler() 1287 raw_spin_lock(&cpc->hrtimer_lock); in perf_mux_hrtimer_handler() 1289 hrtimer_forward_now(hr, cpc->hrtimer_interval); in perf_mux_hrtimer_handler() 1291 cpc->hrtimer_active = 0; in perf_mux_hrtimer_handler() 1292 raw_spin_unlock(&cpc->hrtimer_lock); in perf_mux_hrtimer_handler() 1297 static void __perf_mux_hrtimer_init(struct perf_cpu_pmu_context *cpc, int cpu) in __perf_mux_hrtimer_init() argument 1299 struct hrtimer *timer = &cpc->hrtimer; in __perf_mux_hrtimer_init() [all …]
|
| /linux/arch/mips/boot/dts/img/ |
| H A D | boston.dts | 200 cpc@16200000 { 201 compatible = "mti,mips-cpc";
|
| H A D | pistachio.dtsi | 903 cpc: cpc@1bde0000 { label 904 compatible = "mti,mips-cpc";
|
| /linux/include/sound/sof/ |
| H A D | ext_manifest4.h | 115 uint32_t cpc; /* cycles per single run */ member
|
| /linux/arch/mips/kernel/ |
| H A D | mips-r2-to-r6-emul.c | 911 unsigned long cpc, epc, nepc, r31, res, rs, rt; in mipsr2_decoder() local 1000 cpc = regs->cp0_epc; in mipsr2_decoder() 1037 err = mips_dsemul(regs, nir, epc, cpc); in mipsr2_decoder() 1055 cpc = regs->cp0_epc; in mipsr2_decoder() 1086 err = mips_dsemul(regs, nir, epc, cpc); in mipsr2_decoder() 1126 cpc = regs->cp0_epc; in mipsr2_decoder() 1163 err = mips_dsemul(regs, nir, epc, cpc); in mipsr2_decoder()
|
| H A D | Makefile | 109 obj-$(CONFIG_MIPS_CPC) += mips-cpc.o
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | ebony.dts | 77 CPC0: cpc { 78 compatible = "ibm,cpc-440gp";
|
| H A D | taishan.dts | 103 CPC0: cpc { 104 compatible = "ibm,cpc-440gp";
|
| /linux/fs/f2fs/ |
| H A D | super.c | 2004 struct cp_control cpc = { in f2fs_put_super() local 2008 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_put_super() 2014 struct cp_control cpc = { in f2fs_put_super() local 2018 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_put_super() 2609 struct cp_control cpc; in f2fs_disable_checkpoint() local 2665 cpc.reason = CP_PAUSE; in f2fs_disable_checkpoint() 2668 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_disable_checkpoint() 5489 struct cp_control cpc = { in kill_f2fs_super() local 5493 f2fs_write_checkpoint(sbi, &cpc); in kill_f2fs_super()
|