Home
last modified time | relevance | path

Searched defs:pcicfg (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpcivar.h179 typedef struct pcicfg { struct
180 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 …]
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c194 uint32_t revid, pcicfg; in ar5210Attach() local
H A Dar5210_misc.c637 uint32_t pcicfg; in ar5210GetDiagState() local
/freebsd/tools/bus_space/examples/
H A Dam79c900_diag.py121 pcicfg = bus.map(dev, 'pcicfg') variable