Lines Matching defs:hpc
198 int pin, device, hpc;
234 hpc = 0;
237 hpc = 1;
240 hpc = 2;
243 REGVAL(PCIA_DEVVEC(hpc, device, pin) + ccp->cc_sysbase) = vec;
285 int ionode, hose, device, hpc, busp;
298 hpc = 0;
300 hpc = 1;
303 hpc = 2;
307 val = imaskcache[ionode][hose][hpc];
312 imaskcache[ionode][hose][hpc] = val;
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);
318 REGVAL(PCIA_IMASK(hpc) + paddr) = val;