Searched refs:dtm (Results 1 – 6 of 6) sorted by relevance
264 int dtm; member1234 struct arm_cmn_dtm *dtm = NULL; in arm_cmn_read_dtm() local1241 if (dtm != &cmn->dtms[dn->dtm]) { in arm_cmn_read_dtm()1242 dtm = &cmn->dtms[dn->dtm] + hw->dtm_offset; in arm_cmn_read_dtm()1243 reg = readq_relaxed(dtm->base + offset); in arm_cmn_read_dtm()1436 int wp_idx, dtm = dn->dtm, sel = hw->filter_sel; in arm_cmn_val_add_event() local1438 val->dtm_count[dtm]++; in arm_cmn_val_add_event()1441 val->occupid[dtm][sel] = CMN_EVENT_OCCUPID(event) + 1; in arm_cmn_val_add_event()1447 val->wp[dtm][wp_idx] = CMN_EVENT_WP_COMBINE(event) + 1; in arm_cmn_val_add_event()1484 int wp_idx, wp_cmb, dtm = dn->dtm, sel = hw->filter_sel; in arm_cmn_validate_group() local[all …]
84 static inline void tcf_tm_dump(struct tcf_t *dtm, const struct tcf_t *stm) in tcf_tm_dump() argument86 dtm->install = jiffies_to_clock_t(jiffies - stm->install); in tcf_tm_dump()87 dtm->lastuse = jiffies_to_clock_t(jiffies - stm->lastuse); in tcf_tm_dump()88 dtm->firstuse = stm->firstuse ? in tcf_tm_dump()90 dtm->expires = jiffies_to_clock_t(stm->expires); in tcf_tm_dump()
96 le32_to_cpu(ta_hdr->dtm.fw_version); in psp_v10_0_init_microcode()98 le32_to_cpu(ta_hdr->dtm.size_bytes); in psp_v10_0_init_microcode()101 le32_to_cpu(ta_hdr->dtm.offset_bytes); in psp_v10_0_init_microcode()
98 le32_to_cpu(ta_hdr->dtm.fw_version); in psp_v12_0_init_microcode()100 le32_to_cpu(ta_hdr->dtm.size_bytes); in psp_v12_0_init_microcode()103 le32_to_cpu(ta_hdr->dtm.offset_bytes); in psp_v12_0_init_microcode()
207 le32_to_cpu(ta_hdr->dtm.fw_version); in psp_v11_0_init_microcode()209 le32_to_cpu(ta_hdr->dtm.size_bytes); in psp_v11_0_init_microcode()213 le32_to_cpu(ta_hdr->dtm.offset_bytes); in psp_v11_0_init_microcode()
143 struct psp_fw_legacy_bin_desc dtm; member