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

  /src/sys/arch/sandpoint/pci/
pci_machdep.c 108 pcireg_t dev11, dev22, dev15, dev13, dev16; local in function:pci_attach_hook
111 dev11 = pci_conf_read(pba->pba_pc, tag, PCI_CLASS_REG);
112 if (PCI_CLASS(dev11) == PCI_CLASS_BRIDGE) {
129 dev11 = pci_conf_read(pba->pba_pc, tag, PCI_CLASS_REG);
130 if (PCI_CLASS(dev11) == PCI_CLASS_NETWORK) {
  /src/sys/arch/sandpoint/stand/altboot/
brdsetup.c 226 unsigned pchb, pcib, dev11, dev12, dev13, dev15, dev16, val; local in function:brdsetup
247 dev11 = pcimaketag(0, 11, 0);
261 else if (PCI_CLASS(pcicfgread(dev11, PCI_CLASS_REG)) == PCI_CLASS_ETH) {
263 if (PCI_VENDOR(pcicfgread(dev11, PCI_ID_REG)) == 0x1317)
265 else if (PCI_VENDOR(pcicfgread(dev11, PCI_ID_REG)) == 0x10ec) {

Completed in 12 milliseconds