Lines Matching defs:si_pub
67 struct si_pub { struct
68 uint socitype; /**< SOCI_SB, SOCI_AI */
70 uint bustype; /**< SI_BUS, PCI_BUS */
71 uint buscoretype; /**< PCI_CORE_ID, PCIE_CORE_ID, PCMCIA_CORE_ID */
72 uint buscorerev; /**< buscore rev */
73 uint buscoreidx; /**< buscore index */
74 int ccrev; /**< chip common core rev */
75 uint32 cccaps; /**< chip common capabilities */
76 uint32 cccaps_ext; /**< chip common capabilities extension */
77 int pmurev; /**< pmu core rev */
78 uint32 pmucaps; /**< pmu capabilities */
79 uint boardtype; /**< board type */
80 uint boardrev; /* board rev */
81 uint boardvendor; /**< board vendor */
82 uint boardflags; /**< board flags */
83 uint boardflags2; /**< board flags2 */
84 uint boardflags4; /**< board flags4 */
108 typedef struct si_pub si_t; argument