Searched refs:CONTROL_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
48 #define CONTROL_BLOCK_SIZE(x) FIELD_PREP(GENMASK(7, 6), (x)) macro49 #define CONTROL_BLOCK_SIZE_32P CONTROL_BLOCK_SIZE(0)50 #define CONTROL_BLOCK_SIZE_64P CONTROL_BLOCK_SIZE(1)51 #define CONTROL_BLOCK_SIZE_128P CONTROL_BLOCK_SIZE(2)52 #define CONTROL_BLOCK_SIZE_256P CONTROL_BLOCK_SIZE(3)