Home
last modified time | relevance | path

Searched defs:bhnd_pmu_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmuvar.h97 struct bhnd_pmu_softc { struct
98 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 …]