HomeSort by: relevance | last modified time | path
    Searched defs:hpcs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/alpha/pci/
dwlpx.c 192 * We know the internal KFTIA hose (hose 0) has only 2 HPCs,
193 * but we can also actually probe for HPCs.
221 * If there are only 2 HPCs, then the 'present' register is not
246 * Do this even for all HPCs- even for the nonexistent
312 } hpcs[NHPC]; local in function:dwlpx_errintr
315 hpcs[i].err = REGVAL(PCIA_ERR(i) + ccp->cc_sysbase);
316 hpcs[i].addr = REGVAL(PCIA_FADR(i) + ccp->cc_sysbase);
322 if ((hpcs[i].err & PCIA_ERR_ERROR) == 0)
326 i, hpcs[i].err, hpcs[i].addr & 0x1? "write to"
    [all...]
dwlpx.c 192 * We know the internal KFTIA hose (hose 0) has only 2 HPCs,
193 * but we can also actually probe for HPCs.
221 * If there are only 2 HPCs, then the 'present' register is not
246 * Do this even for all HPCs- even for the nonexistent
312 } hpcs[NHPC]; local in function:dwlpx_errintr
315 hpcs[i].err = REGVAL(PCIA_ERR(i) + ccp->cc_sysbase);
316 hpcs[i].addr = REGVAL(PCIA_FADR(i) + ccp->cc_sysbase);
322 if ((hpcs[i].err & PCIA_ERR_ERROR) == 0)
326 i, hpcs[i].err, hpcs[i].addr & 0x1? "write to"
    [all...]

Completed in 21 milliseconds