Searched defs:pcicfg (Results 1 – 4 of 4) sorted by relevance
177 typedef struct pcicfg { struct178 device_t dev; /* device which owns this */182 uint16_t subvendor; /* card vendor ID */183 uint16_t subdevice; /* card device ID, assigned by card vendor */184 uint16_t vendor; /* chip vendor ID */185 uint16_t device; /* chip device ID, assigned by chip vendor */187 uint16_t cmdreg; /* disable/enable chip and PCI options */188 uint16_t statreg; /* supported PCI features and error state */190 uint8_t baseclass; /* chip PCI class */214 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