Lines Matching full:stick
219 /* Writes to the %tick and %stick register are not in stick_init_tick()
227 /* Let the user get at STICK too. */ in stick_init_tick()
284 return prom_getintdefault(prom_root_node, "stick-frequency", 0); in stick_get_frequency()
288 .name = "stick",
298 /* On Hummingbird the STICK/STICK_CMPR register is implemented
303 * Since STICK is constantly updating, we have to access it carefully.
310 * Writing STICK safely is also tricky:
378 * XXX into actually sending STICK interrupts. I think because in hbtick_init_tick()
380 * XXX {TICK + STICK} interrupt mux. -DaveM in hbtick_init_tick()
418 return prom_getintdefault(prom_root_node, "stick-frequency", 0); in hbtick_get_frequency()
808 instr = (tlb_type == spitfire) ? p->tick : p->stick; in get_tick_patch()
886 * latency with reading tick, because reading %tick/%stick is a in sched_clock()