Searched defs:bcm_platform (Results 1 – 1 of 1) sorted by relevance
51 struct bcm_platform { struct52 struct bhnd_chipid cid; /**< chip id */53 struct bhnd_core_info cc_id; /**< chipc core info */54 uintptr_t cc_addr; /**< chipc core phys address */55 uint32_t cc_caps; /**< chipc capabilities */56 uint32_t cc_caps_ext; /**< chipc extended capabilies */58 struct bhnd_core_info cpu_id; /**< cpu core info */59 uintptr_t cpu_addr; /**< cpu core phys address */64 struct bhnd_core_info pmu_id; /**< PMU core info */88 struct bcm_platform *bcm_get_platform(void); argument