Home
last modified time | relevance | path

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

/freebsd/sys/dev/cardbus/
H A Dcardbusvar.h47 struct cardbus_devinfo struct
49 struct pci_devinfo pci;
50 uint8_t mprefetchable; /* bit mask of prefetchable BARs */
51 uint8_t mbelow1mb; /* bit mask of BARs which require below 1Mb */
52 uint16_t mfrid; /* manufacturer id */
53 uint16_t prodid; /* product id */
54 u_int funcid; /* function id */
55 union {
59 } funce;
60 uint32_t fepresent; /* bit mask of funce values present */
[all …]