bhnd_pmu_query
bhnd_pmu_query_init(struct bhnd_pmu_query *query, device_t dev,
bhnd_pmu_query_fini(struct bhnd_pmu_query *query)
bhnd_pmu1_xtaltab0(struct bhnd_pmu_query *sc)
bhnd_pmu1_xtaldef0(struct bhnd_pmu_query *sc)
bhnd_pmu1_pllfvco0(struct bhnd_pmu_query *sc)
bhnd_pmu1_alpclk0(struct bhnd_pmu_query *sc)
bhnd_pmu0_alpclk0(struct bhnd_pmu_query *sc)
bhnd_pmu0_cpuclk0(struct bhnd_pmu_query *sc)
bhnd_pmu1_cpuclk0(struct bhnd_pmu_query *sc)
bhnd_pmu_alp_clock(struct bhnd_pmu_query *sc)
bhnd_pmu5_clock(struct bhnd_pmu_query *sc, u_int pll0, u_int m)
bhnd_pmu6_4706_clock(struct bhnd_pmu_query *sc, u_int pll0, u_int m)
bhnd_pmu_si_clock(struct bhnd_pmu_query *sc)
bhnd_pmu_cpu_clock(struct bhnd_pmu_query *sc)
bhnd_pmu_mem_clock(struct bhnd_pmu_query *sc)
bhnd_pmu_ilp_clock(struct bhnd_pmu_query *sc)
static const pmu1_xtaltab0_t *bhnd_pmu1_xtaltab0(struct bhnd_pmu_query *sc);
static const pmu1_xtaltab0_t *bhnd_pmu1_xtaldef0(struct bhnd_pmu_query *sc);
static uint32_t bhnd_pmu0_cpuclk0(struct bhnd_pmu_query *sc);
static uint32_t bhnd_pmu0_alpclk0(struct bhnd_pmu_query *sc);
static uint32_t bhnd_pmu1_pllfvco0(struct bhnd_pmu_query *sc);
static uint32_t bhnd_pmu1_cpuclk0(struct bhnd_pmu_query *sc);
static uint32_t bhnd_pmu1_alpclk0(struct bhnd_pmu_query *sc);
static uint32_t bhnd_pmu5_clock(struct bhnd_pmu_query *sc, u_int pll0, u_int m);
static uint32_t bhnd_pmu6_4706_clock(struct bhnd_pmu_query *sc, u_int pll0,
struct bhnd_pmu_query query; /**< query instance */
struct bhnd_pmu_query;
int bhnd_pmu_query_init(struct bhnd_pmu_query *query, device_t dev,
void bhnd_pmu_query_fini(struct bhnd_pmu_query *query);
uint32_t bhnd_pmu_si_clock(struct bhnd_pmu_query *sc);
uint32_t bhnd_pmu_cpu_clock(struct bhnd_pmu_query *sc);
uint32_t bhnd_pmu_mem_clock(struct bhnd_pmu_query *sc);
uint32_t bhnd_pmu_alp_clock(struct bhnd_pmu_query *sc);
uint32_t bhnd_pmu_ilp_clock(struct bhnd_pmu_query *sc);