Lines Matching defs:ihv
171 const u_int ihv = alpha_pci_intr_handle_get_irq(&ih);
173 snprintf(buf, len, "vector 0x%x", IH_VEC(ihv));
200 const u_int ihv = alpha_pci_intr_handle_get_irq(&ih);
203 device = IH_DEV(ihv);
204 pin = IH_PIN(ihv);
205 vec = IH_VEC(ihv);
257 const u_long ihv = (u_long) cookie;
258 pci_intr_handle_t ih = { .value = ihv };
261 vec = IH_VEC(ihv);
282 const u_int ihv = alpha_pci_intr_handle_get_irq(&ih);
290 device = IH_DEV(ihv);
291 busp = (1 << (IH_PIN(ihv) - 1));
314 printf("kn8ae_%s_intr: ihv %x imsk 0x%x hpc %d TLSB node %d hose %d\n",
315 onoff? "enable" : "disable", ihv, val, hpc, ionode + 4, hose);