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

  /src/sys/arch/alpha/pci/
pci_kn8ae.c 285 int ionode, hose, device, hpc, busp; local in function:kn8ae_enadis_intr
291 busp = (1 << (IH_PIN(ihv) - 1));
306 busp <<= (device << 2);
309 val |= busp;
311 val &= ~busp;
pci_kn8ae.c 285 int ionode, hose, device, hpc, busp; local in function:kn8ae_enadis_intr
291 busp = (1 << (IH_PIN(ihv) - 1));
306 busp <<= (device << 2);
309 val |= busp;
311 val &= ~busp;

Completed in 21 milliseconds