18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 28c2ecf20Sopenharmony_ci/* $XFree86$ */ 38c2ecf20Sopenharmony_ci/* $XdotOrg$ */ 48c2ecf20Sopenharmony_ci/* 58c2ecf20Sopenharmony_ci * Data tables for init.c 68c2ecf20Sopenharmony_ci * 78c2ecf20Sopenharmony_ci * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria 88c2ecf20Sopenharmony_ci * 98c2ecf20Sopenharmony_ci * If distributed as part of the Linux kernel, the following license terms 108c2ecf20Sopenharmony_ci * apply: 118c2ecf20Sopenharmony_ci * 128c2ecf20Sopenharmony_ci * * This program is free software; you can redistribute it and/or modify 138c2ecf20Sopenharmony_ci * * it under the terms of the GNU General Public License as published by 148c2ecf20Sopenharmony_ci * * the Free Software Foundation; either version 2 of the named License, 158c2ecf20Sopenharmony_ci * * or any later version. 168c2ecf20Sopenharmony_ci * * 178c2ecf20Sopenharmony_ci * * This program is distributed in the hope that it will be useful, 188c2ecf20Sopenharmony_ci * * but WITHOUT ANY WARRANTY; without even the implied warranty of 198c2ecf20Sopenharmony_ci * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 208c2ecf20Sopenharmony_ci * * GNU General Public License for more details. 218c2ecf20Sopenharmony_ci * * 228c2ecf20Sopenharmony_ci * * You should have received a copy of the GNU General Public License 238c2ecf20Sopenharmony_ci * * along with this program; if not, write to the Free Software 248c2ecf20Sopenharmony_ci * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA 258c2ecf20Sopenharmony_ci * 268c2ecf20Sopenharmony_ci * Otherwise, the following license terms apply: 278c2ecf20Sopenharmony_ci * 288c2ecf20Sopenharmony_ci * * Redistribution and use in source and binary forms, with or without 298c2ecf20Sopenharmony_ci * * modification, are permitted provided that the following conditions 308c2ecf20Sopenharmony_ci * * are met: 318c2ecf20Sopenharmony_ci * * 1) Redistributions of source code must retain the above copyright 328c2ecf20Sopenharmony_ci * * notice, this list of conditions and the following disclaimer. 338c2ecf20Sopenharmony_ci * * 2) Redistributions in binary form must reproduce the above copyright 348c2ecf20Sopenharmony_ci * * notice, this list of conditions and the following disclaimer in the 358c2ecf20Sopenharmony_ci * * documentation and/or other materials provided with the distribution. 368c2ecf20Sopenharmony_ci * * 3) The name of the author may not be used to endorse or promote products 378c2ecf20Sopenharmony_ci * * derived from this software without specific prior written permission. 388c2ecf20Sopenharmony_ci * * 398c2ecf20Sopenharmony_ci * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 408c2ecf20Sopenharmony_ci * * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 418c2ecf20Sopenharmony_ci * * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 428c2ecf20Sopenharmony_ci * * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 438c2ecf20Sopenharmony_ci * * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 448c2ecf20Sopenharmony_ci * * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 458c2ecf20Sopenharmony_ci * * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 468c2ecf20Sopenharmony_ci * * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 478c2ecf20Sopenharmony_ci * * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 488c2ecf20Sopenharmony_ci * * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 498c2ecf20Sopenharmony_ci * 508c2ecf20Sopenharmony_ci * Author: Thomas Winischhofer <thomas@winischhofer.net> 518c2ecf20Sopenharmony_ci * 528c2ecf20Sopenharmony_ci */ 538c2ecf20Sopenharmony_ci 548c2ecf20Sopenharmony_ci#ifndef _SISUSB_TABLES_H_ 558c2ecf20Sopenharmony_ci#define _SISUSB_TABLES_H_ 568c2ecf20Sopenharmony_ci 578c2ecf20Sopenharmony_cistatic const unsigned char SiS_MDA_DAC[] = { 588c2ecf20Sopenharmony_ci 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 598c2ecf20Sopenharmony_ci 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 608c2ecf20Sopenharmony_ci 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 618c2ecf20Sopenharmony_ci 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 628c2ecf20Sopenharmony_ci 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 638c2ecf20Sopenharmony_ci 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 648c2ecf20Sopenharmony_ci 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 658c2ecf20Sopenharmony_ci 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F 668c2ecf20Sopenharmony_ci}; 678c2ecf20Sopenharmony_ci 688c2ecf20Sopenharmony_cistatic const unsigned char SiS_CGA_DAC[] = { 698c2ecf20Sopenharmony_ci 0x00, 0x10, 0x04, 0x14, 0x01, 0x11, 0x09, 0x15, 708c2ecf20Sopenharmony_ci 0x00, 0x10, 0x04, 0x14, 0x01, 0x11, 0x09, 0x15, 718c2ecf20Sopenharmony_ci 0x2A, 0x3A, 0x2E, 0x3E, 0x2B, 0x3B, 0x2F, 0x3F, 728c2ecf20Sopenharmony_ci 0x2A, 0x3A, 0x2E, 0x3E, 0x2B, 0x3B, 0x2F, 0x3F, 738c2ecf20Sopenharmony_ci 0x00, 0x10, 0x04, 0x14, 0x01, 0x11, 0x09, 0x15, 748c2ecf20Sopenharmony_ci 0x00, 0x10, 0x04, 0x14, 0x01, 0x11, 0x09, 0x15, 758c2ecf20Sopenharmony_ci 0x2A, 0x3A, 0x2E, 0x3E, 0x2B, 0x3B, 0x2F, 0x3F, 768c2ecf20Sopenharmony_ci 0x2A, 0x3A, 0x2E, 0x3E, 0x2B, 0x3B, 0x2F, 0x3F 778c2ecf20Sopenharmony_ci}; 788c2ecf20Sopenharmony_ci 798c2ecf20Sopenharmony_cistatic const unsigned char SiS_EGA_DAC[] = { 808c2ecf20Sopenharmony_ci 0x00, 0x10, 0x04, 0x14, 0x01, 0x11, 0x05, 0x15, 818c2ecf20Sopenharmony_ci 0x20, 0x30, 0x24, 0x34, 0x21, 0x31, 0x25, 0x35, 828c2ecf20Sopenharmony_ci 0x08, 0x18, 0x0C, 0x1C, 0x09, 0x19, 0x0D, 0x1D, 838c2ecf20Sopenharmony_ci 0x28, 0x38, 0x2C, 0x3C, 0x29, 0x39, 0x2D, 0x3D, 848c2ecf20Sopenharmony_ci 0x02, 0x12, 0x06, 0x16, 0x03, 0x13, 0x07, 0x17, 858c2ecf20Sopenharmony_ci 0x22, 0x32, 0x26, 0x36, 0x23, 0x33, 0x27, 0x37, 868c2ecf20Sopenharmony_ci 0x0A, 0x1A, 0x0E, 0x1E, 0x0B, 0x1B, 0x0F, 0x1F, 878c2ecf20Sopenharmony_ci 0x2A, 0x3A, 0x2E, 0x3E, 0x2B, 0x3B, 0x2F, 0x3F 888c2ecf20Sopenharmony_ci}; 898c2ecf20Sopenharmony_ci 908c2ecf20Sopenharmony_cistatic const unsigned char SiS_VGA_DAC[] = { 918c2ecf20Sopenharmony_ci 0x00, 0x10, 0x04, 0x14, 0x01, 0x11, 0x09, 0x15, 928c2ecf20Sopenharmony_ci 0x2A, 0x3A, 0x2E, 0x3E, 0x2B, 0x3B, 0x2F, 0x3F, 938c2ecf20Sopenharmony_ci 0x00, 0x05, 0x08, 0x0B, 0x0E, 0x11, 0x14, 0x18, 948c2ecf20Sopenharmony_ci 0x1C, 0x20, 0x24, 0x28, 0x2D, 0x32, 0x38, 0x3F, 958c2ecf20Sopenharmony_ci 0x00, 0x10, 0x1F, 0x2F, 0x3F, 0x1F, 0x27, 0x2F, 968c2ecf20Sopenharmony_ci 0x37, 0x3F, 0x2D, 0x31, 0x36, 0x3A, 0x3F, 0x00, 978c2ecf20Sopenharmony_ci 0x07, 0x0E, 0x15, 0x1C, 0x0E, 0x11, 0x15, 0x18, 988c2ecf20Sopenharmony_ci 0x1C, 0x14, 0x16, 0x18, 0x1A, 0x1C, 0x00, 0x04, 998c2ecf20Sopenharmony_ci 0x08, 0x0C, 0x10, 0x08, 0x0A, 0x0C, 0x0E, 0x10, 1008c2ecf20Sopenharmony_ci 0x0B, 0x0C, 0x0D, 0x0F, 0x10 1018c2ecf20Sopenharmony_ci}; 1028c2ecf20Sopenharmony_ci 1038c2ecf20Sopenharmony_cistatic const struct SiS_St SiSUSB_SModeIDTable[] = { 1048c2ecf20Sopenharmony_ci {0x03, 0x0010, 0x18, 0x02, 0x02, 0x00, 0x01, 0x03, 0x40}, 1058c2ecf20Sopenharmony_ci {0xff, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} 1068c2ecf20Sopenharmony_ci}; 1078c2ecf20Sopenharmony_ci 1088c2ecf20Sopenharmony_cistatic const struct SiS_ModeResInfo SiSUSB_ModeResInfo[] = { 1098c2ecf20Sopenharmony_ci {320, 200, 8, 8}, /* 0x00 */ 1108c2ecf20Sopenharmony_ci {320, 240, 8, 8}, /* 0x01 */ 1118c2ecf20Sopenharmony_ci {320, 400, 8, 8}, /* 0x02 */ 1128c2ecf20Sopenharmony_ci {400, 300, 8, 8}, /* 0x03 */ 1138c2ecf20Sopenharmony_ci {512, 384, 8, 8}, /* 0x04 */ 1148c2ecf20Sopenharmony_ci {640, 400, 8, 16}, /* 0x05 */ 1158c2ecf20Sopenharmony_ci {640, 480, 8, 16}, /* 0x06 */ 1168c2ecf20Sopenharmony_ci {800, 600, 8, 16}, /* 0x07 */ 1178c2ecf20Sopenharmony_ci {1024, 768, 8, 16}, /* 0x08 */ 1188c2ecf20Sopenharmony_ci {1280, 1024, 8, 16}, /* 0x09 */ 1198c2ecf20Sopenharmony_ci {1600, 1200, 8, 16}, /* 0x0a */ 1208c2ecf20Sopenharmony_ci {1920, 1440, 8, 16}, /* 0x0b */ 1218c2ecf20Sopenharmony_ci {2048, 1536, 8, 16}, /* 0x0c */ 1228c2ecf20Sopenharmony_ci {720, 480, 8, 16}, /* 0x0d */ 1238c2ecf20Sopenharmony_ci {720, 576, 8, 16}, /* 0x0e */ 1248c2ecf20Sopenharmony_ci {1280, 960, 8, 16}, /* 0x0f */ 1258c2ecf20Sopenharmony_ci {800, 480, 8, 16}, /* 0x10 */ 1268c2ecf20Sopenharmony_ci {1024, 576, 8, 16}, /* 0x11 */ 1278c2ecf20Sopenharmony_ci {1280, 720, 8, 16}, /* 0x12 */ 1288c2ecf20Sopenharmony_ci {856, 480, 8, 16}, /* 0x13 */ 1298c2ecf20Sopenharmony_ci {1280, 768, 8, 16}, /* 0x14 */ 1308c2ecf20Sopenharmony_ci {1400, 1050, 8, 16}, /* 0x15 */ 1318c2ecf20Sopenharmony_ci {1152, 864, 8, 16}, /* 0x16 */ 1328c2ecf20Sopenharmony_ci {848, 480, 8, 16}, /* 0x17 */ 1338c2ecf20Sopenharmony_ci {1360, 768, 8, 16}, /* 0x18 */ 1348c2ecf20Sopenharmony_ci {1024, 600, 8, 16}, /* 0x19 */ 1358c2ecf20Sopenharmony_ci {1152, 768, 8, 16}, /* 0x1a */ 1368c2ecf20Sopenharmony_ci {768, 576, 8, 16}, /* 0x1b */ 1378c2ecf20Sopenharmony_ci {1360, 1024, 8, 16}, /* 0x1c */ 1388c2ecf20Sopenharmony_ci {1680, 1050, 8, 16}, /* 0x1d */ 1398c2ecf20Sopenharmony_ci {1280, 800, 8, 16}, /* 0x1e */ 1408c2ecf20Sopenharmony_ci {1920, 1080, 8, 16}, /* 0x1f */ 1418c2ecf20Sopenharmony_ci {960, 540, 8, 16}, /* 0x20 */ 1428c2ecf20Sopenharmony_ci {960, 600, 8, 16} /* 0x21 */ 1438c2ecf20Sopenharmony_ci}; 1448c2ecf20Sopenharmony_ci 1458c2ecf20Sopenharmony_cistatic const struct SiS_StandTable SiSUSB_StandTable[] = { 1468c2ecf20Sopenharmony_ci /* MD_3_400 - mode 0x03 - 400 */ 1478c2ecf20Sopenharmony_ci { 1488c2ecf20Sopenharmony_ci 0x50, 0x18, 0x10, 0x1000, 1498c2ecf20Sopenharmony_ci {0x00, 0x03, 0x00, 0x02}, 1508c2ecf20Sopenharmony_ci 0x67, 1518c2ecf20Sopenharmony_ci {0x5f, 0x4f, 0x50, 0x82, 0x55, 0x81, 0xbf, 0x1f, 1528c2ecf20Sopenharmony_ci 0x00, 0x4f, 0x0d, 0x0e, 0x00, 0x00, 0x00, 0x00, 1538c2ecf20Sopenharmony_ci 0x9c, 0x8e, 0x8f, 0x28, 0x1f, 0x96, 0xb9, 0xa3, 1548c2ecf20Sopenharmony_ci 0xff}, 1558c2ecf20Sopenharmony_ci {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x14, 0x07, 1568c2ecf20Sopenharmony_ci 0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f, 1578c2ecf20Sopenharmony_ci 0x0c, 0x00, 0x0f, 0x08}, 1588c2ecf20Sopenharmony_ci {0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x0e, 0x00, 0xff} 1598c2ecf20Sopenharmony_ci }, 1608c2ecf20Sopenharmony_ci /* Generic for VGA and higher */ 1618c2ecf20Sopenharmony_ci { 1628c2ecf20Sopenharmony_ci 0x00, 0x00, 0x00, 0x0000, 1638c2ecf20Sopenharmony_ci {0x01, 0x0f, 0x00, 0x0e}, 1648c2ecf20Sopenharmony_ci 0x23, 1658c2ecf20Sopenharmony_ci {0x5f, 0x4f, 0x50, 0x82, 0x54, 0x80, 0x0b, 0x3e, 1668c2ecf20Sopenharmony_ci 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 1678c2ecf20Sopenharmony_ci 0xea, 0x8c, 0xdf, 0x28, 0x40, 0xe7, 0x04, 0xa3, 1688c2ecf20Sopenharmony_ci 0xff}, 1698c2ecf20Sopenharmony_ci {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 1708c2ecf20Sopenharmony_ci 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, 1718c2ecf20Sopenharmony_ci 0x01, 0x00, 0x00, 0x00}, 1728c2ecf20Sopenharmony_ci {0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x05, 0x0f, 0xff} 1738c2ecf20Sopenharmony_ci } 1748c2ecf20Sopenharmony_ci}; 1758c2ecf20Sopenharmony_ci 1768c2ecf20Sopenharmony_cistatic const struct SiS_Ext SiSUSB_EModeIDTable[] = { 1778c2ecf20Sopenharmony_ci {0x2e, 0x0a1b, 0x0101, SIS_RI_640x480, 0x00, 0x00, 0x05, 0x05, 0x08, 2}, /* 640x480x8 */ 1788c2ecf20Sopenharmony_ci {0x2f, 0x0a1b, 0x0100, SIS_RI_640x400, 0x00, 0x00, 0x05, 0x05, 0x10, 0}, /* 640x400x8 */ 1798c2ecf20Sopenharmony_ci {0x30, 0x2a1b, 0x0103, SIS_RI_800x600, 0x00, 0x00, 0x07, 0x06, 0x00, 3}, /* 800x600x8 */ 1808c2ecf20Sopenharmony_ci {0x31, 0x4a1b, 0x0000, SIS_RI_720x480, 0x00, 0x00, 0x06, 0x06, 0x11, -1}, /* 720x480x8 */ 1818c2ecf20Sopenharmony_ci {0x32, 0x4a1b, 0x0000, SIS_RI_720x576, 0x00, 0x00, 0x06, 0x06, 0x12, -1}, /* 720x576x8 */ 1828c2ecf20Sopenharmony_ci {0x33, 0x4a1d, 0x0000, SIS_RI_720x480, 0x00, 0x00, 0x06, 0x06, 0x11, -1}, /* 720x480x16 */ 1838c2ecf20Sopenharmony_ci {0x34, 0x6a1d, 0x0000, SIS_RI_720x576, 0x00, 0x00, 0x06, 0x06, 0x12, -1}, /* 720x576x16 */ 1848c2ecf20Sopenharmony_ci {0x35, 0x4a1f, 0x0000, SIS_RI_720x480, 0x00, 0x00, 0x06, 0x06, 0x11, -1}, /* 720x480x32 */ 1858c2ecf20Sopenharmony_ci {0x36, 0x6a1f, 0x0000, SIS_RI_720x576, 0x00, 0x00, 0x06, 0x06, 0x12, -1}, /* 720x576x32 */ 1868c2ecf20Sopenharmony_ci {0x38, 0x0a1b, 0x0105, SIS_RI_1024x768, 0x00, 0x00, 0x08, 0x07, 0x13, 4}, /* 1024x768x8 */ 1878c2ecf20Sopenharmony_ci {0x3a, 0x0e3b, 0x0107, SIS_RI_1280x1024, 0x00, 0x00, 0x00, 0x00, 0x2f, 8}, /* 1280x1024x8 */ 1888c2ecf20Sopenharmony_ci {0x41, 0x9a1d, 0x010e, SIS_RI_320x200, 0x00, 0x00, 0x04, 0x04, 0x1a, 0}, /* 320x200x16 */ 1898c2ecf20Sopenharmony_ci {0x44, 0x0a1d, 0x0111, SIS_RI_640x480, 0x00, 0x00, 0x05, 0x05, 0x08, 2}, /* 640x480x16 */ 1908c2ecf20Sopenharmony_ci {0x47, 0x2a1d, 0x0114, SIS_RI_800x600, 0x00, 0x00, 0x07, 0x06, 0x00, 3}, /* 800x600x16 */ 1918c2ecf20Sopenharmony_ci {0x4a, 0x0a3d, 0x0117, SIS_RI_1024x768, 0x00, 0x00, 0x08, 0x07, 0x13, 4}, /* 1024x768x16 */ 1928c2ecf20Sopenharmony_ci {0x4d, 0x0e7d, 0x011a, SIS_RI_1280x1024, 0x00, 0x00, 0x00, 0x00, 0x2f, 8}, /* 1280x1024x16 */ 1938c2ecf20Sopenharmony_ci {0x50, 0x9a1b, 0x0132, SIS_RI_320x240, 0x00, 0x00, 0x04, 0x04, 0x1b, 2}, /* 320x240x8 */ 1948c2ecf20Sopenharmony_ci {0x51, 0xba1b, 0x0133, SIS_RI_400x300, 0x00, 0x00, 0x07, 0x07, 0x1c, 3}, /* 400x300x8 */ 1958c2ecf20Sopenharmony_ci {0x52, 0xba1b, 0x0134, SIS_RI_512x384, 0x00, 0x00, 0x00, 0x00, 0x1d, 4}, /* 512x384x8 */ 1968c2ecf20Sopenharmony_ci {0x56, 0x9a1d, 0x0135, SIS_RI_320x240, 0x00, 0x00, 0x04, 0x04, 0x1b, 2}, /* 320x240x16 */ 1978c2ecf20Sopenharmony_ci {0x57, 0xba1d, 0x0136, SIS_RI_400x300, 0x00, 0x00, 0x07, 0x07, 0x1c, 3}, /* 400x300x16 */ 1988c2ecf20Sopenharmony_ci {0x58, 0xba1d, 0x0137, SIS_RI_512x384, 0x00, 0x00, 0x00, 0x00, 0x1d, 4}, /* 512x384x16 */ 1998c2ecf20Sopenharmony_ci {0x59, 0x9a1b, 0x0138, SIS_RI_320x200, 0x00, 0x00, 0x04, 0x04, 0x1a, 0}, /* 320x200x8 */ 2008c2ecf20Sopenharmony_ci {0x5c, 0xba1f, 0x0000, SIS_RI_512x384, 0x00, 0x00, 0x00, 0x00, 0x1d, 4}, /* 512x384x32 */ 2018c2ecf20Sopenharmony_ci {0x5d, 0x0a1d, 0x0139, SIS_RI_640x400, 0x00, 0x00, 0x05, 0x07, 0x10, 0}, /* 640x400x16 */ 2028c2ecf20Sopenharmony_ci {0x5e, 0x0a1f, 0x0000, SIS_RI_640x400, 0x00, 0x00, 0x05, 0x07, 0x10, 0}, /* 640x400x32 */ 2038c2ecf20Sopenharmony_ci {0x62, 0x0a3f, 0x013a, SIS_RI_640x480, 0x00, 0x00, 0x05, 0x05, 0x08, 2}, /* 640x480x32 */ 2048c2ecf20Sopenharmony_ci {0x63, 0x2a3f, 0x013b, SIS_RI_800x600, 0x00, 0x00, 0x07, 0x06, 0x00, 3}, /* 800x600x32 */ 2058c2ecf20Sopenharmony_ci {0x64, 0x0a7f, 0x013c, SIS_RI_1024x768, 0x00, 0x00, 0x08, 0x07, 0x13, 4}, /* 1024x768x32 */ 2068c2ecf20Sopenharmony_ci {0x65, 0x0eff, 0x013d, SIS_RI_1280x1024, 0x00, 0x00, 0x00, 0x00, 0x2f, 8}, /* 1280x1024x32 */ 2078c2ecf20Sopenharmony_ci {0x70, 0x6a1b, 0x0000, SIS_RI_800x480, 0x00, 0x00, 0x07, 0x07, 0x1e, -1}, /* 800x480x8 */ 2088c2ecf20Sopenharmony_ci {0x71, 0x4a1b, 0x0000, SIS_RI_1024x576, 0x00, 0x00, 0x00, 0x00, 0x21, -1}, /* 1024x576x8 */ 2098c2ecf20Sopenharmony_ci {0x74, 0x4a1d, 0x0000, SIS_RI_1024x576, 0x00, 0x00, 0x00, 0x00, 0x21, -1}, /* 1024x576x16 */ 2108c2ecf20Sopenharmony_ci {0x75, 0x0a3d, 0x0000, SIS_RI_1280x720, 0x00, 0x00, 0x00, 0x00, 0x24, 5}, /* 1280x720x16 */ 2118c2ecf20Sopenharmony_ci {0x76, 0x6a1f, 0x0000, SIS_RI_800x480, 0x00, 0x00, 0x07, 0x07, 0x1e, -1}, /* 800x480x32 */ 2128c2ecf20Sopenharmony_ci {0x77, 0x4a1f, 0x0000, SIS_RI_1024x576, 0x00, 0x00, 0x00, 0x00, 0x21, -1}, /* 1024x576x32 */ 2138c2ecf20Sopenharmony_ci {0x78, 0x0a3f, 0x0000, SIS_RI_1280x720, 0x00, 0x00, 0x00, 0x00, 0x24, 5}, /* 1280x720x32 */ 2148c2ecf20Sopenharmony_ci {0x79, 0x0a3b, 0x0000, SIS_RI_1280x720, 0x00, 0x00, 0x00, 0x00, 0x24, 5}, /* 1280x720x8 */ 2158c2ecf20Sopenharmony_ci {0x7a, 0x6a1d, 0x0000, SIS_RI_800x480, 0x00, 0x00, 0x07, 0x07, 0x1e, -1}, /* 800x480x16 */ 2168c2ecf20Sopenharmony_ci {0x23, 0x0e3b, 0x0000, SIS_RI_1280x768, 0x00, 0x00, 0x00, 0x00, 0x27, 6}, /* 1280x768x8 */ 2178c2ecf20Sopenharmony_ci {0x24, 0x0e7d, 0x0000, SIS_RI_1280x768, 0x00, 0x00, 0x00, 0x00, 0x27, 6}, /* 1280x768x16 */ 2188c2ecf20Sopenharmony_ci {0x25, 0x0eff, 0x0000, SIS_RI_1280x768, 0x00, 0x00, 0x00, 0x00, 0x27, 6}, /* 1280x768x32 */ 2198c2ecf20Sopenharmony_ci {0x39, 0x6a1b, 0x0000, SIS_RI_848x480, 0x00, 0x00, 0x00, 0x00, 0x28, -1}, /* 848x480 */ 2208c2ecf20Sopenharmony_ci {0x3b, 0x6a3d, 0x0000, SIS_RI_848x480, 0x00, 0x00, 0x00, 0x00, 0x28, 2218c2ecf20Sopenharmony_ci -1}, 2228c2ecf20Sopenharmony_ci {0x3e, 0x6a7f, 0x0000, SIS_RI_848x480, 0x00, 0x00, 0x00, 0x00, 0x28, 2238c2ecf20Sopenharmony_ci -1}, 2248c2ecf20Sopenharmony_ci {0x3f, 0x6a1b, 0x0000, SIS_RI_856x480, 0x00, 0x00, 0x00, 0x00, 0x2a, -1}, /* 856x480 */ 2258c2ecf20Sopenharmony_ci {0x42, 0x6a3d, 0x0000, SIS_RI_856x480, 0x00, 0x00, 0x00, 0x00, 0x2a, 2268c2ecf20Sopenharmony_ci -1}, 2278c2ecf20Sopenharmony_ci {0x45, 0x6a7f, 0x0000, SIS_RI_856x480, 0x00, 0x00, 0x00, 0x00, 0x2a, 2288c2ecf20Sopenharmony_ci -1}, 2298c2ecf20Sopenharmony_ci {0x4f, 0x9a1f, 0x0000, SIS_RI_320x200, 0x00, 0x00, 0x04, 0x04, 0x1a, 0}, /* 320x200x32 */ 2308c2ecf20Sopenharmony_ci {0x53, 0x9a1f, 0x0000, SIS_RI_320x240, 0x00, 0x00, 0x04, 0x04, 0x1b, 2}, /* 320x240x32 */ 2318c2ecf20Sopenharmony_ci {0x54, 0xba1f, 0x0000, SIS_RI_400x300, 0x00, 0x00, 0x07, 0x07, 0x1c, 3}, /* 400x300x32 */ 2328c2ecf20Sopenharmony_ci {0x5f, 0x6a1b, 0x0000, SIS_RI_768x576, 0x00, 0x00, 0x06, 0x06, 0x2c, -1}, /* 768x576 */ 2338c2ecf20Sopenharmony_ci {0x60, 0x6a1d, 0x0000, SIS_RI_768x576, 0x00, 0x00, 0x06, 0x06, 0x2c, 2348c2ecf20Sopenharmony_ci -1}, 2358c2ecf20Sopenharmony_ci {0x61, 0x6a3f, 0x0000, SIS_RI_768x576, 0x00, 0x00, 0x06, 0x06, 0x2c, 2368c2ecf20Sopenharmony_ci -1}, 2378c2ecf20Sopenharmony_ci {0x1d, 0x6a1b, 0x0000, SIS_RI_960x540, 0x00, 0x00, 0x00, 0x00, 0x2d, -1}, /* 960x540 */ 2388c2ecf20Sopenharmony_ci {0x1e, 0x6a3d, 0x0000, SIS_RI_960x540, 0x00, 0x00, 0x00, 0x00, 0x2d, 2398c2ecf20Sopenharmony_ci -1}, 2408c2ecf20Sopenharmony_ci {0x1f, 0x6a7f, 0x0000, SIS_RI_960x540, 0x00, 0x00, 0x00, 0x00, 0x2d, 2418c2ecf20Sopenharmony_ci -1}, 2428c2ecf20Sopenharmony_ci {0x20, 0x6a1b, 0x0000, SIS_RI_960x600, 0x00, 0x00, 0x00, 0x00, 0x2e, -1}, /* 960x600 */ 2438c2ecf20Sopenharmony_ci {0x21, 0x6a3d, 0x0000, SIS_RI_960x600, 0x00, 0x00, 0x00, 0x00, 0x2e, 2448c2ecf20Sopenharmony_ci -1}, 2458c2ecf20Sopenharmony_ci {0x22, 0x6a7f, 0x0000, SIS_RI_960x600, 0x00, 0x00, 0x00, 0x00, 0x2e, 2468c2ecf20Sopenharmony_ci -1}, 2478c2ecf20Sopenharmony_ci {0x29, 0x4e1b, 0x0000, SIS_RI_1152x864, 0x00, 0x00, 0x00, 0x00, 0x33, -1}, /* 1152x864 */ 2488c2ecf20Sopenharmony_ci {0x2a, 0x4e3d, 0x0000, SIS_RI_1152x864, 0x00, 0x00, 0x00, 0x00, 0x33, 2498c2ecf20Sopenharmony_ci -1}, 2508c2ecf20Sopenharmony_ci {0x2b, 0x4e7f, 0x0000, SIS_RI_1152x864, 0x00, 0x00, 0x00, 0x00, 0x33, 2518c2ecf20Sopenharmony_ci -1}, 2528c2ecf20Sopenharmony_ci {0xff, 0x0000, 0x0000, 0, 0x00, 0x00, 0x00, 0x00, 0x00, -1} 2538c2ecf20Sopenharmony_ci}; 2548c2ecf20Sopenharmony_ci 2558c2ecf20Sopenharmony_cistatic const struct SiS_Ext2 SiSUSB_RefIndex[] = { 2568c2ecf20Sopenharmony_ci {0x085f, 0x0d, 0x03, 0x05, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x0 */ 2578c2ecf20Sopenharmony_ci {0x0067, 0x0e, 0x04, 0x05, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x1 */ 2588c2ecf20Sopenharmony_ci {0x0067, 0x0f, 0x08, 0x48, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x2 */ 2598c2ecf20Sopenharmony_ci {0x0067, 0x10, 0x07, 0x8b, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x3 */ 2608c2ecf20Sopenharmony_ci {0x0047, 0x11, 0x0a, 0x00, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x4 */ 2618c2ecf20Sopenharmony_ci {0x0047, 0x12, 0x0d, 0x00, 0x05, 0x30, 800, 600, 0x40, 0x00, 0x00}, /* 0x5 */ 2628c2ecf20Sopenharmony_ci {0x0047, 0x13, 0x13, 0x00, 0x05, 0x30, 800, 600, 0x20, 0x00, 0x00}, /* 0x6 */ 2638c2ecf20Sopenharmony_ci {0x0107, 0x14, 0x1c, 0x00, 0x05, 0x30, 800, 600, 0x20, 0x00, 0x00}, /* 0x7 */ 2648c2ecf20Sopenharmony_ci {0xc85f, 0x05, 0x00, 0x04, 0x04, 0x2e, 640, 480, 0x40, 0x00, 0x00}, /* 0x8 */ 2658c2ecf20Sopenharmony_ci {0xc067, 0x06, 0x02, 0x04, 0x04, 0x2e, 640, 480, 0x40, 0x00, 0x00}, /* 0x9 */ 2668c2ecf20Sopenharmony_ci {0xc067, 0x07, 0x02, 0x47, 0x04, 0x2e, 640, 480, 0x40, 0x00, 0x00}, /* 0xa */ 2678c2ecf20Sopenharmony_ci {0xc067, 0x08, 0x03, 0x8a, 0x04, 0x2e, 640, 480, 0x40, 0x00, 0x00}, /* 0xb */ 2688c2ecf20Sopenharmony_ci {0xc047, 0x09, 0x05, 0x00, 0x04, 0x2e, 640, 480, 0x40, 0x00, 0x00}, /* 0xc */ 2698c2ecf20Sopenharmony_ci {0xc047, 0x0a, 0x09, 0x00, 0x04, 0x2e, 640, 480, 0x40, 0x00, 0x00}, /* 0xd */ 2708c2ecf20Sopenharmony_ci {0xc047, 0x0b, 0x0e, 0x00, 0x04, 0x2e, 640, 480, 0x40, 0x00, 0x00}, /* 0xe */ 2718c2ecf20Sopenharmony_ci {0xc047, 0x0c, 0x15, 0x00, 0x04, 0x2e, 640, 480, 0x40, 0x00, 0x00}, /* 0xf */ 2728c2ecf20Sopenharmony_ci {0x487f, 0x04, 0x00, 0x00, 0x00, 0x2f, 640, 400, 0x30, 0x55, 0x6e}, /* 0x10 */ 2738c2ecf20Sopenharmony_ci {0xc06f, 0x3c, 0x01, 0x06, 0x13, 0x31, 720, 480, 0x30, 0x00, 0x00}, /* 0x11 */ 2748c2ecf20Sopenharmony_ci {0x006f, 0x3d, 0x6f, 0x06, 0x14, 0x32, 720, 576, 0x30, 0x00, 0x00}, /* 0x12 (6f was 03) */ 2758c2ecf20Sopenharmony_ci {0x0087, 0x15, 0x06, 0x00, 0x06, 0x38, 1024, 768, 0x30, 0x00, 0x00}, /* 0x13 */ 2768c2ecf20Sopenharmony_ci {0xc877, 0x16, 0x0b, 0x06, 0x06, 0x38, 1024, 768, 0x20, 0x00, 0x00}, /* 0x14 */ 2778c2ecf20Sopenharmony_ci {0xc067, 0x17, 0x0f, 0x49, 0x06, 0x38, 1024, 768, 0x20, 0x00, 0x00}, /* 0x15 */ 2788c2ecf20Sopenharmony_ci {0x0067, 0x18, 0x11, 0x00, 0x06, 0x38, 1024, 768, 0x20, 0x00, 0x00}, /* 0x16 */ 2798c2ecf20Sopenharmony_ci {0x0047, 0x19, 0x16, 0x8c, 0x06, 0x38, 1024, 768, 0x20, 0x00, 0x00}, /* 0x17 */ 2808c2ecf20Sopenharmony_ci {0x0107, 0x1a, 0x1b, 0x00, 0x06, 0x38, 1024, 768, 0x10, 0x00, 0x00}, /* 0x18 */ 2818c2ecf20Sopenharmony_ci {0x0107, 0x1b, 0x1f, 0x00, 0x06, 0x38, 1024, 768, 0x10, 0x00, 0x00}, /* 0x19 */ 2828c2ecf20Sopenharmony_ci {0x407f, 0x00, 0x00, 0x00, 0x00, 0x41, 320, 200, 0x30, 0x56, 0x4e}, /* 0x1a */ 2838c2ecf20Sopenharmony_ci {0xc07f, 0x01, 0x00, 0x04, 0x04, 0x50, 320, 240, 0x30, 0x00, 0x00}, /* 0x1b */ 2848c2ecf20Sopenharmony_ci {0x007f, 0x02, 0x04, 0x05, 0x05, 0x51, 400, 300, 0x30, 0x00, 0x00}, /* 0x1c */ 2858c2ecf20Sopenharmony_ci {0xc077, 0x03, 0x0b, 0x06, 0x06, 0x52, 512, 384, 0x30, 0x00, 0x00}, /* 0x1d */ 2868c2ecf20Sopenharmony_ci {0x0077, 0x32, 0x40, 0x08, 0x18, 0x70, 800, 480, 0x30, 0x00, 0x00}, /* 0x1e */ 2878c2ecf20Sopenharmony_ci {0x0047, 0x33, 0x07, 0x08, 0x18, 0x70, 800, 480, 0x30, 0x00, 0x00}, /* 0x1f */ 2888c2ecf20Sopenharmony_ci {0x0047, 0x34, 0x0a, 0x08, 0x18, 0x70, 800, 480, 0x30, 0x00, 0x00}, /* 0x20 */ 2898c2ecf20Sopenharmony_ci {0x0077, 0x35, 0x0b, 0x09, 0x19, 0x71, 1024, 576, 0x30, 0x00, 0x00}, /* 0x21 */ 2908c2ecf20Sopenharmony_ci {0x0047, 0x36, 0x11, 0x09, 0x19, 0x71, 1024, 576, 0x30, 0x00, 0x00}, /* 0x22 */ 2918c2ecf20Sopenharmony_ci {0x0047, 0x37, 0x16, 0x09, 0x19, 0x71, 1024, 576, 0x30, 0x00, 0x00}, /* 0x23 */ 2928c2ecf20Sopenharmony_ci {0x1137, 0x38, 0x19, 0x0a, 0x0c, 0x75, 1280, 720, 0x30, 0x00, 0x00}, /* 0x24 */ 2938c2ecf20Sopenharmony_ci {0x1107, 0x39, 0x1e, 0x0a, 0x0c, 0x75, 1280, 720, 0x30, 0x00, 0x00}, /* 0x25 */ 2948c2ecf20Sopenharmony_ci {0x1307, 0x3a, 0x20, 0x0a, 0x0c, 0x75, 1280, 720, 0x30, 0x00, 0x00}, /* 0x26 */ 2958c2ecf20Sopenharmony_ci {0x0077, 0x42, 0x5b, 0x08, 0x11, 0x23, 1280, 768, 0x30, 0x00, 0x00}, /* 0x27 */ 2968c2ecf20Sopenharmony_ci {0x0087, 0x45, 0x57, 0x00, 0x16, 0x39, 848, 480, 0x30, 0x00, 0x00}, /* 0x28 38Hzi */ 2978c2ecf20Sopenharmony_ci {0xc067, 0x46, 0x55, 0x0b, 0x16, 0x39, 848, 480, 0x30, 0x00, 0x00}, /* 0x29 848x480-60Hz */ 2988c2ecf20Sopenharmony_ci {0x0087, 0x47, 0x57, 0x00, 0x17, 0x3f, 856, 480, 0x30, 0x00, 0x00}, /* 0x2a 856x480-38Hzi */ 2998c2ecf20Sopenharmony_ci {0xc067, 0x48, 0x57, 0x00, 0x17, 0x3f, 856, 480, 0x30, 0x00, 0x00}, /* 0x2b 856x480-60Hz */ 3008c2ecf20Sopenharmony_ci {0x006f, 0x4d, 0x71, 0x06, 0x15, 0x5f, 768, 576, 0x30, 0x00, 0x00}, /* 0x2c 768x576-56Hz */ 3018c2ecf20Sopenharmony_ci {0x0067, 0x52, 0x6a, 0x00, 0x1c, 0x1d, 960, 540, 0x30, 0x00, 0x00}, /* 0x2d 960x540 60Hz */ 3028c2ecf20Sopenharmony_ci {0x0077, 0x53, 0x6b, 0x0b, 0x1d, 0x20, 960, 600, 0x30, 0x00, 0x00}, /* 0x2e 960x600 60Hz */ 3038c2ecf20Sopenharmony_ci {0x0087, 0x1c, 0x11, 0x00, 0x07, 0x3a, 1280, 1024, 0x30, 0x00, 0x00}, /* 0x2f */ 3048c2ecf20Sopenharmony_ci {0x0137, 0x1d, 0x19, 0x07, 0x07, 0x3a, 1280, 1024, 0x00, 0x00, 0x00}, /* 0x30 */ 3058c2ecf20Sopenharmony_ci {0x0107, 0x1e, 0x1e, 0x00, 0x07, 0x3a, 1280, 1024, 0x00, 0x00, 0x00}, /* 0x31 */ 3068c2ecf20Sopenharmony_ci {0x0207, 0x1f, 0x20, 0x00, 0x07, 0x3a, 1280, 1024, 0x00, 0x00, 0x00}, /* 0x32 */ 3078c2ecf20Sopenharmony_ci {0x0127, 0x54, 0x6d, 0x00, 0x1a, 0x29, 1152, 864, 0x30, 0x00, 0x00}, /* 0x33 1152x864-60Hz */ 3088c2ecf20Sopenharmony_ci {0x0127, 0x44, 0x19, 0x00, 0x1a, 0x29, 1152, 864, 0x30, 0x00, 0x00}, /* 0x34 1152x864-75Hz */ 3098c2ecf20Sopenharmony_ci {0x0127, 0x4a, 0x1e, 0x00, 0x1a, 0x29, 1152, 864, 0x30, 0x00, 0x00}, /* 0x35 1152x864-85Hz */ 3108c2ecf20Sopenharmony_ci {0xffff, 0x00, 0x00, 0x00, 0x00, 0x00, 0, 0, 0, 0x00, 0x00} 3118c2ecf20Sopenharmony_ci}; 3128c2ecf20Sopenharmony_ci 3138c2ecf20Sopenharmony_cistatic const struct SiS_CRT1Table SiSUSB_CRT1Table[] = { 3148c2ecf20Sopenharmony_ci {{0x2d, 0x27, 0x28, 0x90, 0x2c, 0x80, 0xbf, 0x1f, 3158c2ecf20Sopenharmony_ci 0x9c, 0x8e, 0x8f, 0x96, 0xb9, 0x30, 0x00, 0x00, 3168c2ecf20Sopenharmony_ci 0x00}}, /* 0x0 */ 3178c2ecf20Sopenharmony_ci {{0x2d, 0x27, 0x28, 0x90, 0x2c, 0x80, 0x0b, 0x3e, 3188c2ecf20Sopenharmony_ci 0xe9, 0x8b, 0xdf, 0xe7, 0x04, 0x00, 0x00, 0x00, 3198c2ecf20Sopenharmony_ci 0x00}}, /* 0x1 */ 3208c2ecf20Sopenharmony_ci {{0x3d, 0x31, 0x31, 0x81, 0x37, 0x1f, 0x72, 0xf0, 3218c2ecf20Sopenharmony_ci 0x58, 0x8c, 0x57, 0x57, 0x73, 0x20, 0x00, 0x05, 3228c2ecf20Sopenharmony_ci 0x01}}, /* 0x2 */ 3238c2ecf20Sopenharmony_ci {{0x4f, 0x3f, 0x3f, 0x93, 0x45, 0x0d, 0x24, 0xf5, 3248c2ecf20Sopenharmony_ci 0x02, 0x88, 0xff, 0xff, 0x25, 0x10, 0x00, 0x01, 3258c2ecf20Sopenharmony_ci 0x01}}, /* 0x3 */ 3268c2ecf20Sopenharmony_ci {{0x5f, 0x4f, 0x50, 0x82, 0x55, 0x81, 0xbf, 0x1f, 3278c2ecf20Sopenharmony_ci 0x9c, 0x8e, 0x8f, 0x96, 0xb9, 0x30, 0x00, 0x05, 3288c2ecf20Sopenharmony_ci 0x00}}, /* 0x4 */ 3298c2ecf20Sopenharmony_ci {{0x5f, 0x4f, 0x4f, 0x83, 0x55, 0x81, 0x0b, 0x3e, 3308c2ecf20Sopenharmony_ci 0xe9, 0x8b, 0xdf, 0xe8, 0x0c, 0x00, 0x00, 0x05, 3318c2ecf20Sopenharmony_ci 0x00}}, /* 0x5 */ 3328c2ecf20Sopenharmony_ci {{0x63, 0x4f, 0x4f, 0x87, 0x56, 0x9b, 0x06, 0x3e, 3338c2ecf20Sopenharmony_ci 0xe8, 0x8a, 0xdf, 0xe7, 0x07, 0x00, 0x00, 0x01, 3348c2ecf20Sopenharmony_ci 0x00}}, /* 0x6 */ 3358c2ecf20Sopenharmony_ci {{0x64, 0x4f, 0x4f, 0x88, 0x55, 0x9d, 0xf2, 0x1f, 3368c2ecf20Sopenharmony_ci 0xe0, 0x83, 0xdf, 0xdf, 0xf3, 0x10, 0x00, 0x01, 3378c2ecf20Sopenharmony_ci 0x00}}, /* 0x7 */ 3388c2ecf20Sopenharmony_ci {{0x63, 0x4f, 0x4f, 0x87, 0x5a, 0x81, 0xfb, 0x1f, 3398c2ecf20Sopenharmony_ci 0xe0, 0x83, 0xdf, 0xdf, 0xfc, 0x10, 0x00, 0x05, 3408c2ecf20Sopenharmony_ci 0x00}}, /* 0x8 */ 3418c2ecf20Sopenharmony_ci {{0x65, 0x4f, 0x4f, 0x89, 0x58, 0x80, 0xfb, 0x1f, 3428c2ecf20Sopenharmony_ci 0xe0, 0x83, 0xdf, 0xdf, 0xfc, 0x10, 0x00, 0x05, 3438c2ecf20Sopenharmony_ci 0x61}}, /* 0x9 */ 3448c2ecf20Sopenharmony_ci {{0x65, 0x4f, 0x4f, 0x89, 0x58, 0x80, 0x01, 0x3e, 3458c2ecf20Sopenharmony_ci 0xe0, 0x83, 0xdf, 0xdf, 0x02, 0x00, 0x00, 0x05, 3468c2ecf20Sopenharmony_ci 0x61}}, /* 0xa */ 3478c2ecf20Sopenharmony_ci {{0x67, 0x4f, 0x4f, 0x8b, 0x58, 0x81, 0x0d, 0x3e, 3488c2ecf20Sopenharmony_ci 0xe0, 0x83, 0xdf, 0xdf, 0x0e, 0x00, 0x00, 0x05, 3498c2ecf20Sopenharmony_ci 0x61}}, /* 0xb */ 3508c2ecf20Sopenharmony_ci {{0x65, 0x4f, 0x4f, 0x89, 0x57, 0x9f, 0xfb, 0x1f, 3518c2ecf20Sopenharmony_ci 0xe6, 0x8a, 0xdf, 0xdf, 0xfc, 0x10, 0x00, 0x01, 3528c2ecf20Sopenharmony_ci 0x00}}, /* 0xc */ 3538c2ecf20Sopenharmony_ci {{0x7b, 0x63, 0x63, 0x9f, 0x6a, 0x93, 0x6f, 0xf0, 3548c2ecf20Sopenharmony_ci 0x58, 0x8a, 0x57, 0x57, 0x70, 0x20, 0x00, 0x05, 3558c2ecf20Sopenharmony_ci 0x01}}, /* 0xd */ 3568c2ecf20Sopenharmony_ci {{0x7f, 0x63, 0x63, 0x83, 0x6c, 0x1c, 0x72, 0xf0, 3578c2ecf20Sopenharmony_ci 0x58, 0x8c, 0x57, 0x57, 0x73, 0x20, 0x00, 0x06, 3588c2ecf20Sopenharmony_ci 0x01}}, /* 0xe */ 3598c2ecf20Sopenharmony_ci {{0x7d, 0x63, 0x63, 0x81, 0x6e, 0x1d, 0x98, 0xf0, 3608c2ecf20Sopenharmony_ci 0x7c, 0x82, 0x57, 0x57, 0x99, 0x00, 0x00, 0x06, 3618c2ecf20Sopenharmony_ci 0x01}}, /* 0xf */ 3628c2ecf20Sopenharmony_ci {{0x7f, 0x63, 0x63, 0x83, 0x69, 0x13, 0x6f, 0xf0, 3638c2ecf20Sopenharmony_ci 0x58, 0x8b, 0x57, 0x57, 0x70, 0x20, 0x00, 0x06, 3648c2ecf20Sopenharmony_ci 0x01}}, /* 0x10 */ 3658c2ecf20Sopenharmony_ci {{0x7e, 0x63, 0x63, 0x82, 0x6b, 0x13, 0x75, 0xf0, 3668c2ecf20Sopenharmony_ci 0x58, 0x8b, 0x57, 0x57, 0x76, 0x20, 0x00, 0x06, 3678c2ecf20Sopenharmony_ci 0x01}}, /* 0x11 */ 3688c2ecf20Sopenharmony_ci {{0x81, 0x63, 0x63, 0x85, 0x6d, 0x18, 0x7a, 0xf0, 3698c2ecf20Sopenharmony_ci 0x58, 0x8b, 0x57, 0x57, 0x7b, 0x20, 0x00, 0x06, 3708c2ecf20Sopenharmony_ci 0x61}}, /* 0x12 */ 3718c2ecf20Sopenharmony_ci {{0x83, 0x63, 0x63, 0x87, 0x6e, 0x19, 0x81, 0xf0, 3728c2ecf20Sopenharmony_ci 0x58, 0x8b, 0x57, 0x57, 0x82, 0x20, 0x00, 0x06, 3738c2ecf20Sopenharmony_ci 0x61}}, /* 0x13 */ 3748c2ecf20Sopenharmony_ci {{0x85, 0x63, 0x63, 0x89, 0x6f, 0x1a, 0x91, 0xf0, 3758c2ecf20Sopenharmony_ci 0x58, 0x8b, 0x57, 0x57, 0x92, 0x20, 0x00, 0x06, 3768c2ecf20Sopenharmony_ci 0x61}}, /* 0x14 */ 3778c2ecf20Sopenharmony_ci {{0x99, 0x7f, 0x7f, 0x9d, 0x84, 0x1a, 0x96, 0x1f, 3788c2ecf20Sopenharmony_ci 0x7f, 0x83, 0x7f, 0x7f, 0x97, 0x10, 0x00, 0x02, 3798c2ecf20Sopenharmony_ci 0x00}}, /* 0x15 */ 3808c2ecf20Sopenharmony_ci {{0xa3, 0x7f, 0x7f, 0x87, 0x86, 0x97, 0x24, 0xf5, 3818c2ecf20Sopenharmony_ci 0x02, 0x88, 0xff, 0xff, 0x25, 0x10, 0x00, 0x02, 3828c2ecf20Sopenharmony_ci 0x01}}, /* 0x16 */ 3838c2ecf20Sopenharmony_ci {{0xa1, 0x7f, 0x7f, 0x85, 0x86, 0x97, 0x24, 0xf5, 3848c2ecf20Sopenharmony_ci 0x02, 0x88, 0xff, 0xff, 0x25, 0x10, 0x00, 0x02, 3858c2ecf20Sopenharmony_ci 0x01}}, /* 0x17 */ 3868c2ecf20Sopenharmony_ci {{0x9f, 0x7f, 0x7f, 0x83, 0x85, 0x91, 0x1e, 0xf5, 3878c2ecf20Sopenharmony_ci 0x00, 0x83, 0xff, 0xff, 0x1f, 0x10, 0x00, 0x02, 3888c2ecf20Sopenharmony_ci 0x01}}, /* 0x18 */ 3898c2ecf20Sopenharmony_ci {{0xa7, 0x7f, 0x7f, 0x8b, 0x89, 0x95, 0x26, 0xf5, 3908c2ecf20Sopenharmony_ci 0x00, 0x83, 0xff, 0xff, 0x27, 0x10, 0x00, 0x02, 3918c2ecf20Sopenharmony_ci 0x01}}, /* 0x19 */ 3928c2ecf20Sopenharmony_ci {{0xa9, 0x7f, 0x7f, 0x8d, 0x8c, 0x9a, 0x2c, 0xf5, 3938c2ecf20Sopenharmony_ci 0x00, 0x83, 0xff, 0xff, 0x2d, 0x14, 0x00, 0x02, 3948c2ecf20Sopenharmony_ci 0x62}}, /* 0x1a */ 3958c2ecf20Sopenharmony_ci {{0xab, 0x7f, 0x7f, 0x8f, 0x8d, 0x9b, 0x35, 0xf5, 3968c2ecf20Sopenharmony_ci 0x00, 0x83, 0xff, 0xff, 0x36, 0x14, 0x00, 0x02, 3978c2ecf20Sopenharmony_ci 0x62}}, /* 0x1b */ 3988c2ecf20Sopenharmony_ci {{0xcf, 0x9f, 0x9f, 0x93, 0xb2, 0x01, 0x14, 0xba, 3998c2ecf20Sopenharmony_ci 0x00, 0x83, 0xff, 0xff, 0x15, 0x00, 0x00, 0x03, 4008c2ecf20Sopenharmony_ci 0x00}}, /* 0x1c */ 4018c2ecf20Sopenharmony_ci {{0xce, 0x9f, 0x9f, 0x92, 0xa9, 0x17, 0x28, 0x5a, 4028c2ecf20Sopenharmony_ci 0x00, 0x83, 0xff, 0xff, 0x29, 0x09, 0x00, 0x07, 4038c2ecf20Sopenharmony_ci 0x01}}, /* 0x1d */ 4048c2ecf20Sopenharmony_ci {{0xce, 0x9f, 0x9f, 0x92, 0xa5, 0x17, 0x28, 0x5a, 4058c2ecf20Sopenharmony_ci 0x00, 0x83, 0xff, 0xff, 0x29, 0x09, 0x00, 0x07, 4068c2ecf20Sopenharmony_ci 0x01}}, /* 0x1e */ 4078c2ecf20Sopenharmony_ci {{0xd3, 0x9f, 0x9f, 0x97, 0xab, 0x1f, 0x2e, 0x5a, 4088c2ecf20Sopenharmony_ci 0x00, 0x83, 0xff, 0xff, 0x2f, 0x09, 0x00, 0x07, 4098c2ecf20Sopenharmony_ci 0x01}}, /* 0x1f */ 4108c2ecf20Sopenharmony_ci {{0x09, 0xc7, 0xc7, 0x8d, 0xd3, 0x0b, 0xe0, 0x10, 4118c2ecf20Sopenharmony_ci 0xb0, 0x83, 0xaf, 0xaf, 0xe1, 0x2f, 0x01, 0x04, 4128c2ecf20Sopenharmony_ci 0x00}}, /* 0x20 */ 4138c2ecf20Sopenharmony_ci {{0x09, 0xc7, 0xc7, 0x8d, 0xd3, 0x0b, 0xe0, 0x10, 4148c2ecf20Sopenharmony_ci 0xb0, 0x83, 0xaf, 0xaf, 0xe1, 0x2f, 0x01, 0x04, 4158c2ecf20Sopenharmony_ci 0x00}}, /* 0x21 */ 4168c2ecf20Sopenharmony_ci {{0x09, 0xc7, 0xc7, 0x8d, 0xd3, 0x0b, 0xe0, 0x10, 4178c2ecf20Sopenharmony_ci 0xb0, 0x83, 0xaf, 0xaf, 0xe1, 0x2f, 0x01, 0x04, 4188c2ecf20Sopenharmony_ci 0x00}}, /* 0x22 */ 4198c2ecf20Sopenharmony_ci {{0x09, 0xc7, 0xc7, 0x8d, 0xd3, 0x0b, 0xe0, 0x10, 4208c2ecf20Sopenharmony_ci 0xb0, 0x83, 0xaf, 0xaf, 0xe1, 0x2f, 0x01, 0x04, 4218c2ecf20Sopenharmony_ci 0x00}}, /* 0x23 */ 4228c2ecf20Sopenharmony_ci {{0x09, 0xc7, 0xc7, 0x8d, 0xd3, 0x0b, 0xe0, 0x10, 4238c2ecf20Sopenharmony_ci 0xb0, 0x83, 0xaf, 0xaf, 0xe1, 0x2f, 0x01, 0x04, 4248c2ecf20Sopenharmony_ci 0x00}}, /* 0x24 */ 4258c2ecf20Sopenharmony_ci {{0x09, 0xc7, 0xc7, 0x8d, 0xd3, 0x0b, 0xe0, 0x10, 4268c2ecf20Sopenharmony_ci 0xb0, 0x83, 0xaf, 0xaf, 0xe1, 0x2f, 0x01, 0x04, 4278c2ecf20Sopenharmony_ci 0x00}}, /* 0x25 */ 4288c2ecf20Sopenharmony_ci {{0x09, 0xc7, 0xc7, 0x8d, 0xd3, 0x0b, 0xe0, 0x10, 4298c2ecf20Sopenharmony_ci 0xb0, 0x83, 0xaf, 0xaf, 0xe1, 0x2f, 0x01, 0x04, 4308c2ecf20Sopenharmony_ci 0x00}}, /* 0x26 */ 4318c2ecf20Sopenharmony_ci {{0x40, 0xef, 0xef, 0x84, 0x03, 0x1d, 0xda, 0x1f, 4328c2ecf20Sopenharmony_ci 0xa0, 0x83, 0x9f, 0x9f, 0xdb, 0x1f, 0x41, 0x01, 4338c2ecf20Sopenharmony_ci 0x00}}, /* 0x27 */ 4348c2ecf20Sopenharmony_ci {{0x43, 0xef, 0xef, 0x87, 0x06, 0x00, 0xd4, 0x1f, 4358c2ecf20Sopenharmony_ci 0xa0, 0x83, 0x9f, 0x9f, 0xd5, 0x1f, 0x41, 0x05, 4368c2ecf20Sopenharmony_ci 0x63}}, /* 0x28 */ 4378c2ecf20Sopenharmony_ci {{0x45, 0xef, 0xef, 0x89, 0x07, 0x01, 0xd9, 0x1f, 4388c2ecf20Sopenharmony_ci 0xa0, 0x83, 0x9f, 0x9f, 0xda, 0x1f, 0x41, 0x05, 4398c2ecf20Sopenharmony_ci 0x63}}, /* 0x29 */ 4408c2ecf20Sopenharmony_ci {{0x40, 0xef, 0xef, 0x84, 0x03, 0x1d, 0xda, 0x1f, 4418c2ecf20Sopenharmony_ci 0xa0, 0x83, 0x9f, 0x9f, 0xdb, 0x1f, 0x41, 0x01, 4428c2ecf20Sopenharmony_ci 0x00}}, /* 0x2a */ 4438c2ecf20Sopenharmony_ci {{0x40, 0xef, 0xef, 0x84, 0x03, 0x1d, 0xda, 0x1f, 4448c2ecf20Sopenharmony_ci 0xa0, 0x83, 0x9f, 0x9f, 0xdb, 0x1f, 0x41, 0x01, 4458c2ecf20Sopenharmony_ci 0x00}}, /* 0x2b */ 4468c2ecf20Sopenharmony_ci {{0x40, 0xef, 0xef, 0x84, 0x03, 0x1d, 0xda, 0x1f, 4478c2ecf20Sopenharmony_ci 0xa0, 0x83, 0x9f, 0x9f, 0xdb, 0x1f, 0x41, 0x01, 4488c2ecf20Sopenharmony_ci 0x00}}, /* 0x2c */ 4498c2ecf20Sopenharmony_ci {{0x59, 0xff, 0xff, 0x9d, 0x17, 0x13, 0x33, 0xba, 4508c2ecf20Sopenharmony_ci 0x00, 0x83, 0xff, 0xff, 0x34, 0x0f, 0x41, 0x05, 4518c2ecf20Sopenharmony_ci 0x44}}, /* 0x2d */ 4528c2ecf20Sopenharmony_ci {{0x5b, 0xff, 0xff, 0x9f, 0x18, 0x14, 0x38, 0xba, 4538c2ecf20Sopenharmony_ci 0x00, 0x83, 0xff, 0xff, 0x39, 0x0f, 0x41, 0x05, 4548c2ecf20Sopenharmony_ci 0x44}}, /* 0x2e */ 4558c2ecf20Sopenharmony_ci {{0x5b, 0xff, 0xff, 0x9f, 0x18, 0x14, 0x3d, 0xba, 4568c2ecf20Sopenharmony_ci 0x00, 0x83, 0xff, 0xff, 0x3e, 0x0f, 0x41, 0x05, 4578c2ecf20Sopenharmony_ci 0x44}}, /* 0x2f */ 4588c2ecf20Sopenharmony_ci {{0x5d, 0xff, 0xff, 0x81, 0x19, 0x95, 0x41, 0xba, 4598c2ecf20Sopenharmony_ci 0x00, 0x84, 0xff, 0xff, 0x42, 0x0f, 0x41, 0x05, 4608c2ecf20Sopenharmony_ci 0x44}}, /* 0x30 */ 4618c2ecf20Sopenharmony_ci {{0x55, 0xff, 0xff, 0x99, 0x0d, 0x0c, 0x3e, 0xba, 4628c2ecf20Sopenharmony_ci 0x00, 0x84, 0xff, 0xff, 0x3f, 0x0f, 0x41, 0x05, 4638c2ecf20Sopenharmony_ci 0x00}}, /* 0x31 */ 4648c2ecf20Sopenharmony_ci {{0x7f, 0x63, 0x63, 0x83, 0x6c, 0x1c, 0x72, 0xba, 4658c2ecf20Sopenharmony_ci 0x27, 0x8b, 0xdf, 0xdf, 0x73, 0x00, 0x00, 0x06, 4668c2ecf20Sopenharmony_ci 0x01}}, /* 0x32 */ 4678c2ecf20Sopenharmony_ci {{0x7f, 0x63, 0x63, 0x83, 0x69, 0x13, 0x6f, 0xba, 4688c2ecf20Sopenharmony_ci 0x26, 0x89, 0xdf, 0xdf, 0x6f, 0x00, 0x00, 0x06, 4698c2ecf20Sopenharmony_ci 0x01}}, /* 0x33 */ 4708c2ecf20Sopenharmony_ci {{0x7f, 0x63, 0x63, 0x82, 0x6b, 0x13, 0x75, 0xba, 4718c2ecf20Sopenharmony_ci 0x29, 0x8c, 0xdf, 0xdf, 0x75, 0x00, 0x00, 0x06, 4728c2ecf20Sopenharmony_ci 0x01}}, /* 0x34 */ 4738c2ecf20Sopenharmony_ci {{0xa3, 0x7f, 0x7f, 0x87, 0x86, 0x97, 0x24, 0xf1, 4748c2ecf20Sopenharmony_ci 0xaf, 0x85, 0x3f, 0x3f, 0x25, 0x30, 0x00, 0x02, 4758c2ecf20Sopenharmony_ci 0x01}}, /* 0x35 */ 4768c2ecf20Sopenharmony_ci {{0x9f, 0x7f, 0x7f, 0x83, 0x85, 0x91, 0x1e, 0xf1, 4778c2ecf20Sopenharmony_ci 0xad, 0x81, 0x3f, 0x3f, 0x1f, 0x30, 0x00, 0x02, 4788c2ecf20Sopenharmony_ci 0x01}}, /* 0x36 */ 4798c2ecf20Sopenharmony_ci {{0xa7, 0x7f, 0x7f, 0x88, 0x89, 0x95, 0x26, 0xf1, 4808c2ecf20Sopenharmony_ci 0xb1, 0x85, 0x3f, 0x3f, 0x27, 0x30, 0x00, 0x02, 4818c2ecf20Sopenharmony_ci 0x01}}, /* 0x37 */ 4828c2ecf20Sopenharmony_ci {{0xce, 0x9f, 0x9f, 0x92, 0xa9, 0x17, 0x28, 0xc4, 4838c2ecf20Sopenharmony_ci 0x7a, 0x8e, 0xcf, 0xcf, 0x29, 0x21, 0x00, 0x07, 4848c2ecf20Sopenharmony_ci 0x01}}, /* 0x38 */ 4858c2ecf20Sopenharmony_ci {{0xce, 0x9f, 0x9f, 0x92, 0xa5, 0x17, 0x28, 0xd4, 4868c2ecf20Sopenharmony_ci 0x7a, 0x8e, 0xcf, 0xcf, 0x29, 0x21, 0x00, 0x07, 4878c2ecf20Sopenharmony_ci 0x01}}, /* 0x39 */ 4888c2ecf20Sopenharmony_ci {{0xd3, 0x9f, 0x9f, 0x97, 0xab, 0x1f, 0x2e, 0xd4, 4898c2ecf20Sopenharmony_ci 0x7d, 0x81, 0xcf, 0xcf, 0x2f, 0x21, 0x00, 0x07, 4908c2ecf20Sopenharmony_ci 0x01}}, /* 0x3a */ 4918c2ecf20Sopenharmony_ci {{0xdc, 0x9f, 0x9f, 0x80, 0xaf, 0x9d, 0xe6, 0xff, 4928c2ecf20Sopenharmony_ci 0xc0, 0x83, 0xbf, 0xbf, 0xe7, 0x10, 0x00, 0x07, 4938c2ecf20Sopenharmony_ci 0x01}}, /* 0x3b */ 4948c2ecf20Sopenharmony_ci {{0x6b, 0x59, 0x59, 0x8f, 0x5e, 0x8c, 0x0b, 0x3e, 4958c2ecf20Sopenharmony_ci 0xe9, 0x8b, 0xdf, 0xe7, 0x04, 0x00, 0x00, 0x05, 4968c2ecf20Sopenharmony_ci 0x00}}, /* 0x3c */ 4978c2ecf20Sopenharmony_ci {{0x6d, 0x59, 0x59, 0x91, 0x60, 0x89, 0x53, 0xf0, 4988c2ecf20Sopenharmony_ci 0x41, 0x84, 0x3f, 0x3f, 0x54, 0x00, 0x00, 0x05, 4998c2ecf20Sopenharmony_ci 0x41}}, /* 0x3d */ 5008c2ecf20Sopenharmony_ci {{0x86, 0x6a, 0x6a, 0x8a, 0x74, 0x06, 0x8c, 0x15, 5018c2ecf20Sopenharmony_ci 0x4f, 0x83, 0xef, 0xef, 0x8d, 0x30, 0x00, 0x02, 5028c2ecf20Sopenharmony_ci 0x00}}, /* 0x3e */ 5038c2ecf20Sopenharmony_ci {{0x81, 0x6a, 0x6a, 0x85, 0x70, 0x00, 0x0f, 0x3e, 5048c2ecf20Sopenharmony_ci 0xeb, 0x8e, 0xdf, 0xdf, 0x10, 0x00, 0x00, 0x02, 5058c2ecf20Sopenharmony_ci 0x00}}, /* 0x3f */ 5068c2ecf20Sopenharmony_ci {{0xa3, 0x7f, 0x7f, 0x87, 0x86, 0x97, 0x1e, 0xf1, 5078c2ecf20Sopenharmony_ci 0xae, 0x85, 0x57, 0x57, 0x1f, 0x30, 0x00, 0x02, 5088c2ecf20Sopenharmony_ci 0x01}}, /* 0x40 */ 5098c2ecf20Sopenharmony_ci {{0xa3, 0x7f, 0x7f, 0x87, 0x86, 0x97, 0x24, 0xf5, 5108c2ecf20Sopenharmony_ci 0x02, 0x88, 0xff, 0xff, 0x25, 0x10, 0x00, 0x02, 5118c2ecf20Sopenharmony_ci 0x01}}, /* 0x41 */ 5128c2ecf20Sopenharmony_ci {{0xce, 0x9f, 0x9f, 0x92, 0xa9, 0x17, 0x20, 0xf5, 5138c2ecf20Sopenharmony_ci 0x03, 0x88, 0xff, 0xff, 0x21, 0x10, 0x00, 0x07, 5148c2ecf20Sopenharmony_ci 0x01}}, /* 0x42 */ 5158c2ecf20Sopenharmony_ci {{0xe6, 0xae, 0xae, 0x8a, 0xbd, 0x90, 0x3d, 0x10, 5168c2ecf20Sopenharmony_ci 0x1a, 0x8d, 0x19, 0x19, 0x3e, 0x2f, 0x00, 0x03, 5178c2ecf20Sopenharmony_ci 0x00}}, /* 0x43 */ 5188c2ecf20Sopenharmony_ci {{0xc3, 0x8f, 0x8f, 0x87, 0x9b, 0x0b, 0x82, 0xef, 5198c2ecf20Sopenharmony_ci 0x60, 0x83, 0x5f, 0x5f, 0x83, 0x10, 0x00, 0x07, 5208c2ecf20Sopenharmony_ci 0x01}}, /* 0x44 */ 5218c2ecf20Sopenharmony_ci {{0x86, 0x69, 0x69, 0x8A, 0x74, 0x06, 0x8C, 0x15, 5228c2ecf20Sopenharmony_ci 0x4F, 0x83, 0xEF, 0xEF, 0x8D, 0x30, 0x00, 0x02, 5238c2ecf20Sopenharmony_ci 0x00}}, /* 0x45 */ 5248c2ecf20Sopenharmony_ci {{0x83, 0x69, 0x69, 0x87, 0x6f, 0x1d, 0x03, 0x3E, 5258c2ecf20Sopenharmony_ci 0xE5, 0x8d, 0xDF, 0xe4, 0x04, 0x00, 0x00, 0x06, 5268c2ecf20Sopenharmony_ci 0x00}}, /* 0x46 */ 5278c2ecf20Sopenharmony_ci {{0x86, 0x6A, 0x6A, 0x8A, 0x74, 0x06, 0x8C, 0x15, 5288c2ecf20Sopenharmony_ci 0x4F, 0x83, 0xEF, 0xEF, 0x8D, 0x30, 0x00, 0x02, 5298c2ecf20Sopenharmony_ci 0x00}}, /* 0x47 */ 5308c2ecf20Sopenharmony_ci {{0x81, 0x6A, 0x6A, 0x85, 0x70, 0x00, 0x0F, 0x3E, 5318c2ecf20Sopenharmony_ci 0xEB, 0x8E, 0xDF, 0xDF, 0x10, 0x00, 0x00, 0x02, 5328c2ecf20Sopenharmony_ci 0x00}}, /* 0x48 */ 5338c2ecf20Sopenharmony_ci {{0xdd, 0xa9, 0xa9, 0x81, 0xb4, 0x97, 0x26, 0xfd, 5348c2ecf20Sopenharmony_ci 0x01, 0x8d, 0xff, 0x00, 0x27, 0x10, 0x00, 0x03, 5358c2ecf20Sopenharmony_ci 0x01}}, /* 0x49 */ 5368c2ecf20Sopenharmony_ci {{0xd9, 0x8f, 0x8f, 0x9d, 0xba, 0x0a, 0x8a, 0xff, 5378c2ecf20Sopenharmony_ci 0x60, 0x8b, 0x5f, 0x5f, 0x8b, 0x10, 0x00, 0x03, 5388c2ecf20Sopenharmony_ci 0x01}}, /* 0x4a */ 5398c2ecf20Sopenharmony_ci {{0xea, 0xae, 0xae, 0x8e, 0xba, 0x82, 0x40, 0x10, 5408c2ecf20Sopenharmony_ci 0x1b, 0x87, 0x19, 0x1a, 0x41, 0x0f, 0x00, 0x03, 5418c2ecf20Sopenharmony_ci 0x00}}, /* 0x4b */ 5428c2ecf20Sopenharmony_ci {{0xd3, 0x9f, 0x9f, 0x97, 0xab, 0x1f, 0xf1, 0xff, 5438c2ecf20Sopenharmony_ci 0xc0, 0x83, 0xbf, 0xbf, 0xf2, 0x10, 0x00, 0x07, 5448c2ecf20Sopenharmony_ci 0x01}}, /* 0x4c */ 5458c2ecf20Sopenharmony_ci {{0x75, 0x5f, 0x5f, 0x99, 0x66, 0x90, 0x53, 0xf0, 5468c2ecf20Sopenharmony_ci 0x41, 0x84, 0x3f, 0x3f, 0x54, 0x00, 0x00, 0x05, 5478c2ecf20Sopenharmony_ci 0x41}}, 5488c2ecf20Sopenharmony_ci {{0x2d, 0x27, 0x28, 0x90, 0x2c, 0x80, 0x0b, 0x3e, 5498c2ecf20Sopenharmony_ci 0xe9, 0x8b, 0xdf, 0xe7, 0x04, 0x00, 0x00, 0x00, 5508c2ecf20Sopenharmony_ci 0x00}}, /* 0x4e */ 5518c2ecf20Sopenharmony_ci {{0xcd, 0x9f, 0x9f, 0x91, 0xab, 0x1c, 0x3a, 0xff, 5528c2ecf20Sopenharmony_ci 0x20, 0x83, 0x1f, 0x1f, 0x3b, 0x10, 0x00, 0x07, 5538c2ecf20Sopenharmony_ci 0x21}}, /* 0x4f */ 5548c2ecf20Sopenharmony_ci {{0x15, 0xd1, 0xd1, 0x99, 0xe2, 0x19, 0x3d, 0x10, 5558c2ecf20Sopenharmony_ci 0x1a, 0x8d, 0x19, 0x19, 0x3e, 0x2f, 0x01, 0x0c, 5568c2ecf20Sopenharmony_ci 0x20}}, /* 0x50 */ 5578c2ecf20Sopenharmony_ci {{0x0e, 0xef, 0xef, 0x92, 0xfe, 0x03, 0x30, 0xf0, 5588c2ecf20Sopenharmony_ci 0x1e, 0x83, 0x1b, 0x1c, 0x31, 0x00, 0x01, 0x00, 5598c2ecf20Sopenharmony_ci 0x61}}, /* 0x51 */ 5608c2ecf20Sopenharmony_ci {{0x85, 0x77, 0x77, 0x89, 0x7d, 0x01, 0x31, 0xf0, 5618c2ecf20Sopenharmony_ci 0x1e, 0x84, 0x1b, 0x1c, 0x32, 0x00, 0x00, 0x02, 5628c2ecf20Sopenharmony_ci 0x41}}, /* 0x52 */ 5638c2ecf20Sopenharmony_ci {{0x87, 0x77, 0x77, 0x8b, 0x81, 0x0b, 0x68, 0xf0, 5648c2ecf20Sopenharmony_ci 0x5a, 0x80, 0x57, 0x57, 0x69, 0x00, 0x00, 0x02, 5658c2ecf20Sopenharmony_ci 0x01}}, /* 0x53 */ 5668c2ecf20Sopenharmony_ci {{0xcd, 0x8f, 0x8f, 0x91, 0x9b, 0x1b, 0x7a, 0xff, 5678c2ecf20Sopenharmony_ci 0x64, 0x8c, 0x5f, 0x62, 0x7b, 0x10, 0x00, 0x07, 5688c2ecf20Sopenharmony_ci 0x41}} /* 0x54 */ 5698c2ecf20Sopenharmony_ci}; 5708c2ecf20Sopenharmony_ci 5718c2ecf20Sopenharmony_cistatic const struct SiS_VCLKData SiSUSB_VCLKData[] = { 5728c2ecf20Sopenharmony_ci {0x1b, 0xe1, 25}, /* 0x00 */ 5738c2ecf20Sopenharmony_ci {0x4e, 0xe4, 28}, /* 0x01 */ 5748c2ecf20Sopenharmony_ci {0x57, 0xe4, 31}, /* 0x02 */ 5758c2ecf20Sopenharmony_ci {0xc3, 0xc8, 36}, /* 0x03 */ 5768c2ecf20Sopenharmony_ci {0x42, 0xe2, 40}, /* 0x04 */ 5778c2ecf20Sopenharmony_ci {0xfe, 0xcd, 43}, /* 0x05 */ 5788c2ecf20Sopenharmony_ci {0x5d, 0xc4, 44}, /* 0x06 */ 5798c2ecf20Sopenharmony_ci {0x52, 0xe2, 49}, /* 0x07 */ 5808c2ecf20Sopenharmony_ci {0x53, 0xe2, 50}, /* 0x08 */ 5818c2ecf20Sopenharmony_ci {0x74, 0x67, 52}, /* 0x09 */ 5828c2ecf20Sopenharmony_ci {0x6d, 0x66, 56}, /* 0x0a */ 5838c2ecf20Sopenharmony_ci {0x5a, 0x64, 65}, /* 0x0b */ 5848c2ecf20Sopenharmony_ci {0x46, 0x44, 67}, /* 0x0c */ 5858c2ecf20Sopenharmony_ci {0xb1, 0x46, 68}, /* 0x0d */ 5868c2ecf20Sopenharmony_ci {0xd3, 0x4a, 72}, /* 0x0e */ 5878c2ecf20Sopenharmony_ci {0x29, 0x61, 75}, /* 0x0f */ 5888c2ecf20Sopenharmony_ci {0x6e, 0x46, 76}, /* 0x10 */ 5898c2ecf20Sopenharmony_ci {0x2b, 0x61, 78}, /* 0x11 */ 5908c2ecf20Sopenharmony_ci {0x31, 0x42, 79}, /* 0x12 */ 5918c2ecf20Sopenharmony_ci {0xab, 0x44, 83}, /* 0x13 */ 5928c2ecf20Sopenharmony_ci {0x46, 0x25, 84}, /* 0x14 */ 5938c2ecf20Sopenharmony_ci {0x78, 0x29, 86}, /* 0x15 */ 5948c2ecf20Sopenharmony_ci {0x62, 0x44, 94}, /* 0x16 */ 5958c2ecf20Sopenharmony_ci {0x2b, 0x41, 104}, /* 0x17 */ 5968c2ecf20Sopenharmony_ci {0x3a, 0x23, 105}, /* 0x18 */ 5978c2ecf20Sopenharmony_ci {0x70, 0x44, 108}, /* 0x19 */ 5988c2ecf20Sopenharmony_ci {0x3c, 0x23, 109}, /* 0x1a */ 5998c2ecf20Sopenharmony_ci {0x5e, 0x43, 113}, /* 0x1b */ 6008c2ecf20Sopenharmony_ci {0xbc, 0x44, 116}, /* 0x1c */ 6018c2ecf20Sopenharmony_ci {0xe0, 0x46, 132}, /* 0x1d */ 6028c2ecf20Sopenharmony_ci {0x54, 0x42, 135}, /* 0x1e */ 6038c2ecf20Sopenharmony_ci {0xea, 0x2a, 139}, /* 0x1f */ 6048c2ecf20Sopenharmony_ci {0x41, 0x22, 157}, /* 0x20 */ 6058c2ecf20Sopenharmony_ci {0x70, 0x24, 162}, /* 0x21 */ 6068c2ecf20Sopenharmony_ci {0x30, 0x21, 175}, /* 0x22 */ 6078c2ecf20Sopenharmony_ci {0x4e, 0x22, 189}, /* 0x23 */ 6088c2ecf20Sopenharmony_ci {0xde, 0x26, 194}, /* 0x24 */ 6098c2ecf20Sopenharmony_ci {0x62, 0x06, 202}, /* 0x25 */ 6108c2ecf20Sopenharmony_ci {0x3f, 0x03, 229}, /* 0x26 */ 6118c2ecf20Sopenharmony_ci {0xb8, 0x06, 234}, /* 0x27 */ 6128c2ecf20Sopenharmony_ci {0x34, 0x02, 253}, /* 0x28 */ 6138c2ecf20Sopenharmony_ci {0x58, 0x04, 255}, /* 0x29 */ 6148c2ecf20Sopenharmony_ci {0x24, 0x01, 265}, /* 0x2a */ 6158c2ecf20Sopenharmony_ci {0x9b, 0x02, 267}, /* 0x2b */ 6168c2ecf20Sopenharmony_ci {0x70, 0x05, 270}, /* 0x2c */ 6178c2ecf20Sopenharmony_ci {0x25, 0x01, 272}, /* 0x2d */ 6188c2ecf20Sopenharmony_ci {0x9c, 0x02, 277}, /* 0x2e */ 6198c2ecf20Sopenharmony_ci {0x27, 0x01, 286}, /* 0x2f */ 6208c2ecf20Sopenharmony_ci {0x3c, 0x02, 291}, /* 0x30 */ 6218c2ecf20Sopenharmony_ci {0xef, 0x0a, 292}, /* 0x31 */ 6228c2ecf20Sopenharmony_ci {0xf6, 0x0a, 310}, /* 0x32 */ 6238c2ecf20Sopenharmony_ci {0x95, 0x01, 315}, /* 0x33 */ 6248c2ecf20Sopenharmony_ci {0xf0, 0x09, 324}, /* 0x34 */ 6258c2ecf20Sopenharmony_ci {0xfe, 0x0a, 331}, /* 0x35 */ 6268c2ecf20Sopenharmony_ci {0xf3, 0x09, 332}, /* 0x36 */ 6278c2ecf20Sopenharmony_ci {0xea, 0x08, 340}, /* 0x37 */ 6288c2ecf20Sopenharmony_ci {0xe8, 0x07, 376}, /* 0x38 */ 6298c2ecf20Sopenharmony_ci {0xde, 0x06, 389}, /* 0x39 */ 6308c2ecf20Sopenharmony_ci {0x52, 0x2a, 54}, /* 0x3a 301 TV */ 6318c2ecf20Sopenharmony_ci {0x52, 0x6a, 27}, /* 0x3b 301 TV */ 6328c2ecf20Sopenharmony_ci {0x62, 0x24, 70}, /* 0x3c 301 TV */ 6338c2ecf20Sopenharmony_ci {0x62, 0x64, 70}, /* 0x3d 301 TV */ 6348c2ecf20Sopenharmony_ci {0xa8, 0x4c, 30}, /* 0x3e 301 TV */ 6358c2ecf20Sopenharmony_ci {0x20, 0x26, 33}, /* 0x3f 301 TV */ 6368c2ecf20Sopenharmony_ci {0x31, 0xc2, 39}, /* 0x40 */ 6378c2ecf20Sopenharmony_ci {0x60, 0x36, 30}, /* 0x41 Chrontel */ 6388c2ecf20Sopenharmony_ci {0x40, 0x4a, 28}, /* 0x42 Chrontel */ 6398c2ecf20Sopenharmony_ci {0x9f, 0x46, 44}, /* 0x43 Chrontel */ 6408c2ecf20Sopenharmony_ci {0x97, 0x2c, 26}, /* 0x44 */ 6418c2ecf20Sopenharmony_ci {0x44, 0xe4, 25}, /* 0x45 Chrontel */ 6428c2ecf20Sopenharmony_ci {0x7e, 0x32, 47}, /* 0x46 Chrontel */ 6438c2ecf20Sopenharmony_ci {0x8a, 0x24, 31}, /* 0x47 Chrontel */ 6448c2ecf20Sopenharmony_ci {0x97, 0x2c, 26}, /* 0x48 Chrontel */ 6458c2ecf20Sopenharmony_ci {0xce, 0x3c, 39}, /* 0x49 */ 6468c2ecf20Sopenharmony_ci {0x52, 0x4a, 36}, /* 0x4a Chrontel */ 6478c2ecf20Sopenharmony_ci {0x34, 0x61, 95}, /* 0x4b */ 6488c2ecf20Sopenharmony_ci {0x78, 0x27, 108}, /* 0x4c - was 102 */ 6498c2ecf20Sopenharmony_ci {0x66, 0x43, 123}, /* 0x4d Modes 0x26-0x28 (1400x1050) */ 6508c2ecf20Sopenharmony_ci {0x41, 0x4e, 21}, /* 0x4e */ 6518c2ecf20Sopenharmony_ci {0xa1, 0x4a, 29}, /* 0x4f Chrontel */ 6528c2ecf20Sopenharmony_ci {0x19, 0x42, 42}, /* 0x50 */ 6538c2ecf20Sopenharmony_ci {0x54, 0x46, 58}, /* 0x51 Chrontel */ 6548c2ecf20Sopenharmony_ci {0x25, 0x42, 61}, /* 0x52 */ 6558c2ecf20Sopenharmony_ci {0x44, 0x44, 66}, /* 0x53 Chrontel */ 6568c2ecf20Sopenharmony_ci {0x3a, 0x62, 70}, /* 0x54 Chrontel */ 6578c2ecf20Sopenharmony_ci {0x62, 0xc6, 34}, /* 0x55 848x480-60 */ 6588c2ecf20Sopenharmony_ci {0x6a, 0xc6, 37}, /* 0x56 848x480-75 - TEMP */ 6598c2ecf20Sopenharmony_ci {0xbf, 0xc8, 35}, /* 0x57 856x480-38i,60 */ 6608c2ecf20Sopenharmony_ci {0x30, 0x23, 88}, /* 0x58 1360x768-62 (is 60Hz!) */ 6618c2ecf20Sopenharmony_ci {0x52, 0x07, 149}, /* 0x59 1280x960-85 */ 6628c2ecf20Sopenharmony_ci {0x56, 0x07, 156}, /* 0x5a 1400x1050-75 */ 6638c2ecf20Sopenharmony_ci {0x70, 0x29, 81}, /* 0x5b 1280x768 LCD */ 6648c2ecf20Sopenharmony_ci {0x45, 0x25, 83}, /* 0x5c 1280x800 */ 6658c2ecf20Sopenharmony_ci {0x70, 0x0a, 147}, /* 0x5d 1680x1050 */ 6668c2ecf20Sopenharmony_ci {0x70, 0x24, 162}, /* 0x5e 1600x1200 */ 6678c2ecf20Sopenharmony_ci {0x5a, 0x64, 65}, /* 0x5f 1280x720 - temp */ 6688c2ecf20Sopenharmony_ci {0x63, 0x46, 68}, /* 0x60 1280x768_2 */ 6698c2ecf20Sopenharmony_ci {0x31, 0x42, 79}, /* 0x61 1280x768_3 - temp */ 6708c2ecf20Sopenharmony_ci {0, 0, 0}, /* 0x62 - custom (will be filled out at run-time) */ 6718c2ecf20Sopenharmony_ci {0x5a, 0x64, 65}, /* 0x63 1280x720 (LCD LVDS) */ 6728c2ecf20Sopenharmony_ci {0x70, 0x28, 90}, /* 0x64 1152x864@60 */ 6738c2ecf20Sopenharmony_ci {0x41, 0xc4, 32}, /* 0x65 848x480@60 */ 6748c2ecf20Sopenharmony_ci {0x5c, 0xc6, 32}, /* 0x66 856x480@60 */ 6758c2ecf20Sopenharmony_ci {0x76, 0xe7, 27}, /* 0x67 720x480@60 */ 6768c2ecf20Sopenharmony_ci {0x5f, 0xc6, 33}, /* 0x68 720/768x576@60 */ 6778c2ecf20Sopenharmony_ci {0x52, 0x27, 75}, /* 0x69 1920x1080i 60Hz interlaced */ 6788c2ecf20Sopenharmony_ci {0x7c, 0x6b, 38}, /* 0x6a 960x540@60 */ 6798c2ecf20Sopenharmony_ci {0xe3, 0x56, 41}, /* 0x6b 960x600@60 */ 6808c2ecf20Sopenharmony_ci {0x45, 0x25, 83}, /* 0x6c 1280x800 */ 6818c2ecf20Sopenharmony_ci {0x70, 0x28, 90}, /* 0x6d 1152x864@60 */ 6828c2ecf20Sopenharmony_ci {0x15, 0xe1, 20}, /* 0x6e 640x400@60 (fake, not actually used) */ 6838c2ecf20Sopenharmony_ci {0x5f, 0xc6, 33}, /* 0x6f 720x576@60 */ 6848c2ecf20Sopenharmony_ci {0x37, 0x5a, 10}, /* 0x70 320x200@60 (fake, not actually used) */ 6858c2ecf20Sopenharmony_ci {0x2b, 0xc2, 35} /* 0x71 768@576@60 */ 6868c2ecf20Sopenharmony_ci}; 6878c2ecf20Sopenharmony_ci 6888c2ecf20Sopenharmony_ci#endif 689