| /linux/drivers/cpufreq/ |
| H A D | sti-cpufreq.c | 158 int pcode, substrate, major, minor; in sti_cpufreq_set_opp_info() local 178 pcode = 0; in sti_cpufreq_set_opp_info() 182 pcode = sti_cpufreq_fetch_regmap_field(reg_fields, in sti_cpufreq_set_opp_info() 185 if (pcode < 0) { in sti_cpufreq_set_opp_info() 188 pcode = 0; in sti_cpufreq_set_opp_info() 215 snprintf(name, MAX_PCODE_NAME_LEN, "pcode%d", pcode); in sti_cpufreq_set_opp_info() 228 pcode, major, minor, substrate); in sti_cpufreq_set_opp_info()
|
| /linux/kernel/trace/ |
| H A D | trace_probe.c | 380 struct fetch_insn **pcode, in check_prepare_btf_string_fetch() argument 394 struct fetch_insn *code = *pcode + 1; in check_prepare_btf_string_fetch() 405 *pcode = code; in check_prepare_btf_string_fetch() 551 struct fetch_insn **pcode, struct fetch_insn *end, in parse_btf_field() argument 554 struct fetch_insn *code = *pcode; in parse_btf_field() 621 *pcode = code; in parse_btf_field() 633 struct fetch_insn **pcode, struct fetch_insn *end, in parse_btf_arg() argument 636 struct fetch_insn *code = *pcode; in parse_btf_arg() 722 return parse_btf_field(field, type, pcode, end, ctx); in parse_btf_arg() 739 static int parse_btf_bitfield(struct fetch_insn **pcode, in parse_btf_bitfield() argument [all …]
|
| /linux/sound/pci/asihpi/ |
| H A D | hpi6000.c | 946 u32 *pcode; in hpi6000_adapter_boot_load_dsp() local 961 &pcode); in hpi6000_adapter_boot_load_dsp() 965 address, pcode, length); in hpi6000_adapter_boot_load_dsp() 981 u32 *pcode; in hpi6000_adapter_boot_load_dsp() local 989 hpi_dsp_code_read_block(length, &dsp_code, &pcode); in hpi6000_adapter_boot_load_dsp() 993 if (data != *pcode) { in hpi6000_adapter_boot_load_dsp() 997 address, *pcode, data, in hpi6000_adapter_boot_load_dsp() 1001 pcode++; in hpi6000_adapter_boot_load_dsp()
|
| H A D | hpi6205.c | 1390 u32 *pcode; in adapter_boot_load_dsp() local 1405 &pcode); in adapter_boot_load_dsp() 1410 *pcode); in adapter_boot_load_dsp() 1416 pcode++; in adapter_boot_load_dsp() 1432 u32 *pcode = NULL; in adapter_boot_load_dsp() local 1441 hpi_dsp_code_read_block(length, &dsp_code, &pcode); in adapter_boot_load_dsp() 1446 if (data != *pcode) { in adapter_boot_load_dsp() 1450 pcode++; in adapter_boot_load_dsp()
|
| /linux/arch/mips/include/asm/txx9/ |
| H A D | generic.h | 18 void txx9_reg_res_init(unsigned int pcode, unsigned long base,
|
| /linux/include/linux/soc/qcom/ |
| H A D | socinfo.h | 73 __le32 pcode; member
|
| /linux/drivers/soc/qcom/ |
| H A D | socinfo.c | 211 u32 pcode; member 707 qcom_socinfo->info.pcode = __le32_to_cpu(info->pcode); in socinfo_debugfs_init() 712 &qcom_socinfo->info.pcode); in socinfo_debugfs_init()
|
| /linux/arch/mips/txx9/generic/ |
| H A D | setup.c | 57 txx9_reg_res_init(unsigned int pcode, unsigned long base, unsigned long size) in txx9_reg_res_init() argument 67 txx9_pcode = pcode; in txx9_reg_res_init() 68 sprintf(txx9_pcode_str, "TX%x", pcode); in txx9_reg_res_init()
|
| /linux/Documentation/driver-api/media/drivers/ccs/ |
| H A D | ccs-regs.asc | 61 - f pcode 12 15 77 - f pcode 28 31
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 2960 int pcontrol, pcode, subpcode, bd_len; in resp_mode_sense() local 2975 pcode = cmd[2] & 0x3f; in resp_mode_sense() 3044 switch (pcode) { in resp_mode_sense() 3343 int ppc, sp, pcode, subpcode; in resp_log_sense() local 3355 pcode = cmd[2] & 0x3f; in resp_log_sense() 3358 arr[0] = pcode; in resp_log_sense() 3360 switch (pcode) { in resp_log_sense() 3381 switch (pcode) { in resp_log_sense() 3425 if (pcode == 0xd && subpcode == 1) in resp_log_sense()
|