Lines Matching full:counters
51 /* Unfreezes the counters on this CPU, enables the interrupt,
52 * enables the counters to trigger the interrupt, and sets the
53 * counters to only count when the mark bit is not set.
65 /* Disables the counters on this CPU, and freezes them */
76 /* Configures the counters on this CPU based on the global
80 /* freeze all counters */ in fsl7450_cpu_setup()
99 /* Our counters count up, and "count" refers to in fsl7450_reg_setup()
103 * Then we set the events on the enabled counters */ in fsl7450_reg_setup()
107 /* Set events for Counters 1 & 2 */ in fsl7450_reg_setup()
118 /* Set events for Counters 3-6 */ in fsl7450_reg_setup()
130 /* Sets the counters on this CPU to the chosen values, and starts them */
145 * The counters won't actually start until the rfi clears in fsl7450_start()
154 /* Stop the counters on this CPU */
157 /* freeze counters */ in fsl7450_stop()
196 * The counters won't actually start until the rfi clears in fsl7450_handle_interrupt()