Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu.c276 BPMU_LOCK(sc); in bhnd_pmu_sysctl_bus_freq()
291 BPMU_LOCK(sc); in bhnd_pmu_sysctl_cpu_freq()
306 BPMU_LOCK(sc); in bhnd_pmu_sysctl_mem_freq()
324 BPMU_LOCK(sc); in bhnd_pmu_read_chipctrl_method()
340 BPMU_LOCK(sc); in bhnd_pmu_write_chipctrl_method()
356 BPMU_LOCK(sc); in bhnd_pmu_read_regctrl_method()
372 BPMU_LOCK(sc); in bhnd_pmu_write_regctrl_method()
388 BPMU_LOCK(sc); in bhnd_pmu_read_pllctrl_method()
404 BPMU_LOCK(sc); in bhnd_pmu_write_pllctrl_method()
426 BPMU_LOCK(sc); in bhnd_pmu_set_voltage_raw_method()
[all …]
H A Dbhnd_pmuvar.h121 #define BPMU_LOCK(sc) mtx_lock(&(sc)->mtx) macro
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c289 BPMU_LOCK(sc); in bhnd_pwrctl_get_clock_freq()