Searched defs:pcicfg (Results 1 – 4 of 4) sorted by relevance
179 typedef struct pcicfg { struct180 device_t dev; /* device which owns this */184 uint16_t subvendor; /* card vendor ID */185 uint16_t subdevice; /* card device ID, assigned by card vendor */186 uint16_t vendor; /* chip vendor ID */187 uint16_t device; /* chip device ID, assigned by chip vendor */189 uint16_t cmdreg; /* disable/enable chip and PCI options */190 uint16_t statreg; /* supported PCI features and error state */192 uint8_t baseclass; /* chip PCI class */216 struct pcicfg_bridge bridge; /* Bridges */ argument[all …]
194 uint32_t revid, pcicfg; in ar5210Attach() local
637 uint32_t pcicfg; in ar5210GetDiagState() local
121 pcicfg = bus.map(dev, 'pcicfg') variable