1 /* SPDX-License-Identifier: MIT 2 * 3 * Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved. 4 */ 5 #ifndef __gb202_dev_ce_h__ 6 #define __gb202_dev_ce_h__ 7 8 #define NV_CE_GRCE_MASK 0x001040d8 /* C--4R */ 9 #define NV_CE_GRCE_MASK_VALUE 9:0 /* C--VF */ 10 #define NV_CE_GRCE_MASK_VALUE_INIT 0x00f /* C---V */ 11 12 #endif // __gb202_dev_ce_h__ 13