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

  /src/sys/arch/alpha/pci/
sio_pic.c 108 static pci_chipset_tag_t sio_pc; variable in typeref:typename:pci_chipset_tag_t
205 maxndevs = pci_bus_maxdevs(sio_pc, 0);
208 tag = pci_make_tag(sio_pc, 0, device, 0);
209 id = pci_conf_read(sio_pc, tag, PCI_ID_REG);
345 sio_pc = pc;
557 KASSERT(pc == sio_pc);
560 pci_conf_read(sio_pc, pci_make_tag(sio_pc, 0, SIO_I82378_DEV, 0),

Completed in 12 milliseconds