Searched refs:COUNTS_PER_SEC (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/arm/xscale/ixp425/
H A Dixp425_timer.c74 #define COUNTS_PER_SEC 66666600 /* 66MHz */ macro
76 #define COUNTS_PER_SEC IXP425_CLOCK_FREQ macro
78 #define COUNTS_PER_USEC ((COUNTS_PER_SEC / 1000000) + 1)
89 COUNTS_PER_SEC, /* frequency */
158 if (hz < 50 || COUNTS_PER_SEC % hz) {
196 counts_per_hz = COUNTS_PER_SEC / hz;
/freebsd-10.2-release/sys/arm/xscale/i80321/
H A Di80321_timer.c90 #ifndef COUNTS_PER_SEC
91 #define COUNTS_PER_SEC 200000000 /* 200MHz */ macro
94 #define COUNTS_PER_USEC (COUNTS_PER_SEC / 1000000)
101 COUNTS_PER_SEC,
103 COUNTS_PER_SEC * 3, /* frequency */
340 counts_per_hz = COUNTS_PER_SEC / 100;
364 if (hz < 50 || COUNTS_PER_SEC % hz) {
402 counts_per_hz = COUNTS_PER_SEC / hz;

Completed in 48 milliseconds