Lines Matching full:long
44 unsigned long pmcr; in rt_hw_pmu_enable_cnt()
45 unsigned long pmcntenset; in rt_hw_pmu_enable_cnt()
62 rt_inline unsigned long rt_hw_pmu_get_control(void) in rt_hw_pmu_get_control()
64 unsigned long pmcr; in rt_hw_pmu_get_control()
69 rt_inline unsigned long rt_hw_pmu_get_ceid(void) in rt_hw_pmu_get_ceid()
71 unsigned long reg; in rt_hw_pmu_get_ceid()
77 rt_inline unsigned long rt_hw_pmu_get_cnten(void) in rt_hw_pmu_get_cnten()
79 unsigned long pmcnt; in rt_hw_pmu_get_cnten()
86 unsigned long pmcr; in rt_hw_pmu_reset_cycle()
96 unsigned long pmcr; in rt_hw_pmu_reset_event()
104 rt_inline unsigned long rt_hw_pmu_get_cycle(void) in rt_hw_pmu_get_cycle()
106 unsigned long cyc; in rt_hw_pmu_get_cycle()
130 rt_inline unsigned long rt_hw_pmu_read_counter(int idx) in rt_hw_pmu_read_counter()
132 unsigned long reg; in rt_hw_pmu_read_counter()
140 rt_inline unsigned long rt_hw_pmu_get_ovsr(void) in rt_hw_pmu_get_ovsr()
142 unsigned long reg; in rt_hw_pmu_get_ovsr()
148 rt_inline void rt_hw_pmu_clear_ovsr(unsigned long reg) in rt_hw_pmu_clear_ovsr()