tc_counter_mask   700 arch/i386/isa/clock.c 	i8254_timecounter.tc_counter_mask = 0x7fff;
tc_counter_mask   233 arch/i386/pci/elan520.c 	tc->tc_counter_mask = ~0;
tc_counter_mask   148 arch/i386/pci/ichpcib.c 	    (ichpcib_timecounter.tc_counter_mask == 0xffffffff ? "32" : "24"),
tc_counter_mask   100 dev/acpi/acpitimer.c 		acpi_timecounter.tc_counter_mask = 0xffffffffU;
tc_counter_mask   266 dev/pci/amdpm.c 				amdpm_timecounter.tc_counter_mask = 0xffffffffu;
tc_counter_mask   342 dev/pci/viaenv.c 		viaenv_timecounter.tc_counter_mask = 0xffffffff;
tc_counter_mask   349 dev/pci/viaenv.c 	    (viaenv_timecounter.tc_counter_mask == 0xffffffff ? "32" : "24"),
tc_counter_mask   114 kern/kern_tc.c 	    tc->tc_counter_mask);
tc_counter_mask   241 kern/kern_tc.c 	u = tc->tc_frequency / tc->tc_counter_mask;
tc_counter_mask   348 kern/kern_tc.c 	th->th_offset_count &= th->th_counter->tc_counter_mask;
tc_counter_mask    49 sys/timetc.h   	u_int 			tc_counter_mask;