Searched refs:partition_support (Results 1 – 2 of 2) sorted by relevance
529 f34->v7.has_display_cfg = query_1_7.partition_support[1] & HAS_DISP_CFG; in rmi_f34v7_read_queries()531 query_1_7.partition_support[1] & HAS_GUEST_CODE; in rmi_f34v7_read_queries()555 for (i = 0; i < sizeof(query_1_7.partition_support); i++) in rmi_f34v7_read_queries()556 f34->v7.partitions += hweight8(query_1_7.partition_support[i]); in rmi_f34v7_read_queries()559 __func__, sizeof(query_1_7.partition_support), in rmi_f34v7_read_queries()560 query_1_7.partition_support); in rmi_f34v7_read_queries()
129 u8 partition_support[4]; /* query 7 */ member