1059ad731SLucas Stach #ifndef STATE_BLT_XML 2059ad731SLucas Stach #define STATE_BLT_XML 3059ad731SLucas Stach 4059ad731SLucas Stach /* Autogenerated file, DO NOT EDIT manually! 5059ad731SLucas Stach 6059ad731SLucas Stach This file was generated by the rules-ng-ng headergen tool in this git repository: 7059ad731SLucas Stach http://0x04.net/cgit/index.cgi/rules-ng-ng 8059ad731SLucas Stach git clone git://0x04.net/rules-ng-ng 9059ad731SLucas Stach 10059ad731SLucas Stach The rules-ng-ng source files this header was generated from are: 11059ad731SLucas Stach - state.xml ( 26087 bytes, from 2017-12-18 16:51:59) 12059ad731SLucas Stach - common.xml ( 35468 bytes, from 2018-01-22 13:48:54) 13059ad731SLucas Stach - common_3d.xml ( 14615 bytes, from 2017-12-18 16:51:59) 14059ad731SLucas Stach - state_hi.xml ( 30232 bytes, from 2018-02-15 15:48:01) 15059ad731SLucas Stach - copyright.xml ( 1597 bytes, from 2016-12-08 16:37:56) 16059ad731SLucas Stach - state_2d.xml ( 51552 bytes, from 2016-12-08 16:37:56) 17059ad731SLucas Stach - state_3d.xml ( 79992 bytes, from 2017-12-18 16:51:59) 18059ad731SLucas Stach - state_blt.xml ( 13405 bytes, from 2017-12-18 16:51:59) 19059ad731SLucas Stach - state_vg.xml ( 5975 bytes, from 2016-12-08 16:37:56) 20059ad731SLucas Stach 21059ad731SLucas Stach Copyright (C) 2012-2017 by the following authors: 22059ad731SLucas Stach - Wladimir J. van der Laan <laanwj@gmail.com> 23059ad731SLucas Stach - Christian Gmeiner <christian.gmeiner@gmail.com> 24059ad731SLucas Stach - Lucas Stach <l.stach@pengutronix.de> 25059ad731SLucas Stach - Russell King <rmk@arm.linux.org.uk> 26059ad731SLucas Stach 27059ad731SLucas Stach Permission is hereby granted, free of charge, to any person obtaining a 28059ad731SLucas Stach copy of this software and associated documentation files (the "Software"), 29059ad731SLucas Stach to deal in the Software without restriction, including without limitation 30059ad731SLucas Stach the rights to use, copy, modify, merge, publish, distribute, sub license, 31059ad731SLucas Stach and/or sell copies of the Software, and to permit persons to whom the 32059ad731SLucas Stach Software is furnished to do so, subject to the following conditions: 33059ad731SLucas Stach 34059ad731SLucas Stach The above copyright notice and this permission notice (including the 35059ad731SLucas Stach next paragraph) shall be included in all copies or substantial portions 36059ad731SLucas Stach of the Software. 37059ad731SLucas Stach 38059ad731SLucas Stach THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 39059ad731SLucas Stach IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 40059ad731SLucas Stach FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 41059ad731SLucas Stach THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 42059ad731SLucas Stach LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 43059ad731SLucas Stach FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 44059ad731SLucas Stach DEALINGS IN THE SOFTWARE. 45059ad731SLucas Stach */ 46059ad731SLucas Stach 47059ad731SLucas Stach /* This is a cut-down version of the state_blt.xml.h file */ 48059ad731SLucas Stach 49f232d9ecSLucas Stach #define VIVS_BLT_SET_COMMAND 0x000140ac 50f232d9ecSLucas Stach 51059ad731SLucas Stach #define VIVS_BLT_ENABLE 0x000140b8 52059ad731SLucas Stach #define VIVS_BLT_ENABLE_ENABLE 0x00000001 53059ad731SLucas Stach 54059ad731SLucas Stach #endif /* STATE_BLT_XML */ 55