Lines Matching refs:model
25 static struct op_axp_model *model;
39 model->handle_interrupt(which, regs, ctr);
46 model->reset_ctr(®, which);
59 for (i = e = 0; i < model->num_counters; ++i)
65 model->reg_setup(®, ctr, &sys);
68 smp_call_function(model->cpu_setup, ®, 1);
69 model->cpu_setup(®);
113 for (i = 0; i < model->num_counters; ++i) {
129 if (model->can_set_proc_mode) {
170 model = lmodel;