Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/xilinx/
H A Dzynqmp.c41 #define FEATURE_PAYLOAD_SIZE 2 macro
48 static u32 ioctl_features[FEATURE_PAYLOAD_SIZE];
49 static u32 query_features[FEATURE_PAYLOAD_SIZE];
222 memcpy(ioctl_features, &ret_payload[2], FEATURE_PAYLOAD_SIZE * 4); in do_feature_check_call()
225 memcpy(query_features, &ret_payload[2], FEATURE_PAYLOAD_SIZE * 4); in do_feature_check_call()