193701408SBen Skeggs /*
293701408SBen Skeggs  * Copyright (c) 1993-2017, NVIDIA CORPORATION. All rights reserved.
393701408SBen Skeggs  *
493701408SBen Skeggs  * Permission is hereby granted, free of charge, to any person obtaining a
593701408SBen Skeggs  * copy of this software and associated documentation files (the "Software"),
693701408SBen Skeggs  * to deal in the Software without restriction, including without limitation
793701408SBen Skeggs  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
893701408SBen Skeggs  * and/or sell copies of the Software, and to permit persons to whom the
993701408SBen Skeggs  * Software is furnished to do so, subject to the following conditions:
1093701408SBen Skeggs  *
1193701408SBen Skeggs  * The above copyright notice and this permission notice shall be included in
1293701408SBen Skeggs  * all copies or substantial portions of the Software.
1393701408SBen Skeggs  *
1493701408SBen Skeggs  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1593701408SBen Skeggs  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1693701408SBen Skeggs  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1793701408SBen Skeggs  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1893701408SBen Skeggs  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1993701408SBen Skeggs  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2093701408SBen Skeggs  * DEALINGS IN THE SOFTWARE.
2193701408SBen Skeggs  */
2293701408SBen Skeggs 
2393701408SBen Skeggs 
2493701408SBen Skeggs #ifndef _clc37a__h_
2593701408SBen Skeggs #define _clc37a__h_
2693701408SBen Skeggs 
2793701408SBen Skeggs #define NVC37A_UPDATE                                                           (0x00000200)
2893701408SBen Skeggs #define NVC37A_SET_CURSOR_HOT_SPOT_POINT_OUT(b)                                 (0x00000208 + (b)*0x00000004)
2993701408SBen Skeggs #define NVC37A_SET_CURSOR_HOT_SPOT_POINT_OUT_X                                  15:0
3093701408SBen Skeggs #define NVC37A_SET_CURSOR_HOT_SPOT_POINT_OUT_Y                                  31:16
3193701408SBen Skeggs #endif // _clc37a_h
32