Searched defs:bhnd_chipid (Results 1 – 4 of 4) sorted by relevance
124 METHOD const struct bhnd_chipid * get_chipid { struct
99 METHOD const struct bhnd_chipid * get_chipid { struct
455 METHOD const struct bhnd_chipid * get_chipid { struct
214 struct bhnd_chipid { struct215 uint16_t chip_id; /**< chip id (BHND_CHIPID_*) */216 uint8_t chip_rev; /**< chip revision */217 uint8_t chip_pkg; /**< chip package (BHND_PKGID_*) */218 uint8_t chip_type; /**< chip type (BHND_CHIPTYPE_*) */219 uint32_t chip_caps; /**< chip capabilities (BHND_CAP_*) */221 bhnd_addr_t enum_addr; /**< chip_type-specific enumeration226 uint8_t ncores; /**< number of cores, if known. 0 if