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
210 struct bhnd_chipid { struct211 uint16_t chip_id; /**< chip id (BHND_CHIPID_*) */212 uint8_t chip_rev; /**< chip revision */213 uint8_t chip_pkg; /**< chip package (BHND_PKGID_*) */214 uint8_t chip_type; /**< chip type (BHND_CHIPTYPE_*) */215 uint32_t chip_caps; /**< chip capabilities (BHND_CAP_*) */217 bhnd_addr_t enum_addr; /**< chip_type-specific enumeration222 uint8_t ncores; /**< number of cores, if known. 0 if