1 /* 2 * Copyright (c) 2020 The Linux Foundation. All rights reserved. 3 * 4 * Permission to use, copy, modify, and/or distribute this software for any 5 * purpose with or without fee is hereby granted, provided that the above 6 * copyright notice and this permission notice appear in all copies. 7 * 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 11 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 */ 16 17 // $ATH_LICENSE_HW_HDR_C$ 18 // 19 // DO NOT EDIT! This file is automatically generated 20 // These definitions are tied to a particular hardware layout 21 22 23 #ifndef _REO_UNBLOCK_CACHE_STATUS_H_ 24 #define _REO_UNBLOCK_CACHE_STATUS_H_ 25 #if !defined(__ASSEMBLER__) 26 #endif 27 28 #include "uniform_reo_status_header.h" 29 30 // ################ START SUMMARY ################# 31 // 32 // Dword Fields 33 // 0-1 struct uniform_reo_status_header status_header; 34 // 2 error_detected[0], unblock_type[1], reserved_2a[31:2] 35 // 3 reserved_3a[31:0] 36 // 4 reserved_4a[31:0] 37 // 5 reserved_5a[31:0] 38 // 6 reserved_6a[31:0] 39 // 7 reserved_7a[31:0] 40 // 8 reserved_8a[31:0] 41 // 9 reserved_9a[31:0] 42 // 10 reserved_10a[31:0] 43 // 11 reserved_11a[31:0] 44 // 12 reserved_12a[31:0] 45 // 13 reserved_13a[31:0] 46 // 14 reserved_14a[31:0] 47 // 15 reserved_15a[31:0] 48 // 16 reserved_16a[31:0] 49 // 17 reserved_17a[31:0] 50 // 18 reserved_18a[31:0] 51 // 19 reserved_19a[31:0] 52 // 20 reserved_20a[31:0] 53 // 21 reserved_21a[31:0] 54 // 22 reserved_22a[31:0] 55 // 23 reserved_23a[31:0] 56 // 24 reserved_24a[27:0], looping_count[31:28] 57 // 58 // ################ END SUMMARY ################# 59 60 #define NUM_OF_DWORDS_REO_UNBLOCK_CACHE_STATUS 25 61 62 struct reo_unblock_cache_status { 63 struct uniform_reo_status_header status_header; 64 uint32_t error_detected : 1, //[0] 65 unblock_type : 1, //[1] 66 reserved_2a : 30; //[31:2] 67 uint32_t reserved_3a : 32; //[31:0] 68 uint32_t reserved_4a : 32; //[31:0] 69 uint32_t reserved_5a : 32; //[31:0] 70 uint32_t reserved_6a : 32; //[31:0] 71 uint32_t reserved_7a : 32; //[31:0] 72 uint32_t reserved_8a : 32; //[31:0] 73 uint32_t reserved_9a : 32; //[31:0] 74 uint32_t reserved_10a : 32; //[31:0] 75 uint32_t reserved_11a : 32; //[31:0] 76 uint32_t reserved_12a : 32; //[31:0] 77 uint32_t reserved_13a : 32; //[31:0] 78 uint32_t reserved_14a : 32; //[31:0] 79 uint32_t reserved_15a : 32; //[31:0] 80 uint32_t reserved_16a : 32; //[31:0] 81 uint32_t reserved_17a : 32; //[31:0] 82 uint32_t reserved_18a : 32; //[31:0] 83 uint32_t reserved_19a : 32; //[31:0] 84 uint32_t reserved_20a : 32; //[31:0] 85 uint32_t reserved_21a : 32; //[31:0] 86 uint32_t reserved_22a : 32; //[31:0] 87 uint32_t reserved_23a : 32; //[31:0] 88 uint32_t reserved_24a : 28, //[27:0] 89 looping_count : 4; //[31:28] 90 }; 91 92 /* 93 94 struct uniform_reo_status_header status_header 95 96 Consumer: SW 97 98 Producer: REO 99 100 101 102 Details that can link this status with the original 103 command. It also contains info on how long REO took to 104 execute this command. 105 106 error_detected 107 108 Status for blocking resource handling 109 110 111 112 0: No error has been detected while executing this 113 command 114 115 1: The blocking resource was not in use, and therefor it 116 could not be 'unblocked' 117 118 unblock_type 119 120 Reference to the type of Unblock command type... 121 122 123 124 <enum 0 unblock_resource_index> Unblock a blocking 125 resource 126 127 128 129 <enum 1 unblock_cache> The entire cache usage is 130 unblock. 131 132 133 134 <legal all> 135 136 reserved_2a 137 138 <legal 0> 139 140 reserved_3a 141 142 <legal 0> 143 144 reserved_4a 145 146 <legal 0> 147 148 reserved_5a 149 150 <legal 0> 151 152 reserved_6a 153 154 <legal 0> 155 156 reserved_7a 157 158 <legal 0> 159 160 reserved_8a 161 162 <legal 0> 163 164 reserved_9a 165 166 <legal 0> 167 168 reserved_10a 169 170 <legal 0> 171 172 reserved_11a 173 174 <legal 0> 175 176 reserved_12a 177 178 <legal 0> 179 180 reserved_13a 181 182 <legal 0> 183 184 reserved_14a 185 186 <legal 0> 187 188 reserved_15a 189 190 <legal 0> 191 192 reserved_16a 193 194 <legal 0> 195 196 reserved_17a 197 198 <legal 0> 199 200 reserved_18a 201 202 <legal 0> 203 204 reserved_19a 205 206 <legal 0> 207 208 reserved_20a 209 210 <legal 0> 211 212 reserved_21a 213 214 <legal 0> 215 216 reserved_22a 217 218 <legal 0> 219 220 reserved_23a 221 222 <legal 0> 223 224 reserved_24a 225 226 <legal 0> 227 228 looping_count 229 230 A count value that indicates the number of times the 231 producer of entries into this Ring has looped around the 232 ring. 233 234 At initialization time, this value is set to 0. On the 235 first loop, this value is set to 1. After the max value is 236 reached allowed by the number of bits for this field, the 237 count value continues with 0 again. 238 239 240 241 In case SW is the consumer of the ring entries, it can 242 use this field to figure out up to where the producer of 243 entries has created new entries. This eliminates the need to 244 check where the head pointer' of the ring is located once 245 the SW starts processing an interrupt indicating that new 246 entries have been put into this ring... 247 248 249 250 Also note that SW if it wants only needs to look at the 251 LSB bit of this count value. 252 253 <legal all> 254 */ 255 256 257 /* EXTERNAL REFERENCE : struct uniform_reo_status_header status_header */ 258 259 260 /* Description REO_UNBLOCK_CACHE_STATUS_0_STATUS_HEADER_REO_STATUS_NUMBER 261 262 Consumer: SW , DEBUG 263 264 Producer: REO 265 266 267 268 The value in this field is equal to value of the 269 'REO_CMD_Number' field the REO command 270 271 272 273 This field helps to correlate the statuses with the REO 274 commands. 275 276 277 278 <legal all> 279 */ 280 #define REO_UNBLOCK_CACHE_STATUS_0_STATUS_HEADER_REO_STATUS_NUMBER_OFFSET 0x00000000 281 #define REO_UNBLOCK_CACHE_STATUS_0_STATUS_HEADER_REO_STATUS_NUMBER_LSB 0 282 #define REO_UNBLOCK_CACHE_STATUS_0_STATUS_HEADER_REO_STATUS_NUMBER_MASK 0x0000ffff 283 284 /* Description REO_UNBLOCK_CACHE_STATUS_0_STATUS_HEADER_CMD_EXECUTION_TIME 285 286 Consumer: DEBUG 287 288 Producer: REO 289 290 291 292 The amount of time REO took to excecute the command. 293 Note that this time does not include the duration of the 294 command waiting in the command ring, before the execution 295 started. 296 297 298 299 In us. 300 301 302 303 <legal all> 304 */ 305 #define REO_UNBLOCK_CACHE_STATUS_0_STATUS_HEADER_CMD_EXECUTION_TIME_OFFSET 0x00000000 306 #define REO_UNBLOCK_CACHE_STATUS_0_STATUS_HEADER_CMD_EXECUTION_TIME_LSB 16 307 #define REO_UNBLOCK_CACHE_STATUS_0_STATUS_HEADER_CMD_EXECUTION_TIME_MASK 0x03ff0000 308 309 /* Description REO_UNBLOCK_CACHE_STATUS_0_STATUS_HEADER_REO_CMD_EXECUTION_STATUS 310 311 Consumer: DEBUG 312 313 Producer: REO 314 315 316 317 Execution status of the command. 318 319 320 321 <enum 0 reo_successful_execution> Command has 322 successfully be executed 323 324 <enum 1 reo_blocked_execution> Command could not be 325 executed as the queue or cache was blocked 326 327 <enum 2 reo_failed_execution> Command has encountered 328 problems when executing, like the queue descriptor not being 329 valid. None of the status fields in the entire STATUS TLV 330 are valid. 331 332 <enum 3 reo_resource_blocked> Command is NOT executed 333 because one or more descriptors were blocked. This is SW 334 programming mistake. 335 336 None of the status fields in the entire STATUS TLV are 337 valid. 338 339 340 341 <legal 0-3> 342 */ 343 #define REO_UNBLOCK_CACHE_STATUS_0_STATUS_HEADER_REO_CMD_EXECUTION_STATUS_OFFSET 0x00000000 344 #define REO_UNBLOCK_CACHE_STATUS_0_STATUS_HEADER_REO_CMD_EXECUTION_STATUS_LSB 26 345 #define REO_UNBLOCK_CACHE_STATUS_0_STATUS_HEADER_REO_CMD_EXECUTION_STATUS_MASK 0x0c000000 346 347 /* Description REO_UNBLOCK_CACHE_STATUS_0_STATUS_HEADER_RESERVED_0A 348 349 <legal 0> 350 */ 351 #define REO_UNBLOCK_CACHE_STATUS_0_STATUS_HEADER_RESERVED_0A_OFFSET 0x00000000 352 #define REO_UNBLOCK_CACHE_STATUS_0_STATUS_HEADER_RESERVED_0A_LSB 28 353 #define REO_UNBLOCK_CACHE_STATUS_0_STATUS_HEADER_RESERVED_0A_MASK 0xf0000000 354 355 /* Description REO_UNBLOCK_CACHE_STATUS_1_STATUS_HEADER_TIMESTAMP 356 357 Timestamp at the moment that this status report is 358 written. 359 360 361 362 <legal all> 363 */ 364 #define REO_UNBLOCK_CACHE_STATUS_1_STATUS_HEADER_TIMESTAMP_OFFSET 0x00000004 365 #define REO_UNBLOCK_CACHE_STATUS_1_STATUS_HEADER_TIMESTAMP_LSB 0 366 #define REO_UNBLOCK_CACHE_STATUS_1_STATUS_HEADER_TIMESTAMP_MASK 0xffffffff 367 368 /* Description REO_UNBLOCK_CACHE_STATUS_2_ERROR_DETECTED 369 370 Status for blocking resource handling 371 372 373 374 0: No error has been detected while executing this 375 command 376 377 1: The blocking resource was not in use, and therefor it 378 could not be 'unblocked' 379 */ 380 #define REO_UNBLOCK_CACHE_STATUS_2_ERROR_DETECTED_OFFSET 0x00000008 381 #define REO_UNBLOCK_CACHE_STATUS_2_ERROR_DETECTED_LSB 0 382 #define REO_UNBLOCK_CACHE_STATUS_2_ERROR_DETECTED_MASK 0x00000001 383 384 /* Description REO_UNBLOCK_CACHE_STATUS_2_UNBLOCK_TYPE 385 386 Reference to the type of Unblock command type... 387 388 389 390 <enum 0 unblock_resource_index> Unblock a blocking 391 resource 392 393 394 395 <enum 1 unblock_cache> The entire cache usage is 396 unblock. 397 398 399 400 <legal all> 401 */ 402 #define REO_UNBLOCK_CACHE_STATUS_2_UNBLOCK_TYPE_OFFSET 0x00000008 403 #define REO_UNBLOCK_CACHE_STATUS_2_UNBLOCK_TYPE_LSB 1 404 #define REO_UNBLOCK_CACHE_STATUS_2_UNBLOCK_TYPE_MASK 0x00000002 405 406 /* Description REO_UNBLOCK_CACHE_STATUS_2_RESERVED_2A 407 408 <legal 0> 409 */ 410 #define REO_UNBLOCK_CACHE_STATUS_2_RESERVED_2A_OFFSET 0x00000008 411 #define REO_UNBLOCK_CACHE_STATUS_2_RESERVED_2A_LSB 2 412 #define REO_UNBLOCK_CACHE_STATUS_2_RESERVED_2A_MASK 0xfffffffc 413 414 /* Description REO_UNBLOCK_CACHE_STATUS_3_RESERVED_3A 415 416 <legal 0> 417 */ 418 #define REO_UNBLOCK_CACHE_STATUS_3_RESERVED_3A_OFFSET 0x0000000c 419 #define REO_UNBLOCK_CACHE_STATUS_3_RESERVED_3A_LSB 0 420 #define REO_UNBLOCK_CACHE_STATUS_3_RESERVED_3A_MASK 0xffffffff 421 422 /* Description REO_UNBLOCK_CACHE_STATUS_4_RESERVED_4A 423 424 <legal 0> 425 */ 426 #define REO_UNBLOCK_CACHE_STATUS_4_RESERVED_4A_OFFSET 0x00000010 427 #define REO_UNBLOCK_CACHE_STATUS_4_RESERVED_4A_LSB 0 428 #define REO_UNBLOCK_CACHE_STATUS_4_RESERVED_4A_MASK 0xffffffff 429 430 /* Description REO_UNBLOCK_CACHE_STATUS_5_RESERVED_5A 431 432 <legal 0> 433 */ 434 #define REO_UNBLOCK_CACHE_STATUS_5_RESERVED_5A_OFFSET 0x00000014 435 #define REO_UNBLOCK_CACHE_STATUS_5_RESERVED_5A_LSB 0 436 #define REO_UNBLOCK_CACHE_STATUS_5_RESERVED_5A_MASK 0xffffffff 437 438 /* Description REO_UNBLOCK_CACHE_STATUS_6_RESERVED_6A 439 440 <legal 0> 441 */ 442 #define REO_UNBLOCK_CACHE_STATUS_6_RESERVED_6A_OFFSET 0x00000018 443 #define REO_UNBLOCK_CACHE_STATUS_6_RESERVED_6A_LSB 0 444 #define REO_UNBLOCK_CACHE_STATUS_6_RESERVED_6A_MASK 0xffffffff 445 446 /* Description REO_UNBLOCK_CACHE_STATUS_7_RESERVED_7A 447 448 <legal 0> 449 */ 450 #define REO_UNBLOCK_CACHE_STATUS_7_RESERVED_7A_OFFSET 0x0000001c 451 #define REO_UNBLOCK_CACHE_STATUS_7_RESERVED_7A_LSB 0 452 #define REO_UNBLOCK_CACHE_STATUS_7_RESERVED_7A_MASK 0xffffffff 453 454 /* Description REO_UNBLOCK_CACHE_STATUS_8_RESERVED_8A 455 456 <legal 0> 457 */ 458 #define REO_UNBLOCK_CACHE_STATUS_8_RESERVED_8A_OFFSET 0x00000020 459 #define REO_UNBLOCK_CACHE_STATUS_8_RESERVED_8A_LSB 0 460 #define REO_UNBLOCK_CACHE_STATUS_8_RESERVED_8A_MASK 0xffffffff 461 462 /* Description REO_UNBLOCK_CACHE_STATUS_9_RESERVED_9A 463 464 <legal 0> 465 */ 466 #define REO_UNBLOCK_CACHE_STATUS_9_RESERVED_9A_OFFSET 0x00000024 467 #define REO_UNBLOCK_CACHE_STATUS_9_RESERVED_9A_LSB 0 468 #define REO_UNBLOCK_CACHE_STATUS_9_RESERVED_9A_MASK 0xffffffff 469 470 /* Description REO_UNBLOCK_CACHE_STATUS_10_RESERVED_10A 471 472 <legal 0> 473 */ 474 #define REO_UNBLOCK_CACHE_STATUS_10_RESERVED_10A_OFFSET 0x00000028 475 #define REO_UNBLOCK_CACHE_STATUS_10_RESERVED_10A_LSB 0 476 #define REO_UNBLOCK_CACHE_STATUS_10_RESERVED_10A_MASK 0xffffffff 477 478 /* Description REO_UNBLOCK_CACHE_STATUS_11_RESERVED_11A 479 480 <legal 0> 481 */ 482 #define REO_UNBLOCK_CACHE_STATUS_11_RESERVED_11A_OFFSET 0x0000002c 483 #define REO_UNBLOCK_CACHE_STATUS_11_RESERVED_11A_LSB 0 484 #define REO_UNBLOCK_CACHE_STATUS_11_RESERVED_11A_MASK 0xffffffff 485 486 /* Description REO_UNBLOCK_CACHE_STATUS_12_RESERVED_12A 487 488 <legal 0> 489 */ 490 #define REO_UNBLOCK_CACHE_STATUS_12_RESERVED_12A_OFFSET 0x00000030 491 #define REO_UNBLOCK_CACHE_STATUS_12_RESERVED_12A_LSB 0 492 #define REO_UNBLOCK_CACHE_STATUS_12_RESERVED_12A_MASK 0xffffffff 493 494 /* Description REO_UNBLOCK_CACHE_STATUS_13_RESERVED_13A 495 496 <legal 0> 497 */ 498 #define REO_UNBLOCK_CACHE_STATUS_13_RESERVED_13A_OFFSET 0x00000034 499 #define REO_UNBLOCK_CACHE_STATUS_13_RESERVED_13A_LSB 0 500 #define REO_UNBLOCK_CACHE_STATUS_13_RESERVED_13A_MASK 0xffffffff 501 502 /* Description REO_UNBLOCK_CACHE_STATUS_14_RESERVED_14A 503 504 <legal 0> 505 */ 506 #define REO_UNBLOCK_CACHE_STATUS_14_RESERVED_14A_OFFSET 0x00000038 507 #define REO_UNBLOCK_CACHE_STATUS_14_RESERVED_14A_LSB 0 508 #define REO_UNBLOCK_CACHE_STATUS_14_RESERVED_14A_MASK 0xffffffff 509 510 /* Description REO_UNBLOCK_CACHE_STATUS_15_RESERVED_15A 511 512 <legal 0> 513 */ 514 #define REO_UNBLOCK_CACHE_STATUS_15_RESERVED_15A_OFFSET 0x0000003c 515 #define REO_UNBLOCK_CACHE_STATUS_15_RESERVED_15A_LSB 0 516 #define REO_UNBLOCK_CACHE_STATUS_15_RESERVED_15A_MASK 0xffffffff 517 518 /* Description REO_UNBLOCK_CACHE_STATUS_16_RESERVED_16A 519 520 <legal 0> 521 */ 522 #define REO_UNBLOCK_CACHE_STATUS_16_RESERVED_16A_OFFSET 0x00000040 523 #define REO_UNBLOCK_CACHE_STATUS_16_RESERVED_16A_LSB 0 524 #define REO_UNBLOCK_CACHE_STATUS_16_RESERVED_16A_MASK 0xffffffff 525 526 /* Description REO_UNBLOCK_CACHE_STATUS_17_RESERVED_17A 527 528 <legal 0> 529 */ 530 #define REO_UNBLOCK_CACHE_STATUS_17_RESERVED_17A_OFFSET 0x00000044 531 #define REO_UNBLOCK_CACHE_STATUS_17_RESERVED_17A_LSB 0 532 #define REO_UNBLOCK_CACHE_STATUS_17_RESERVED_17A_MASK 0xffffffff 533 534 /* Description REO_UNBLOCK_CACHE_STATUS_18_RESERVED_18A 535 536 <legal 0> 537 */ 538 #define REO_UNBLOCK_CACHE_STATUS_18_RESERVED_18A_OFFSET 0x00000048 539 #define REO_UNBLOCK_CACHE_STATUS_18_RESERVED_18A_LSB 0 540 #define REO_UNBLOCK_CACHE_STATUS_18_RESERVED_18A_MASK 0xffffffff 541 542 /* Description REO_UNBLOCK_CACHE_STATUS_19_RESERVED_19A 543 544 <legal 0> 545 */ 546 #define REO_UNBLOCK_CACHE_STATUS_19_RESERVED_19A_OFFSET 0x0000004c 547 #define REO_UNBLOCK_CACHE_STATUS_19_RESERVED_19A_LSB 0 548 #define REO_UNBLOCK_CACHE_STATUS_19_RESERVED_19A_MASK 0xffffffff 549 550 /* Description REO_UNBLOCK_CACHE_STATUS_20_RESERVED_20A 551 552 <legal 0> 553 */ 554 #define REO_UNBLOCK_CACHE_STATUS_20_RESERVED_20A_OFFSET 0x00000050 555 #define REO_UNBLOCK_CACHE_STATUS_20_RESERVED_20A_LSB 0 556 #define REO_UNBLOCK_CACHE_STATUS_20_RESERVED_20A_MASK 0xffffffff 557 558 /* Description REO_UNBLOCK_CACHE_STATUS_21_RESERVED_21A 559 560 <legal 0> 561 */ 562 #define REO_UNBLOCK_CACHE_STATUS_21_RESERVED_21A_OFFSET 0x00000054 563 #define REO_UNBLOCK_CACHE_STATUS_21_RESERVED_21A_LSB 0 564 #define REO_UNBLOCK_CACHE_STATUS_21_RESERVED_21A_MASK 0xffffffff 565 566 /* Description REO_UNBLOCK_CACHE_STATUS_22_RESERVED_22A 567 568 <legal 0> 569 */ 570 #define REO_UNBLOCK_CACHE_STATUS_22_RESERVED_22A_OFFSET 0x00000058 571 #define REO_UNBLOCK_CACHE_STATUS_22_RESERVED_22A_LSB 0 572 #define REO_UNBLOCK_CACHE_STATUS_22_RESERVED_22A_MASK 0xffffffff 573 574 /* Description REO_UNBLOCK_CACHE_STATUS_23_RESERVED_23A 575 576 <legal 0> 577 */ 578 #define REO_UNBLOCK_CACHE_STATUS_23_RESERVED_23A_OFFSET 0x0000005c 579 #define REO_UNBLOCK_CACHE_STATUS_23_RESERVED_23A_LSB 0 580 #define REO_UNBLOCK_CACHE_STATUS_23_RESERVED_23A_MASK 0xffffffff 581 582 /* Description REO_UNBLOCK_CACHE_STATUS_24_RESERVED_24A 583 584 <legal 0> 585 */ 586 #define REO_UNBLOCK_CACHE_STATUS_24_RESERVED_24A_OFFSET 0x00000060 587 #define REO_UNBLOCK_CACHE_STATUS_24_RESERVED_24A_LSB 0 588 #define REO_UNBLOCK_CACHE_STATUS_24_RESERVED_24A_MASK 0x0fffffff 589 590 /* Description REO_UNBLOCK_CACHE_STATUS_24_LOOPING_COUNT 591 592 A count value that indicates the number of times the 593 producer of entries into this Ring has looped around the 594 ring. 595 596 At initialization time, this value is set to 0. On the 597 first loop, this value is set to 1. After the max value is 598 reached allowed by the number of bits for this field, the 599 count value continues with 0 again. 600 601 602 603 In case SW is the consumer of the ring entries, it can 604 use this field to figure out up to where the producer of 605 entries has created new entries. This eliminates the need to 606 check where the head pointer' of the ring is located once 607 the SW starts processing an interrupt indicating that new 608 entries have been put into this ring... 609 610 611 612 Also note that SW if it wants only needs to look at the 613 LSB bit of this count value. 614 615 <legal all> 616 */ 617 #define REO_UNBLOCK_CACHE_STATUS_24_LOOPING_COUNT_OFFSET 0x00000060 618 #define REO_UNBLOCK_CACHE_STATUS_24_LOOPING_COUNT_LSB 28 619 #define REO_UNBLOCK_CACHE_STATUS_24_LOOPING_COUNT_MASK 0xf0000000 620 621 622 #endif // _REO_UNBLOCK_CACHE_STATUS_H_ 623