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

  /src/sys/arch/alpha/pci/
pci_6600.c 78 static struct tsp_config *sioprimary; variable in typeref:struct:tsp_config *
144 if (sioprimary == NULL) {
145 sioprimary = core;
167 pc->pc_shared_intrs = sioprimary->pc_pc.pc_shared_intrs;
273 * that points to the sioprimary TSP. If not, it's an ISA IRQ.
276 if (ih->ih_intrhead->intr_private != sioprimary) {
394 KASSERT(sioprimary != NULL);
396 pci_chipset_tag_t const pc = &sioprimary->pc_pc;
412 if (pc->pc_intr_v != sioprimary)

Completed in 36 milliseconds