Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/psci/
H A Dpsci.c376 PSCI_VERSION_MAJOR(ver), in psci_debugfs_read()
380 if (PSCI_VERSION_MAJOR(ver) < 1) in psci_debugfs_read()
387 PSCI_VERSION_MAJOR(ver), in psci_debugfs_read()
610 PSCI_VERSION_MAJOR(ver), PSCI_VERSION_MINOR(ver)); in psci_init_smccc()
641 PSCI_VERSION_MAJOR(ver), in psci_probe()
644 if (PSCI_VERSION_MAJOR(ver) == 0 && PSCI_VERSION_MINOR(ver) < 2) { in psci_probe()
653 if (PSCI_VERSION_MAJOR(ver) >= 1) { in psci_probe()
/openbmc/u-boot/board/ucRobotics/bubblegum_96/
H A Dbubblegum_96.c42 PSCI_VERSION_MAJOR(res.a0), in show_psci_version()
/openbmc/u-boot/include/linux/
H A Dpsci.h74 #define PSCI_VERSION_MAJOR(ver) \ macro
/openbmc/qemu/linux-headers/linux/
H A Dpsci.h108 #define PSCI_VERSION_MAJOR(ver) \ macro
/openbmc/linux/include/uapi/linux/
H A Dpsci.h108 #define PSCI_VERSION_MAJOR(ver) \ macro
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Ddragonboard820c.c113 PSCI_VERSION_MAJOR(res.a0), in show_psci_version()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0043-firmware-psci-Fix-bind_smccc_features-psci-check.patch25 PSCI_VERSION_MAJOR(psci_0_2_get_version()) == 0)