Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpmu.h45 #define PMU_GET_VERSION 0xea /* read the PMU version */ macro
/openbmc/qemu/include/hw/misc/macio/
H A Dpmu.h49 #define PMU_GET_VERSION 0xea /* read the PMU version */ macro
/openbmc/qemu/hw/misc/macio/
H A Dpmu.c453 { PMU_GET_VERSION, "GET VERSION", pmu_cmd_get_version },
/openbmc/linux/drivers/macintosh/
H A Dvia-pmu.c612 pmu_request(&req, NULL, 1, PMU_GET_VERSION); in init_pmu()