Lines Matching +full:2 +full:- +full:256
3 * SPDX-License-Identifier: Apache-2.0
12 /* We don't care about int_idx[15], since the size is fixed to 256,
39 uint64_t src_id_qualifier : 2;
40 uint64_t src_validation_type : 2;
45 /* The table must be 4KB aligned, which is exactly 256 entries.
46 * And since we allow only 256 entries as a maximum: let's align to it.
48 #define IRTE_NUM 256
49 #define IRTA_SIZE 7 /* size = 2^(X+1) where IRTA_SIZE is X 2^8 = 256 */
51 #define QI_NUM 256 /* Which is the minimal number we can set for the queue */
52 #define QI_SIZE 0 /* size = 2^(X+8) where QI_SIZE is X: 2^8 = 256 */
67 uint64_t granularity : 2;
73 uint64_t function_mask : 2;
112 uint64_t reserved : 2;