Searched defs:bhnd_pmu_softc (Results 1 – 1 of 1) sorted by relevance
97 struct bhnd_pmu_softc { struct98 device_t dev;99 uint32_t caps; /**< pmu capability flags. */100 struct bhnd_chipid cid; /**< chip identification */102 struct bhnd_pmu_query query; /**< query instance */104 struct bhnd_board_info board; /**< board identification */105 device_t chipc_dev; /**< chipcommon device */107 struct bhnd_resource *res; /**< pmu register block. */108 int rid; /**< pmu register RID */109 struct bhnd_core_clkctl *clkctl; /**< pmu clkctl register */[all …]