File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 41
41
/* IOCTL/QUERY feature payload size */
42
42
#define FEATURE_PAYLOAD_SIZE 2
43
43
44
- /* Firmware feature check version mask */
45
- #define FIRMWARE_VERSION_MASK GENMASK(15, 0)
46
-
47
44
static bool feature_check_enabled ;
48
45
static DEFINE_HASHTABLE (pm_api_features_map , PM_API_FEATURE_CHECK_MAX_ORDER ) ;
49
46
static u32 ioctl_features [FEATURE_PAYLOAD_SIZE ];
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ static int event_manager_availability = -EACCES;
36
36
37
37
#define MAX_BITS (32U) /* Number of bits available for error mask */
38
38
39
- #define FIRMWARE_VERSION_MASK (0xFFFFU)
40
39
#define REGISTER_NOTIFIER_FIRMWARE_VERSION (2U)
41
40
42
41
static DEFINE_HASHTABLE (reg_driver_map , REGISTERED_DRIVER_MAX_ORDER ) ;
Original file line number Diff line number Diff line change 52
52
#define API_ID_MASK GENMASK(7, 0)
53
53
#define MODULE_ID_MASK GENMASK(11, 8)
54
54
55
+ /* Firmware feature check version mask */
56
+ #define FIRMWARE_VERSION_MASK 0xFFFFU
57
+
55
58
/* ATF only commands */
56
59
#define TF_A_PM_REGISTER_SGI 0xa04
57
60
#define PM_GET_TRUSTZONE_VERSION 0xa03
You can’t perform that action at this time.
0 commit comments