/Linux-v6.6/drivers/net/wireless/ath/wil6210/ |
D | pmc.c | 21 static int wil_is_pmc_allocated(struct pmc_ctx *pmc) in wil_is_pmc_allocated() argument 23 return !!pmc->pring_va; in wil_is_pmc_allocated() 28 memset(&wil->pmc, 0, sizeof(struct pmc_ctx)); in wil_pmc_init() 29 mutex_init(&wil->pmc.lock); in wil_pmc_init() 44 struct pmc_ctx *pmc = &wil->pmc; in wil_pmc_alloc() local 50 mutex_lock(&pmc->lock); in wil_pmc_alloc() 52 if (wil_is_pmc_allocated(pmc)) { in wil_pmc_alloc() 81 pmc->num_descriptors = num_descriptors; in wil_pmc_alloc() 82 pmc->descriptor_size = descriptor_size; in wil_pmc_alloc() 88 pmc->descriptors = kcalloc(num_descriptors, in wil_pmc_alloc() [all …]
|
/Linux-v6.6/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
D | misc.h | 61 static inline int get_mmcr0_fc56(u64 mmcr0, int pmc) in get_mmcr0_fc56() argument 66 static inline int get_mmcr0_pmccext(u64 mmcr0, int pmc) in get_mmcr0_pmccext() argument 71 static inline int get_mmcr0_pmao(u64 mmcr0, int pmc) in get_mmcr0_pmao() argument 76 static inline int get_mmcr0_cc56run(u64 mmcr0, int pmc) in get_mmcr0_cc56run() argument 81 static inline int get_mmcr0_pmcjce(u64 mmcr0, int pmc) in get_mmcr0_pmcjce() argument 86 static inline int get_mmcr0_pmc1ce(u64 mmcr0, int pmc) in get_mmcr0_pmc1ce() argument 91 static inline int get_mmcr0_pmae(u64 mmcr0, int pmc) in get_mmcr0_pmae() argument 96 static inline int get_mmcr1_pmcxsel(u64 mmcr1, int pmc) in get_mmcr1_pmcxsel() argument 98 return ((mmcr1 >> ((24 - (((pmc) - 1) * 8))) & 0xff)); in get_mmcr1_pmcxsel() 101 static inline int get_mmcr1_unit(u64 mmcr1, int pmc) in get_mmcr1_unit() argument [all …]
|
/Linux-v6.6/arch/x86/kvm/ |
D | pmu.h | 9 #define pmc_to_pmu(pmc) (&(pmc)->vcpu->arch.pmu) argument 22 bool (*hw_event_available)(struct kvm_pmc *pmc); 58 static inline u64 pmc_bitmask(struct kvm_pmc *pmc) in pmc_bitmask() argument 60 struct kvm_pmu *pmu = pmc_to_pmu(pmc); in pmc_bitmask() 62 return pmu->counter_bitmask[pmc->type]; in pmc_bitmask() 65 static inline u64 pmc_read_counter(struct kvm_pmc *pmc) in pmc_read_counter() argument 69 counter = pmc->counter; in pmc_read_counter() 70 if (pmc->perf_event && !pmc->is_paused) in pmc_read_counter() 71 counter += perf_event_read_value(pmc->perf_event, in pmc_read_counter() 74 return counter & pmc_bitmask(pmc); in pmc_read_counter() [all …]
|
D | pmu.c | 96 static inline void __kvm_perf_overflow(struct kvm_pmc *pmc, bool in_pmi) in __kvm_perf_overflow() argument 98 struct kvm_pmu *pmu = pmc_to_pmu(pmc); in __kvm_perf_overflow() 101 if (pmc->perf_event && pmc->perf_event->attr.precise_ip) { in __kvm_perf_overflow() 116 __set_bit(pmc->idx, (unsigned long *)&pmu->global_status); in __kvm_perf_overflow() 119 if (pmc->intr && !skip_pmi) in __kvm_perf_overflow() 120 kvm_make_request(KVM_REQ_PMI, pmc->vcpu); in __kvm_perf_overflow() 127 struct kvm_pmc *pmc = perf_event->overflow_handler_context; in kvm_perf_overflow() local 134 if (test_and_set_bit(pmc->idx, pmc_to_pmu(pmc)->reprogram_pmi)) in kvm_perf_overflow() 137 __kvm_perf_overflow(pmc, true); in kvm_perf_overflow() 139 kvm_make_request(KVM_REQ_PMU, pmc->vcpu); in kvm_perf_overflow() [all …]
|
/Linux-v6.6/drivers/soc/tegra/ |
D | pmc.c | 269 struct tegra_pmc *pmc; member 357 void (*init)(struct tegra_pmc *pmc); 358 void (*setup_irq_polarity)(struct tegra_pmc *pmc, 361 void (*set_wake_filters)(struct tegra_pmc *pmc); 364 int (*powergate_set)(struct tegra_pmc *pmc, unsigned int id, 472 static struct tegra_pmc *pmc = &(struct tegra_pmc) { variable 483 static u32 tegra_pmc_readl(struct tegra_pmc *pmc, unsigned long offset) in tegra_pmc_readl() argument 487 if (pmc->tz_only) { in tegra_pmc_readl() 491 if (pmc->dev) in tegra_pmc_readl() 492 dev_warn(pmc->dev, "%s(): SMC failed: %lu\n", in tegra_pmc_readl() [all …]
|
/Linux-v6.6/drivers/platform/x86/intel/pmc/ |
D | core.c | 56 static inline u32 pmc_core_reg_read(struct pmc *pmc, int reg_offset) in pmc_core_reg_read() argument 58 return readl(pmc->regbase + reg_offset); in pmc_core_reg_read() 61 static inline void pmc_core_reg_write(struct pmc *pmc, int reg_offset, in pmc_core_reg_write() argument 64 writel(val, pmc->regbase + reg_offset); in pmc_core_reg_write() 67 static inline u64 pmc_core_adjust_slp_s0_step(struct pmc *pmc, u32 value) in pmc_core_adjust_slp_s0_step() argument 75 const int lpm_adj_x2 = pmc->map->lpm_res_counter_step_x2; in pmc_core_adjust_slp_s0_step() 77 if (pmc->map == &adl_reg_map) in pmc_core_adjust_slp_s0_step() 80 return (u64)value * pmc->map->slp_s0_res_counter_step; in pmc_core_adjust_slp_s0_step() 85 struct pmc *pmc = pmcdev->pmcs[PMC_IDX_MAIN]; in set_etr3() local 86 const struct pmc_reg_map *map = pmc->map; in set_etr3() [all …]
|
/Linux-v6.6/arch/riscv/kvm/ |
D | vcpu_pmu.c | 36 static u64 kvm_pmu_get_sample_period(struct kvm_pmc *pmc) in kvm_pmu_get_sample_period() argument 38 u64 counter_val_mask = GENMASK(pmc->cinfo.width, 0); in kvm_pmu_get_sample_period() 41 if (!pmc->counter_val) in kvm_pmu_get_sample_period() 44 sample_period = (-pmc->counter_val) & counter_val_mask; in kvm_pmu_get_sample_period() 77 static void kvm_pmu_release_perf_event(struct kvm_pmc *pmc) in kvm_pmu_release_perf_event() argument 79 if (pmc->perf_event) { in kvm_pmu_release_perf_event() 80 perf_event_disable(pmc->perf_event); in kvm_pmu_release_perf_event() 81 perf_event_release_kernel(pmc->perf_event); in kvm_pmu_release_perf_event() 82 pmc->perf_event = NULL; in kvm_pmu_release_perf_event() 203 struct kvm_pmc *pmc; in pmu_ctr_read() local [all …]
|
/Linux-v6.6/arch/powerpc/perf/ |
D | ppc970-pmu.c | 147 int pmc, psel, unit, byte, bit; in p970_marked_instr_event() local 150 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; in p970_marked_instr_event() 152 if (pmc) { in p970_marked_instr_event() 153 if (direct_marked_event[pmc - 1] & (1 << psel)) in p970_marked_instr_event() 156 bit = (pmc <= 4)? pmc - 1: 8 - pmc; in p970_marked_instr_event() 195 int pmc, byte, unit, sh, spcsel; in p970_get_constraint() local 199 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; in p970_get_constraint() 200 if (pmc) { in p970_get_constraint() 201 if (pmc > 8) in p970_get_constraint() 203 sh = (pmc - 1) * 2; in p970_get_constraint() [all …]
|
D | power7-pmu.c | 86 int pmc, sh, unit; in power7_get_constraint() local 89 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; in power7_get_constraint() 90 if (pmc) { in power7_get_constraint() 91 if (pmc > 6) in power7_get_constraint() 93 sh = (pmc - 1) * 2; in power7_get_constraint() 96 if (pmc >= 5 && !(event == 0x500fa || event == 0x600f4)) in power7_get_constraint() 99 if (pmc < 5) { in power7_get_constraint() 146 int pmc, psel; in find_alternative_decode() local 149 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; in find_alternative_decode() 151 if ((pmc == 2 || pmc == 4) && (psel & ~7) == 0x40) in find_alternative_decode() [all …]
|
D | power6-pmu.c | 139 int pmc, psel, ptype; in power6_marked_instr_event() local 143 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; in power6_marked_instr_event() 145 if (pmc >= 5) in power6_marked_instr_event() 151 if (pmc == 0 || !(ptype & (1 << (pmc - 1)))) in power6_marked_instr_event() 159 bit = ptype ^ (pmc - 1); in power6_marked_instr_event() 182 unsigned int pmc, ev, b, u, s, psel; in p6_compute_mmcr() local 189 pmc = (event[i] >> PM_PMC_SH) & PM_PMC_MSK; in p6_compute_mmcr() 190 if (pmc) { in p6_compute_mmcr() 191 if (pmc_inuse & (1 << (pmc - 1))) in p6_compute_mmcr() 193 pmc_inuse |= 1 << (pmc - 1); in p6_compute_mmcr() [all …]
|
D | power5-pmu.c | 141 int pmc, byte, unit, sh; in power5_get_constraint() local 146 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; in power5_get_constraint() 147 if (pmc) { in power5_get_constraint() 148 if (pmc > 6) in power5_get_constraint() 150 sh = (pmc - 1) * 2; in power5_get_constraint() 153 if (pmc <= 4) in power5_get_constraint() 154 grp = (pmc - 1) >> 1; in power5_get_constraint() 186 if (!pmc) in power5_get_constraint() 201 if (pmc < 5) { in power5_get_constraint() 253 int pmc, altpmc, pp, j; in find_alternative_bdecode() local [all …]
|
D | power5+-pmu.c | 137 int pmc, byte, unit, sh; in power5p_get_constraint() local 141 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; in power5p_get_constraint() 142 if (pmc) { in power5p_get_constraint() 143 if (pmc > 6) in power5p_get_constraint() 145 sh = (pmc - 1) * 2; in power5p_get_constraint() 148 if (pmc >= 5 && !(event == 0x500009 || event == 0x600005)) in power5p_get_constraint() 179 if (pmc < 5) { in power5p_get_constraint() 191 int pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; in power5p_limited_pmc_event() local 193 return pmc == 5 || pmc == 6; in power5p_limited_pmc_event() 245 int pmc, altpmc, pp, j; in find_alternative_bdecode() local [all …]
|
D | isa207-common.h | 200 #define CNST_PMC_SHIFT(pmc) ((pmc - 1) * 2) argument 201 #define CNST_PMC_VAL(pmc) (1 << CNST_PMC_SHIFT(pmc)) argument 202 #define CNST_PMC_MASK(pmc) (2 << CNST_PMC_SHIFT(pmc)) argument 210 #define MMCR1_UNIT_SHIFT(pmc) (60 - (4 * ((pmc) - 1))) argument 211 #define MMCR1_COMBINE_SHIFT(pmc) (35 - ((pmc) - 1)) argument 212 #define MMCR1_PMCSEL_SHIFT(pmc) (24 - (((pmc) - 1)) * 8) argument 218 #define p9_MMCR1_COMBINE_SHIFT(pmc) (38 - ((pmc - 1) * 2)) argument 250 #define MMCR2_FCS(pmc) (1ull << (63 - (((pmc) - 1) * 9))) argument 251 #define MMCR2_FCP(pmc) (1ull << (62 - (((pmc) - 1) * 9))) argument 252 #define MMCR2_FCWAIT(pmc) (1ull << (58 - (((pmc) - 1) * 9))) argument [all …]
|
D | mpc7450-pmu.c | 39 int pmc; in mpc7450_classify_event() local 41 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; in mpc7450_classify_event() 42 if (pmc) { in mpc7450_classify_event() 43 if (pmc > N_COUNTER) in mpc7450_classify_event() 79 int pmc, sel; in mpc7450_threshold_use() local 81 pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; in mpc7450_threshold_use() 83 switch (pmc) { in mpc7450_threshold_use() 153 int pmc, class; in mpc7450_get_constraint() local 161 pmc = ((unsigned int)event >> PM_PMC_SH) & PM_PMC_MSK; in mpc7450_get_constraint() 162 mask = pmcbits[pmc - 1][0]; in mpc7450_get_constraint() [all …]
|
/Linux-v6.6/drivers/mfd/ |
D | intel_pmc_bxt.c | 83 int intel_pmc_gcr_read64(struct intel_pmc_dev *pmc, u32 offset, u64 *data) in intel_pmc_gcr_read64() argument 88 spin_lock(&pmc->gcr_lock); in intel_pmc_gcr_read64() 89 *data = readq(pmc->gcr_mem_base + offset); in intel_pmc_gcr_read64() 90 spin_unlock(&pmc->gcr_lock); in intel_pmc_gcr_read64() 108 int intel_pmc_gcr_update(struct intel_pmc_dev *pmc, u32 offset, u32 mask, u32 val) in intel_pmc_gcr_update() argument 115 spin_lock(&pmc->gcr_lock); in intel_pmc_gcr_update() 116 new_val = readl(pmc->gcr_mem_base + offset); in intel_pmc_gcr_update() 119 writel(new_val, pmc->gcr_mem_base + offset); in intel_pmc_gcr_update() 121 new_val = readl(pmc->gcr_mem_base + offset); in intel_pmc_gcr_update() 122 spin_unlock(&pmc->gcr_lock); in intel_pmc_gcr_update() [all …]
|
/Linux-v6.6/net/ipv4/ |
D | igmp.c | 160 static int sf_setstate(struct ip_mc_list *pmc); 161 static void sf_markstate(struct ip_mc_list *pmc); 163 static void ip_mc_clear_src(struct ip_mc_list *pmc); 175 #define for_each_pmc_rcu(in_dev, pmc) \ argument 176 for (pmc = rcu_dereference(in_dev->mc_list); \ 177 pmc != NULL; \ 178 pmc = rcu_dereference(pmc->next_rcu)) 180 #define for_each_pmc_rtnl(in_dev, pmc) \ argument 181 for (pmc = rtnl_dereference(in_dev->mc_list); \ 182 pmc != NULL; \ [all …]
|
/Linux-v6.6/arch/arm64/kvm/ |
D | pmu-emul.c | 26 static void kvm_pmu_create_perf_event(struct kvm_pmc *pmc); 27 static void kvm_pmu_release_perf_event(struct kvm_pmc *pmc); 29 static struct kvm_vcpu *kvm_pmc_to_vcpu(const struct kvm_pmc *pmc) in kvm_pmc_to_vcpu() argument 31 return container_of(pmc, struct kvm_vcpu, arch.pmu.pmc[pmc->idx]); in kvm_pmc_to_vcpu() 36 return &vcpu->arch.pmu.pmc[cnt_idx]; in kvm_vcpu_idx_to_pmc() 67 static bool kvm_pmc_is_64bit(struct kvm_pmc *pmc) in kvm_pmc_is_64bit() argument 69 return (pmc->idx == ARMV8_PMU_CYCLE_IDX || in kvm_pmc_is_64bit() 70 kvm_pmu_is_3p5(kvm_pmc_to_vcpu(pmc))); in kvm_pmc_is_64bit() 73 static bool kvm_pmc_has_64bit_overflow(struct kvm_pmc *pmc) in kvm_pmc_has_64bit_overflow() argument 75 u64 val = __vcpu_sys_reg(kvm_pmc_to_vcpu(pmc), PMCR_EL0); in kvm_pmc_has_64bit_overflow() [all …]
|
/Linux-v6.6/drivers/platform/mellanox/ |
D | mlxbf-pmc.c | 432 static struct mlxbf_pmc_context *pmc; variable 444 arm_smccc_smc(command, pmc->sreg_tbl_perf, (uintptr_t)addr, 0, 0, 0, 0, in mlxbf_pmc_secure_read() 468 if (pmc->svc_sreg_support) in mlxbf_pmc_read() 500 arm_smccc_smc(command, pmc->sreg_tbl_perf, value, (uintptr_t)addr, 0, 0, in mlxbf_pmc_secure_write() 520 if (pmc->svc_sreg_support) in mlxbf_pmc_write() 535 (offset + MLXBF_PMC_REG_SIZE <= pmc->block[blk_num].blk_size)) in mlxbf_pmc_valid_range() 557 switch (pmc->event_set) { in mlxbf_pmc_event_list() 643 return mlxbf_pmc_write(pmc->block[blk_num].mmio_base + in mlxbf_pmc_config_l3_counters() 665 pmcaddr = pmc->block[blk_num].mmio_base + in mlxbf_pmc_program_l3_counter() 670 pmcaddr = pmc->block[blk_num].mmio_base + in mlxbf_pmc_program_l3_counter() [all …]
|
/Linux-v6.6/drivers/platform/x86/ |
D | pmc_atom.c | 204 static inline u32 pmc_reg_read(struct pmc_dev *pmc, int reg_offset) in pmc_reg_read() argument 206 return readl(pmc->regmap + reg_offset); in pmc_reg_read() 209 static inline void pmc_reg_write(struct pmc_dev *pmc, int reg_offset, u32 val) in pmc_reg_write() argument 211 writel(val, pmc->regmap + reg_offset); in pmc_reg_write() 216 struct pmc_dev *pmc = &pmc_device; in pmc_atom_read() local 218 if (!pmc->init) in pmc_atom_read() 221 *value = pmc_reg_read(pmc, offset); in pmc_atom_read() 242 static void pmc_hw_reg_setup(struct pmc_dev *pmc) in pmc_hw_reg_setup() argument 252 pmc_reg_write(pmc, PMC_S0IX_WAKE_EN, (u32)PMC_WAKE_EN_SETTING); in pmc_hw_reg_setup() 273 struct pmc_dev *pmc = s->private; in pmc_dev_state_show() local [all …]
|
/Linux-v6.6/net/ipv6/ |
D | mcast.c | 79 static int sf_setstate(struct ifmcaddr6 *pmc); 80 static void sf_markstate(struct ifmcaddr6 *pmc); 81 static void ip6_mc_clear_src(struct ifmcaddr6 *pmc); 117 #define for_each_pmc_socklock(np, sk, pmc) \ argument 118 for (pmc = sock_dereference((np)->ipv6_mc_list, sk); \ 119 pmc; \ 120 pmc = sock_dereference(pmc->next, sk)) 122 #define for_each_pmc_rcu(np, pmc) \ argument 123 for (pmc = rcu_dereference((np)->ipv6_mc_list); \ 124 pmc; \ [all …]
|
/Linux-v6.6/arch/x86/kvm/svm/ |
D | pmu.c | 76 static bool amd_hw_event_available(struct kvm_pmc *pmc) in amd_hw_event_available() argument 100 struct kvm_pmc *pmc; in amd_msr_idx_to_pmc() local 102 pmc = get_gp_pmc_amd(pmu, msr, PMU_TYPE_COUNTER); in amd_msr_idx_to_pmc() 103 pmc = pmc ? pmc : get_gp_pmc_amd(pmu, msr, PMU_TYPE_EVNTSEL); in amd_msr_idx_to_pmc() 105 return pmc; in amd_msr_idx_to_pmc() 134 struct kvm_pmc *pmc; in amd_pmu_get_msr() local 138 pmc = get_gp_pmc_amd(pmu, msr, PMU_TYPE_COUNTER); in amd_pmu_get_msr() 139 if (pmc) { in amd_pmu_get_msr() 140 msr_info->data = pmc_read_counter(pmc); in amd_pmu_get_msr() 144 pmc = get_gp_pmc_amd(pmu, msr, PMU_TYPE_EVNTSEL); in amd_pmu_get_msr() [all …]
|
/Linux-v6.6/drivers/usb/typec/mux/ |
D | intel_pmc_mux.c | 136 struct pmc_usb *pmc; member 173 port->iom_status = readl(port->pmc->iom_base + in update_port_status() 174 port->pmc->iom_port_status_offset + in update_port_status() 175 port_num * port->pmc->iom_port_status_size); in update_port_status() 233 ret = pmc_usb_send_command(port->pmc->ipc, msg, len); in pmc_usb_command() 334 if (acpi_dev_hid_uid_match(port->pmc->iom_adev, "INTC1072", NULL) || in pmc_usb_mux_tbt() 335 acpi_dev_hid_uid_match(port->pmc->iom_adev, "INTC1079", NULL)) { in pmc_usb_mux_tbt() 385 if (!acpi_dev_hid_uid_match(port->pmc->iom_adev, "INTC1072", NULL) || in pmc_usb_mux_usb4() 386 !acpi_dev_hid_uid_match(port->pmc->iom_adev, "INTC1079", NULL)) in pmc_usb_mux_usb4() 390 if (acpi_dev_hid_uid_match(port->pmc->iom_adev, "INTC1072", NULL) || in pmc_usb_mux_usb4() [all …]
|
/Linux-v6.6/arch/arm/mach-at91/ |
D | pm_suspend.S | 22 pmc .req r0 label 42 2: ldr r8, [pmc, #AT91_PMC_SR] 54 1: ldr r7, [pmc, #AT91_PMC_SR] 65 1: ldr r7, [pmc, #AT91_PMC_SR] 79 str r7, [pmc, #AT91_PMC_SCDR] 476 ldr pmc, .pmc_base 485 ldr tmp1, [pmc, tmp3] 488 str tmp1, [pmc, tmp3] 496 ldr tmp1, [pmc, #AT91_CKGR_MOR] 499 str tmp1, [pmc, #AT91_CKGR_MOR] [all …]
|
/Linux-v6.6/arch/arm/boot/dts/microchip/ |
D | sama5d2.dtsi | 48 clocks = <&pmc PMC_TYPE_CORE PMC_MCK>; 64 clocks = <&pmc PMC_TYPE_CORE PMC_MCK>; 134 clocks = <&pmc PMC_TYPE_PERIPHERAL 42>, <&pmc PMC_TYPE_CORE PMC_UTMI>; 143 clocks = <&pmc PMC_TYPE_PERIPHERAL 41>, <&pmc PMC_TYPE_PERIPHERAL 41>, <&pmc PMC_TYPE_SYSTEM 6>; 152 clocks = <&pmc PMC_TYPE_CORE PMC_UTMI>, <&pmc PMC_TYPE_PERIPHERAL 41>; 176 clocks = <&pmc PMC_TYPE_CORE PMC_MCK2>; 195 clocks = <&pmc PMC_TYPE_PERIPHERAL 31>, <&pmc PMC_TYPE_GCK 31>, <&pmc PMC_TYPE_CORE PMC_MAIN>; 197 assigned-clocks = <&pmc PMC_TYPE_GCK 31>; 206 clocks = <&pmc PMC_TYPE_PERIPHERAL 32>, <&pmc PMC_TYPE_GCK 32>, <&pmc PMC_TYPE_CORE PMC_MAIN>; 208 assigned-clocks = <&pmc PMC_TYPE_GCK 32>; [all …]
|
D | sama7g5.dtsi | 37 clocks = <&pmc PMC_TYPE_CORE PMC_CPUPLL>; 192 clocks = <&pmc PMC_TYPE_CORE PMC_MCK1>; 210 clocks = <&pmc PMC_TYPE_PERIPHERAL 18>; 241 clocks = <&pmc PMC_TYPE_PERIPHERAL 11>; 244 pmc: clock-controller@e0018000 { label 245 compatible = "microchip,sama7g5-pmc", "syscon"; 315 …clocks = <&pmc PMC_TYPE_PERIPHERAL 91>, <&pmc PMC_TYPE_PERIPHERAL 92>, <&pmc PMC_TYPE_PERIPHERAL 9… 323 clocks = <&pmc PMC_TYPE_PERIPHERAL 21>; 343 clocks = <&pmc PMC_TYPE_PERIPHERAL 78>, <&pmc PMC_TYPE_GCK 78>; 358 clocks = <&pmc PMC_TYPE_PERIPHERAL 79>, <&pmc PMC_TYPE_GCK 79>; [all …]
|