Home
last modified time | relevance | path

Searched refs:pmu_res_updown_table (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c914 const pmu_res_updown_t *pmu_res_updown_table; in bhnd_pmu_res_init() local
925 pmu_res_updown_table = NULL; in bhnd_pmu_res_init()
931 pmu_res_updown_table = bcm4315a0_res_updown; in bhnd_pmu_res_init()
941 pmu_res_updown_table = bcm4325a0_res_updown; in bhnd_pmu_res_init()
951 pmu_res_updown_table = bcm4328a0_res_updown; in bhnd_pmu_res_init()
961 pmu_res_updown_table = bcm4329_res_updown; in bhnd_pmu_res_init()
971 pmu_res_updown_table = bcm4319a0_res_updown; in bhnd_pmu_res_init()
981 pmu_res_updown_table = bcm4336a0_res_updown; in bhnd_pmu_res_init()
991 pmu_res_updown_table = bcm4330a0_res_updown; in bhnd_pmu_res_init()
1009 KASSERT(pmu_res_updown_table != NULL, ("no updown tables")); in bhnd_pmu_res_init()
[all …]