Searched defs:mcontroller (Results 1 – 3 of 3) sorted by relevance
211 typedef struct mcontroller { struct224 } __attribute__ ((packed)) mcontroller_t; argument
509 struct mcontroller { struct510 u64 base;511 u8 irq;512 u8 numldrv;513 u8 pcibus;514 u16 pcidev;515 u8 pcifun;516 u16 pciid;517 u16 pcivendor;518 u8 pcislot;[all …]
113 static struct mcontroller mcontroller[MAX_CONTROLLERS]; variable