114779705SSam Leffler/* 214779705SSam Leffler * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 314779705SSam Leffler * Copyright (c) 2002-2008 Atheros Communications, Inc. 414779705SSam Leffler * 514779705SSam Leffler * Permission to use, copy, modify, and/or distribute this software for any 614779705SSam Leffler * purpose with or without fee is hereby granted, provided that the above 714779705SSam Leffler * copyright notice and this permission notice appear in all copies. 814779705SSam Leffler * 914779705SSam Leffler * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 1014779705SSam Leffler * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 1114779705SSam Leffler * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 1214779705SSam Leffler * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 1314779705SSam Leffler * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 1414779705SSam Leffler * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 1514779705SSam Leffler * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 1614779705SSam Leffler */ 1714779705SSam Leffler/* Auto Generated PCI Register Writes. Created: 09/01/04 */ 1814779705SSam Leffler 1914779705SSam Leffler#ifdef AH_5212_COMMON 2014779705SSam Lefflerstatic const uint32_t ar5212Modes[][6] = { 2114779705SSam Leffler { 0x00001040, 0x002ffc0f, 0x002ffc0f, 0x002ffc1f, 0x002ffc0f, 0x002ffc0f }, 2214779705SSam Leffler { 0x00001044, 0x002ffc0f, 0x002ffc0f, 0x002ffc1f, 0x002ffc0f, 0x002ffc0f }, 2314779705SSam Leffler { 0x00001048, 0x002ffc0f, 0x002ffc0f, 0x002ffc1f, 0x002ffc0f, 0x002ffc0f }, 2414779705SSam Leffler { 0x0000104c, 0x002ffc0f, 0x002ffc0f, 0x002ffc1f, 0x002ffc0f, 0x002ffc0f }, 2514779705SSam Leffler { 0x00001050, 0x002ffc0f, 0x002ffc0f, 0x002ffc1f, 0x002ffc0f, 0x002ffc0f }, 2614779705SSam Leffler { 0x00001054, 0x002ffc0f, 0x002ffc0f, 0x002ffc1f, 0x002ffc0f, 0x002ffc0f }, 2714779705SSam Leffler { 0x00001058, 0x002ffc0f, 0x002ffc0f, 0x002ffc1f, 0x002ffc0f, 0x002ffc0f }, 2814779705SSam Leffler { 0x0000105c, 0x002ffc0f, 0x002ffc0f, 0x002ffc1f, 0x002ffc0f, 0x002ffc0f }, 2914779705SSam Leffler { 0x00001060, 0x002ffc0f, 0x002ffc0f, 0x002ffc1f, 0x002ffc0f, 0x002ffc0f }, 3014779705SSam Leffler { 0x00001064, 0x002ffc0f, 0x002ffc0f, 0x002ffc1f, 0x002ffc0f, 0x002ffc0f }, 3114779705SSam Leffler { 0x00001030, 0x00000230, 0x000001e0, 0x000000b0, 0x00000160, 0x000001e0 }, 3214779705SSam Leffler { 0x00001070, 0x00000168, 0x000001e0, 0x000001b8, 0x0000018c, 0x000001e0 }, 3314779705SSam Leffler { 0x000010b0, 0x00000e60, 0x00001180, 0x00001f1c, 0x00003e38, 0x00001180 }, 3414779705SSam Leffler { 0x000010f0, 0x0000a0e0, 0x00014068, 0x00005880, 0x0000b0e0, 0x00014068 }, 3514779705SSam Leffler { 0x00008014, 0x03e803e8, 0x06e006e0, 0x04200420, 0x08400840, 0x06e006e0 }, 3614779705SSam Leffler { 0x00009804, 0x00000000, 0x00000003, 0x00000000, 0x00000000, 0x00000003 }, 3714779705SSam Leffler { 0x00009820, 0x02020200, 0x02020200, 0x02010200, 0x02020200, 0x02020200 }, 3814779705SSam Leffler { 0x00009824, 0x00000e0e, 0x00000e0e, 0x00000707, 0x00000e0e, 0x00000e0e }, 3914779705SSam Leffler { 0x00009844, 0x1372161c, 0x13721c25, 0x13721722, 0x137216a2, 0x13721c25 }, 4014779705SSam Leffler { 0x00009860, 0x00009d10, 0x00009d10, 0x00009d18, 0x00009d18, 0x00009d10 }, 4114779705SSam Leffler { 0x00009864, 0x0001ce00, 0x0001ce00, 0x0001ce00, 0x0001ce00, 0x0001ce00 }, 4214779705SSam Leffler { 0x00009868, 0x409a4190, 0x409a4190, 0x409a4190, 0x409a4190, 0x409a4190 }, 4314779705SSam Leffler { 0x00009918, 0x000001b8, 0x000001b8, 0x00000084, 0x00000108, 0x000001b8 }, 4414779705SSam Leffler { 0x00009924, 0x10058a05, 0x10058a05, 0x10058a05, 0x10058a05, 0x10058a05 }, 4514779705SSam Leffler { 0x0000a230, 0x00000000, 0x00000000, 0x00000000, 0x00000108, 0x00000000 }, 4614779705SSam Leffler}; 4714779705SSam Leffler#endif /* AH_5212_COMMON */ 4814779705SSam Leffler 4914779705SSam Leffler#ifdef AH_5212_5111 5014779705SSam Lefflerstatic const uint32_t ar5212Modes_5111[][6] = { 5114779705SSam Leffler { 0x00000030, 0x00008015, 0x00008015, 0x00008015, 0x00008015, 0x00008015 }, 5214779705SSam Leffler { 0x0000801c, 0x128d8fa7, 0x09880fcf, 0x04e00f95, 0x12e00fab, 0x09880fcf }, 5314779705SSam Leffler { 0x00009828, 0x0a020001, 0x0a020001, 0x05010100, 0x0a020001, 0x0a020001 }, 5414779705SSam Leffler { 0x00009834, 0x00000e0e, 0x00000e0e, 0x00000e0e, 0x00000e0e, 0x00000e0e }, 5514779705SSam Leffler { 0x00009838, 0x00000007, 0x00000007, 0x0000000b, 0x0000000b, 0x0000000b }, 5614779705SSam Leffler { 0x00009848, 0x0018da5a, 0x0018da5a, 0x0018ca69, 0x0018ca69, 0x0018ca69 }, 5714779705SSam Leffler { 0x00009850, 0x0de8b4e0, 0x0de8b4e0, 0x0de8b4e0, 0x0de8b4e0, 0x0de8b4e0 }, 5814779705SSam Leffler { 0x00009858, 0x7e800d2e, 0x7e800d2e, 0x7ee84d2e, 0x7ee84d2e, 0x7e800d2e }, 5914779705SSam Leffler { 0x0000985c, 0x3137665e, 0x3137665e, 0x3137665e, 0x3137665e, 0x3137615e }, 6014779705SSam Leffler { 0x0000986c, 0x050cb081, 0x050cb081, 0x050cb081, 0x050cb080, 0x050cb080 }, 6114779705SSam Leffler { 0x00009914, 0x00002710, 0x00002710, 0x0000157c, 0x00002af8, 0x00002710 }, 6214779705SSam Leffler { 0x00009944, 0xf7b81020, 0xf7b81020, 0xf7b80d20, 0xf7b81020, 0xf7b81020 }, 6314779705SSam Leffler { 0x0000a20c, 0x642c416a, 0x642c416a, 0x6440416a, 0x6440416a, 0x6440416a }, 6414779705SSam Leffler { 0x0000a21c, 0x1883800a, 0x1883800a, 0x1873800a, 0x1883800a, 0x1883800a }, 6514779705SSam Leffler}; 6614779705SSam Leffler#endif /* AH_5212_5111 */ 6714779705SSam Leffler 6814779705SSam Leffler#ifdef AH_5212_5112 6914779705SSam Lefflerstatic const uint32_t ar5212Modes_5112[][6] = { 7014779705SSam Leffler { 0x00000030, 0x00008015, 0x00008015, 0x00008015, 0x00008015, 0x00008015 }, 7114779705SSam Leffler { 0x0000801c, 0x128d93a7, 0x098813cf, 0x04e01395, 0x12e013ab, 0x098813cf }, 7214779705SSam Leffler { 0x00009828, 0x0a020001, 0x0a020001, 0x05020100, 0x0a020001, 0x0a020001 }, 7314779705SSam Leffler { 0x00009834, 0x00000e0e, 0x00000e0e, 0x00000e0e, 0x00000e0e, 0x00000e0e }, 7414779705SSam Leffler { 0x00009838, 0x00000007, 0x00000007, 0x0000000b, 0x0000000b, 0x0000000b }, 7514779705SSam Leffler { 0x00009848, 0x0018da6d, 0x0018da6d, 0x0018ca75, 0x0018ca75, 0x0018ca75 }, 7614779705SSam Leffler { 0x00009850, 0x0de8b4e0, 0x0de8b4e0, 0x0de8b4e0, 0x0de8b4e0, 0x0de8b4e0 }, 7714779705SSam Leffler { 0x00009858, 0x7e800d2e, 0x7e800d2e, 0x7ee80d2e, 0x7ee80d2e, 0x7e800d2e }, 7814779705SSam Leffler { 0x0000985c, 0x3137665e, 0x3137665e, 0x3137665e, 0x3137665e, 0x3137665e }, 7914779705SSam Leffler { 0x0000986c, 0x050cb081, 0x050cb081, 0x050cb081, 0x050cb081, 0x050cb081 }, 8014779705SSam Leffler { 0x00009914, 0x000007d0, 0x000007d0, 0x0000044c, 0x00000898, 0x000007d0 }, 8114779705SSam Leffler { 0x00009944, 0xf7b81020, 0xf7b81020, 0xf7b80d10, 0xf7b81010, 0xf7b81010 }, 8214779705SSam Leffler { 0x0000a204, 0x00000000, 0x00000000, 0x00000008, 0x00000008, 0x00000008 }, 8314779705SSam Leffler { 0x0000a208, 0xd6be6788, 0xd6be6788, 0xd03e6788, 0xd03e6788, 0xd03e6788 }, 8414779705SSam Leffler { 0x0000a20c, 0x642c0140, 0x642c0140, 0x6442c160, 0x6442c160, 0x6442c160 }, 8514779705SSam Leffler { 0x0000a21c, 0x1883800a, 0x1883800a, 0x1873800a, 0x1883800a, 0x1883800a }, 8614779705SSam Leffler}; 8714779705SSam Leffler#endif /* AH_5212_5112 */ 8814779705SSam Leffler 8914779705SSam Leffler#ifdef AH_5212_2413 9014779705SSam Lefflerstatic const uint32_t ar5212Modes_2413[][6] = { 9114779705SSam Leffler { 0x00000030, 0x00000015, 0x00000015, 0x00000015, 0x00000015, 0x00000015 }, 9214779705SSam Leffler { 0x0000801c, 0x128d93a7, 0x098813cf, 0x04e01395, 0x12e013ab, 0x098813cf }, 9314779705SSam Leffler { 0x00009828, 0x0a020001, 0x0a020001, 0x05020000, 0x0a020001, 0x0a020001 }, 9414779705SSam Leffler { 0x00009834, 0x00000e00, 0x00000e00, 0x00000e00, 0x00000e00, 0x00000e00 }, 9514779705SSam Leffler { 0x00009838, 0x00000002, 0x00000002, 0x0000000a, 0x0000000a, 0x0000000a }, 9614779705SSam Leffler { 0x00009848, 0x0018da6d, 0x0018da6d, 0x001a6a64, 0x001a6a64, 0x001a6a64 }, 9714779705SSam Leffler { 0x00009850, 0x0de8b4e0, 0x0de8b4e0, 0x0de8b0da, 0x0c98b0da, 0x0de8b0da }, 9814779705SSam Leffler { 0x00009858, 0x7e800d2e, 0x7e800d2e, 0x7ee80d2e, 0x7ec80d2e, 0x7e800d2e }, 9914779705SSam Leffler { 0x0000985c, 0x3137665e, 0x3137665e, 0x3137665e, 0x3139605e, 0x3137665e }, 10014779705SSam Leffler { 0x0000986c, 0x050cb081, 0x050cb081, 0x050cb081, 0x050cb081, 0x050cb081 }, 10114779705SSam Leffler { 0x00009914, 0x000007d0, 0x000007d0, 0x0000044c, 0x00000898, 0x000007d0 }, 10214779705SSam Leffler { 0x00009944, 0xf7b81000, 0xf7b81000, 0xf7b80d00, 0xf7b81000, 0xf7b81000 }, 10314779705SSam Leffler { 0x0000a204, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 10414779705SSam Leffler { 0x0000a208, 0xd6be6788, 0xd6be6788, 0xd03e6788, 0xd03e6788, 0xd03e6788 }, 10514779705SSam Leffler { 0x0000a20c, 0x002c0140, 0x002c0140, 0x0042c140, 0x0042c140, 0x0042c140 }, 10614779705SSam Leffler { 0x0000a21c, 0x1883800a, 0x1883800a, 0x1863800a, 0x1883800a, 0x1883800a }, 10714779705SSam Leffler}; 10814779705SSam Leffler#endif /* AH_5212_2413 */ 10914779705SSam Leffler 11014779705SSam Leffler#ifdef AH_5212_2316 11114779705SSam Lefflerstatic const uint32_t ar5212Modes_2316[][6] = { 11214779705SSam Leffler { 0x00000030, 0x00000015, 0x00000015, 0x00000015, 0x00000015, 0x00000015 }, 11314779705SSam Leffler { 0x0000801c, 0x128d93a7, 0x098813cf, 0x04e01395, 0x12e013ab, 0x098813cf }, 11414779705SSam Leffler { 0x00009828, 0x0a020001, 0x0a020001, 0x05020000, 0x0a020001, 0x0a020001 }, 11514779705SSam Leffler { 0x00009834, 0x00000e00, 0x00000e00, 0x00000e00, 0x00000e00, 0x00000e00 }, 11614779705SSam Leffler { 0x00009838, 0x00000002, 0x00000002, 0x0000000a, 0x0000000a, 0x0000000a }, 11714779705SSam Leffler { 0x00009848, 0x0018da6d, 0x0018da6d, 0x001a6a64, 0x001a6a64, 0x001a6a64 }, 11814779705SSam Leffler { 0x00009850, 0x0de8b4e0, 0x0de8b4e0, 0x0de8b0da, 0x0c98b0da, 0x0de8b0da }, 11914779705SSam Leffler { 0x00009858, 0x7e800d2e, 0x7e800d2e, 0x7ee80d2e, 0x7ec80d2e, 0x7e800d2e }, 12014779705SSam Leffler { 0x0000985c, 0x3137665e, 0x3137665e, 0x3137665e, 0x3139605e, 0x3137665e }, 12114779705SSam Leffler { 0x0000986c, 0x050cb081, 0x050cb081, 0x050cb081, 0x050cb081, 0x050cb081 }, 12214779705SSam Leffler { 0x00009914, 0x000007d0, 0x000007d0, 0x0000044c, 0x00000898, 0x000007d0 }, 12314779705SSam Leffler { 0x00009944, 0xf7b81000, 0xf7b81000, 0xf7b80d00, 0xf7b81000, 0xf7b81000 }, 12414779705SSam Leffler { 0x0000a204, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 12514779705SSam Leffler { 0x0000a208, 0xd6be6788, 0xd6be6788, 0xd03e6788, 0xd03e6788, 0xd03e6788 }, 12614779705SSam Leffler { 0x0000a20c, 0x002c0140, 0x002c0140, 0x0042c140, 0x0042c140, 0x0042c140 }, 12714779705SSam Leffler { 0x0000a21c, 0x1883800a, 0x1883800a, 0x1863800a, 0x1883800a, 0x1883800a }, 12814779705SSam Leffler}; 12914779705SSam Leffler#endif 13014779705SSam Leffler 13114779705SSam Leffler#ifdef AH_5212_5413 13214779705SSam Lefflerstatic const uint32_t ar5212Modes_5413[][6] = { 13314779705SSam Leffler { 0x00000030, 0x00000015, 0x00000015, 0x00000015, 0x00000015, 0x00000015 }, 13414779705SSam Leffler { 0x0000801c, 0x128d93a7, 0x098813cf, 0x04e01395, 0x12e013ab, 0x098813cf }, 13514779705SSam Leffler { 0x00009828, 0x0a020001, 0x0a020001, 0x05020100, 0x0a020001, 0x0a020001 }, 13614779705SSam Leffler { 0x00009834, 0x00000e0e, 0x00000e0e, 0x00000e0e, 0x00000e0e, 0x00000e0e }, 13714779705SSam Leffler { 0x00009838, 0x00000007, 0x00000007, 0x0000000b, 0x0000000b, 0x0000000b }, 13814779705SSam Leffler { 0x00009848, 0x0018fa61, 0x0018fa61, 0x001a1a63, 0x001a1a63, 0x001a1a63 }, 13914779705SSam Leffler { 0x00009850, 0x0c98b4e0, 0x0c98b4e0, 0x0c98b0da, 0x0c98b0da, 0x0c98b0da }, 14014779705SSam Leffler { 0x00009858, 0x7ec80d2e, 0x7ec80d2e, 0x7ec80d2e, 0x7ec80d2e, 0x7ec80d2e }, 14114779705SSam Leffler { 0x0000985c, 0x3139605e, 0x3139605e, 0x3139605e, 0x3139605e, 0x3139605e }, 14214779705SSam Leffler { 0x0000986c, 0x050cb081, 0x050cb081, 0x050cb081, 0x050cb081, 0x050cb081 }, 14314779705SSam Leffler { 0x00009914, 0x000007d0, 0x000007d0, 0x0000044c, 0x00000898, 0x000007d0 }, 14414779705SSam Leffler { 0x00009944, 0xf7b81000, 0xf7b81000, 0xf7b80d00, 0xf7b81000, 0xf7b81000 }, 14514779705SSam Leffler { 0x0000a204, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 14614779705SSam Leffler { 0x0000a208, 0xd6be6788, 0xd6be6788, 0xd03e6788, 0xd03e6788, 0xd03e6788 }, 14714779705SSam Leffler { 0x0000a20c, 0x002ec1e0, 0x002ec1e0, 0x002ac120, 0x002ac120, 0x002ac120 }, 14814779705SSam Leffler { 0x0000a21c, 0x1883800a, 0x1883800a, 0x1863800a, 0x1883800a, 0x1883800a }, 14914779705SSam Leffler { 0x0000a300, 0x18010000, 0x18010000, 0x18010000, 0x18010000, 0x18010000 }, 15014779705SSam Leffler { 0x0000a304, 0x30032602, 0x30032602, 0x30032602, 0x30032602, 0x30032602 }, 15114779705SSam Leffler { 0x0000a308, 0x48073e06, 0x48073e06, 0x48073e06, 0x48073e06, 0x48073e06 }, 15214779705SSam Leffler { 0x0000a30c, 0x560b4c0a, 0x560b4c0a, 0x560b4c0a, 0x560b4c0a, 0x560b4c0a }, 15314779705SSam Leffler { 0x0000a310, 0x641a600f, 0x641a600f, 0x641a600f, 0x641a600f, 0x641a600f }, 15414779705SSam Leffler { 0x0000a314, 0x784f6e1b, 0x784f6e1b, 0x784f6e1b, 0x784f6e1b, 0x784f6e1b }, 15514779705SSam Leffler { 0x0000a318, 0x868f7c5a, 0x868f7c5a, 0x868f7c5a, 0x868f7c5a, 0x868f7c5a }, 15614779705SSam Leffler { 0x0000a31c, 0x90cf865b, 0x90cf865b, 0x8ecf865b, 0x8ecf865b, 0x8ecf865b }, 15714779705SSam Leffler { 0x0000a320, 0x9d4f970f, 0x9d4f970f, 0x9b4f970f, 0x9b4f970f, 0x9b4f970f }, 15814779705SSam Leffler { 0x0000a324, 0xa7cfa38f, 0xa7cfa38f, 0xa3cf9f8f, 0xa3cf9f8f, 0xa3cf9f8f }, 15914779705SSam Leffler { 0x0000a328, 0xb55faf1f, 0xb55faf1f, 0xb35faf1f, 0xb35faf1f, 0xb35faf1f }, 16014779705SSam Leffler { 0x0000a32c, 0xbddfb99f, 0xbddfb99f, 0xbbdfb99f, 0xbbdfb99f, 0xbbdfb99f }, 16114779705SSam Leffler { 0x0000a330, 0xcb7fc53f, 0xcb7fc53f, 0xcb7fc73f, 0xcb7fc73f, 0xcb7fc73f }, 16214779705SSam Leffler { 0x0000a334, 0xd5ffd1bf, 0xd5ffd1bf, 0xd3ffd1bf, 0xd3ffd1bf, 0xd3ffd1bf }, 16314779705SSam Leffler}; 16414779705SSam Leffler#endif /* AH_5212_5413 */ 16514779705SSam Leffler 16614779705SSam Leffler#ifdef AH_5212_2425 16714779705SSam Lefflerstatic const uint32_t ar5212Modes_2425[][6] = { 16814779705SSam Leffler { 0x00000030, 0x00000015, 0x00000015, 0x00000015, 0x00000015, 0x00000015 }, 16914779705SSam Leffler { 0x0000801c, 0x128d93a7, 0x098813cf, 0x04e01395, 0x12e013ab, 0x098813cf }, 17014779705SSam Leffler { 0x00009804, 0x00000000, 0x00000001, 0x00000000, 0x00000000, 0x00000001 }, 17114779705SSam Leffler { 0x00009828, 0x0a020001, 0x0a020001, 0x05020100, 0x0a020001, 0x0a020001 }, 17214779705SSam Leffler { 0x00009834, 0x00000e0e, 0x00000e0e, 0x00000e0e, 0x00000e0e, 0x00000e0e }, 17314779705SSam Leffler { 0x00009838, 0x00000003, 0x00000003, 0x0000000b, 0x0000000b, 0x0000000b }, 17414779705SSam Leffler { 0x00009844, 0x1372161c, 0x13721c25, 0x13721722, 0x13721422, 0x13721c25 }, 17514779705SSam Leffler { 0x00009848, 0x0018fa61, 0x0018fa61, 0x00199a65, 0x00199a65, 0x00199a65 }, 17614779705SSam Leffler { 0x00009850, 0x0c98b4e0, 0x0c98b4e0, 0x0c98b0da, 0x0c98b0da, 0x0c98b0da }, 17714779705SSam Leffler { 0x00009858, 0x7ec80d2e, 0x7ec80d2e, 0x7ec80d2e, 0x7ec80d2e, 0x7ec80d2e }, 17814779705SSam Leffler { 0x0000985c, 0x3139605e, 0x3139605e, 0x3139605e, 0x3139605e, 0x3139605e }, 17914779705SSam Leffler { 0x0000986c, 0x050cb081, 0x050cb081, 0x050cb081, 0x050cb081, 0x050cb081 }, 18014779705SSam Leffler { 0x00009914, 0x000007d0, 0x000007d0, 0x0000044c, 0x00000898, 0x000007d0 }, 18114779705SSam Leffler { 0x00009944, 0xf7b81000, 0xf7b81000, 0xf7b80d00, 0xf7b81000, 0xf7b81000 }, 18214779705SSam Leffler { 0x0000a204, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 18314779705SSam Leffler { 0x0000a208, 0xd6be6788, 0xd6be6788, 0xd03e6788, 0xd03e6788, 0xd03e6788 }, 18414779705SSam Leffler { 0x0000a20c, 0x00000140, 0x00000140, 0x0052c140, 0x0052c140, 0x0052c140 }, 18514779705SSam Leffler { 0x0000a21c, 0x1883800a, 0x1883800a, 0x1863800a, 0x1883800a, 0x1883800a }, 18614779705SSam Leffler { 0x0000a324, 0xa7cfa7cf, 0xa7cfa7cf, 0xa7cfa7cf, 0xa7cfa7cf, 0xa7cfa7cf }, 18714779705SSam Leffler { 0x0000a328, 0xa7cfa7cf, 0xa7cfa7cf, 0xa7cfa7cf, 0xa7cfa7cf, 0xa7cfa7cf }, 18814779705SSam Leffler { 0x0000a32c, 0xa7cfa7cf, 0xa7cfa7cf, 0xa7cfa7cf, 0xa7cfa7cf, 0xa7cfa7cf }, 18914779705SSam Leffler { 0x0000a330, 0xa7cfa7cf, 0xa7cfa7cf, 0xa7cfa7cf, 0xa7cfa7cf, 0xa7cfa7cf }, 19014779705SSam Leffler { 0x0000a334, 0xa7cfa7cf, 0xa7cfa7cf, 0xa7cfa7cf, 0xa7cfa7cf, 0xa7cfa7cf }, 19114779705SSam Leffler}; 19214779705SSam Leffler#endif /* AH_5212_2425 */ 19314779705SSam Leffler 19414779705SSam Leffler#ifdef AH_5212_COMMON 19514779705SSam Lefflerstatic const uint32_t ar5212Common[][2] = { 19614779705SSam Leffler { 0x0000000c, 0x00000000 }, 19714779705SSam Leffler { 0x00000034, 0x00000005 }, 19814779705SSam Leffler { 0x00000040, 0x00000000 }, 19914779705SSam Leffler { 0x00000044, 0x00000008 }, 20014779705SSam Leffler { 0x00000048, 0x00000008 }, 20114779705SSam Leffler { 0x0000004c, 0x00000010 }, 20214779705SSam Leffler { 0x00000050, 0x00000000 }, 20314779705SSam Leffler { 0x00000054, 0x0000001f }, 20414779705SSam Leffler { 0x00000800, 0x00000000 }, 20514779705SSam Leffler { 0x00000804, 0x00000000 }, 20614779705SSam Leffler { 0x00000808, 0x00000000 }, 20714779705SSam Leffler { 0x0000080c, 0x00000000 }, 20814779705SSam Leffler { 0x00000810, 0x00000000 }, 20914779705SSam Leffler { 0x00000814, 0x00000000 }, 21014779705SSam Leffler { 0x00000818, 0x00000000 }, 21114779705SSam Leffler { 0x0000081c, 0x00000000 }, 21214779705SSam Leffler { 0x00000820, 0x00000000 }, 21314779705SSam Leffler { 0x00000824, 0x00000000 }, 21414779705SSam Leffler { 0x00001270, 0x00000000 }, 21514779705SSam Leffler { 0x00001038, 0x00000000 }, 21614779705SSam Leffler { 0x00001078, 0x00000000 }, 21714779705SSam Leffler { 0x000010b8, 0x00000000 }, 21814779705SSam Leffler { 0x000010f8, 0x00000000 }, 21914779705SSam Leffler { 0x00001138, 0x00000000 }, 22014779705SSam Leffler { 0x00001178, 0x00000000 }, 22114779705SSam Leffler { 0x000011b8, 0x00000000 }, 22214779705SSam Leffler { 0x000011f8, 0x00000000 }, 22314779705SSam Leffler { 0x00001238, 0x00000000 }, 22414779705SSam Leffler { 0x00001278, 0x00000000 }, 22514779705SSam Leffler { 0x000012b8, 0x00000000 }, 22614779705SSam Leffler { 0x000012f8, 0x00000000 }, 22714779705SSam Leffler { 0x00001338, 0x00000000 }, 22814779705SSam Leffler { 0x00001378, 0x00000000 }, 22914779705SSam Leffler { 0x000013b8, 0x00000000 }, 23014779705SSam Leffler { 0x000013f8, 0x00000000 }, 23114779705SSam Leffler { 0x00001438, 0x00000000 }, 23214779705SSam Leffler { 0x00001478, 0x00000000 }, 23314779705SSam Leffler { 0x000014b8, 0x00000000 }, 23414779705SSam Leffler { 0x000014f8, 0x00000000 }, 23514779705SSam Leffler { 0x00001538, 0x00000000 }, 23614779705SSam Leffler { 0x00001578, 0x00000000 }, 23714779705SSam Leffler { 0x000015b8, 0x00000000 }, 23814779705SSam Leffler { 0x000015f8, 0x00000000 }, 23914779705SSam Leffler { 0x00001638, 0x00000000 }, 24014779705SSam Leffler { 0x00001678, 0x00000000 }, 24114779705SSam Leffler { 0x000016b8, 0x00000000 }, 24214779705SSam Leffler { 0x000016f8, 0x00000000 }, 24314779705SSam Leffler { 0x00001738, 0x00000000 }, 24414779705SSam Leffler { 0x00001778, 0x00000000 }, 24514779705SSam Leffler { 0x000017b8, 0x00000000 }, 24614779705SSam Leffler { 0x000017f8, 0x00000000 }, 24714779705SSam Leffler { 0x0000103c, 0x00000000 }, 24814779705SSam Leffler { 0x0000107c, 0x00000000 }, 24914779705SSam Leffler { 0x000010bc, 0x00000000 }, 25014779705SSam Leffler { 0x000010fc, 0x00000000 }, 25114779705SSam Leffler { 0x0000113c, 0x00000000 }, 25214779705SSam Leffler { 0x0000117c, 0x00000000 }, 25314779705SSam Leffler { 0x000011bc, 0x00000000 }, 25414779705SSam Leffler { 0x000011fc, 0x00000000 }, 25514779705SSam Leffler { 0x0000123c, 0x00000000 }, 25614779705SSam Leffler { 0x0000127c, 0x00000000 }, 25714779705SSam Leffler { 0x000012bc, 0x00000000 }, 25814779705SSam Leffler { 0x000012fc, 0x00000000 }, 25914779705SSam Leffler { 0x0000133c, 0x00000000 }, 26014779705SSam Leffler { 0x0000137c, 0x00000000 }, 26114779705SSam Leffler { 0x000013bc, 0x00000000 }, 26214779705SSam Leffler { 0x000013fc, 0x00000000 }, 26314779705SSam Leffler { 0x0000143c, 0x00000000 }, 26414779705SSam Leffler { 0x0000147c, 0x00000000 }, 26514779705SSam Leffler { 0x00008004, 0x00000000 }, 26614779705SSam Leffler { 0x00008008, 0x00000000 }, 26714779705SSam Leffler { 0x0000800c, 0x00000000 }, 26814779705SSam Leffler { 0x00008020, 0x00000000 }, 26914779705SSam Leffler { 0x00008024, 0x00000000 }, 27014779705SSam Leffler { 0x00008028, 0x00000030 }, 27114779705SSam Leffler { 0x0000802c, 0x0007ffff }, 27214779705SSam Leffler { 0x00008030, 0x01ffffff }, 27314779705SSam Leffler { 0x00008034, 0x00000031 }, 27414779705SSam Leffler { 0x00008038, 0x00000000 }, 27514779705SSam Leffler { 0x0000803c, 0x00000000 }, 27614779705SSam Leffler { 0x00008048, 0x00000000 }, 27714779705SSam Leffler { 0x00008054, 0x00000000 }, 27814779705SSam Leffler { 0x00008058, 0x00000000 }, 27914779705SSam Leffler { 0x0000805c, 0x000fc78f }, 28014779705SSam Leffler { 0x000080c0, 0x2a82301a }, 28114779705SSam Leffler { 0x000080c4, 0x05dc01e0 }, 28214779705SSam Leffler { 0x000080c8, 0x1f402710 }, 28314779705SSam Leffler { 0x000080cc, 0x01f40000 }, 28414779705SSam Leffler { 0x000080d0, 0x00001e1c }, 28514779705SSam Leffler { 0x000080d4, 0x0002aaaa }, 28614779705SSam Leffler { 0x000080d8, 0x02005555 }, 28714779705SSam Leffler { 0x000080dc, 0x00000000 }, 28814779705SSam Leffler { 0x000080e0, 0xffffffff }, 28914779705SSam Leffler { 0x000080e4, 0x0000ffff }, 29014779705SSam Leffler { 0x000080e8, 0x00000000 }, 29114779705SSam Leffler { 0x000080ec, 0x00000000 }, 29214779705SSam Leffler { 0x000080f0, 0x00000000 }, 29314779705SSam Leffler { 0x000080f4, 0x00000000 }, 29414779705SSam Leffler { 0x000080f8, 0x00000000 }, 29514779705SSam Leffler { 0x000080fc, 0x00000088 }, 29614779705SSam Leffler { 0x00008700, 0x00000000 }, 29714779705SSam Leffler { 0x00008704, 0x0000008c }, 29814779705SSam Leffler { 0x00008708, 0x000000e4 }, 29914779705SSam Leffler { 0x0000870c, 0x000002d5 }, 30014779705SSam Leffler { 0x00008710, 0x00000000 }, 30114779705SSam Leffler { 0x00008714, 0x00000000 }, 30214779705SSam Leffler { 0x00008718, 0x000000a0 }, 30314779705SSam Leffler { 0x0000871c, 0x000001c9 }, 30414779705SSam Leffler { 0x00008720, 0x0000002c }, 30514779705SSam Leffler { 0x00008724, 0x0000002c }, 30614779705SSam Leffler { 0x00008728, 0x00000030 }, 30714779705SSam Leffler { 0x0000872c, 0x0000003c }, 30814779705SSam Leffler { 0x00008730, 0x0000002c }, 30914779705SSam Leffler { 0x00008734, 0x0000002c }, 31014779705SSam Leffler { 0x00008738, 0x00000030 }, 31114779705SSam Leffler { 0x0000873c, 0x0000003c }, 31214779705SSam Leffler { 0x00008740, 0x00000000 }, 31314779705SSam Leffler { 0x00008744, 0x00000000 }, 31414779705SSam Leffler { 0x00008748, 0x00000000 }, 31514779705SSam Leffler { 0x0000874c, 0x00000000 }, 31614779705SSam Leffler { 0x00008750, 0x00000000 }, 31714779705SSam Leffler { 0x00008754, 0x00000000 }, 31814779705SSam Leffler { 0x00008758, 0x00000000 }, 31914779705SSam Leffler { 0x0000875c, 0x00000000 }, 32014779705SSam Leffler { 0x00008760, 0x000000d5 }, 32114779705SSam Leffler { 0x00008764, 0x000000df }, 32214779705SSam Leffler { 0x00008768, 0x00000102 }, 32314779705SSam Leffler { 0x0000876c, 0x0000013a }, 32414779705SSam Leffler { 0x00008770, 0x00000075 }, 32514779705SSam Leffler { 0x00008774, 0x0000007f }, 32614779705SSam Leffler { 0x00008778, 0x000000a2 }, 32714779705SSam Leffler { 0x0000877c, 0x00000000 }, 32814779705SSam Leffler { 0x00008100, 0x00010002 }, 32914779705SSam Leffler { 0x00008104, 0x00000001 }, 33014779705SSam Leffler { 0x00008108, 0x000000c0 }, 33114779705SSam Leffler { 0x0000810c, 0x00000000 }, 33214779705SSam Leffler { 0x00008110, 0x00000168 }, 33314779705SSam Leffler { 0x00008114, 0x00000000 }, 33414779705SSam Leffler { 0x000087c0, 0x03020100 }, 33514779705SSam Leffler { 0x000087c4, 0x07060504 }, 33614779705SSam Leffler { 0x000087c8, 0x0b0a0908 }, 33714779705SSam Leffler { 0x000087cc, 0x0f0e0d0c }, 33814779705SSam Leffler { 0x000087d0, 0x13121110 }, 33914779705SSam Leffler { 0x000087d4, 0x17161514 }, 34014779705SSam Leffler { 0x000087d8, 0x1b1a1918 }, 34114779705SSam Leffler { 0x000087dc, 0x1f1e1d1c }, 34214779705SSam Leffler { 0x000087e0, 0x03020100 }, 34314779705SSam Leffler { 0x000087e4, 0x07060504 }, 34414779705SSam Leffler { 0x000087e8, 0x0b0a0908 }, 34514779705SSam Leffler { 0x000087ec, 0x0f0e0d0c }, 34614779705SSam Leffler { 0x000087f0, 0x13121110 }, 34714779705SSam Leffler { 0x000087f4, 0x17161514 }, 34814779705SSam Leffler { 0x000087f8, 0x1b1a1918 }, 34914779705SSam Leffler { 0x000087fc, 0x1f1e1d1c }, 35014779705SSam Leffler { 0x0000980c, 0xad848e19 }, 35114779705SSam Leffler { 0x00009810, 0x7d28e000 }, 35214779705SSam Leffler { 0x00009814, 0x9c0a9f6b }, 35314779705SSam Leffler { 0x0000981c, 0x00000000 }, 35414779705SSam Leffler { 0x00009840, 0x206a017a }, 35514779705SSam Leffler { 0x00009854, 0x00000859 }, 35614779705SSam Leffler { 0x00009900, 0x00000000 }, 35714779705SSam Leffler { 0x00009904, 0x00000000 }, 35814779705SSam Leffler { 0x00009908, 0x00000000 }, 35914779705SSam Leffler { 0x0000990c, 0x00800000 }, 36014779705SSam Leffler { 0x00009910, 0x00000001 }, 36114779705SSam Leffler { 0x0000991c, 0x00000c80 }, 36214779705SSam Leffler { 0x00009920, 0x05100000 }, 36314779705SSam Leffler { 0x00009928, 0x00000001 }, 36414779705SSam Leffler { 0x0000992c, 0x00000004 }, 36514779705SSam Leffler { 0x00009934, 0x1e1f2022 }, 36614779705SSam Leffler { 0x00009938, 0x0a0b0c0d }, 36714779705SSam Leffler { 0x0000993c, 0x0000003f }, 36814779705SSam Leffler { 0x00009948, 0x9280b212 }, 36914779705SSam Leffler { 0x00009954, 0x5d50e188 }, 37014779705SSam Leffler { 0x0000995c, 0x004b6a8e }, 37114779705SSam Leffler { 0x00009968, 0x000003ce }, 37214779705SSam Leffler { 0x00009970, 0x192fb515 }, 37314779705SSam Leffler { 0x00009978, 0x00000001 }, 37414779705SSam Leffler { 0x0000997c, 0x00000000 }, 37514779705SSam Leffler { 0x0000a210, 0x00806333 }, 37614779705SSam Leffler { 0x0000a214, 0x00106c10 }, 37714779705SSam Leffler { 0x0000a218, 0x009c4060 }, 37814779705SSam Leffler { 0x0000a220, 0x018830c6 }, 37914779705SSam Leffler { 0x0000a224, 0x00000400 }, 38014779705SSam Leffler { 0x0000a22c, 0x00000000 }, 38114779705SSam Leffler { 0x0000a234, 0x20202020 }, 38214779705SSam Leffler { 0x0000a238, 0x20202020 }, 38314779705SSam Leffler { 0x0000a240, 0x38490a20 }, 38414779705SSam Leffler { 0x0000a244, 0x00007bb6 }, 38514779705SSam Leffler { 0x0000a248, 0x0fff3ffc }, 38614779705SSam Leffler { 0x00009b00, 0x00000000 }, 38714779705SSam Leffler { 0x00009b28, 0x0000000c }, 38814779705SSam Leffler { 0x00009b38, 0x00000012 }, 38914779705SSam Leffler { 0x00009b64, 0x00000021 }, 39014779705SSam Leffler { 0x00009b8c, 0x0000002d }, 39114779705SSam Leffler { 0x00009b9c, 0x00000033 }, 39214779705SSam Leffler}; 39314779705SSam Leffler#endif /* AH_5212_COMMON */ 39414779705SSam Leffler 39514779705SSam Leffler#ifdef AH_5212_5111 39614779705SSam Lefflerstatic const uint32_t ar5212Common_5111[][2] = { 39714779705SSam Leffler { 0x00001230, 0x00000000 }, 39814779705SSam Leffler { 0x00009808, 0x00000000 }, 39914779705SSam Leffler { 0x0000982c, 0x00022ffe }, 40014779705SSam Leffler { 0x0000983c, 0x00020100 }, 40114779705SSam Leffler { 0x0000984c, 0x1284613c }, 40214779705SSam Leffler { 0x00009930, 0x00004883 }, 40314779705SSam Leffler { 0x00009940, 0x00000004 }, 40414779705SSam Leffler { 0x00009958, 0x000000ff }, 40514779705SSam Leffler { 0x00009974, 0x00000000 }, 40614779705SSam Leffler { 0x000099f8, 0x00000018 }, 40714779705SSam Leffler { 0x0000a204, 0x00000000 }, 40814779705SSam Leffler { 0x0000a208, 0xd03e6788 }, 40914779705SSam Leffler { 0x0000a228, 0x000001b5 }, 41014779705SSam Leffler { 0x0000a23c, 0x13c889af }, 41114779705SSam Leffler { 0x00009b04, 0x00000020 }, 41214779705SSam Leffler { 0x00009b08, 0x00000010 }, 41314779705SSam Leffler { 0x00009b0c, 0x00000030 }, 41414779705SSam Leffler { 0x00009b10, 0x00000008 }, 41514779705SSam Leffler { 0x00009b14, 0x00000028 }, 41614779705SSam Leffler { 0x00009b18, 0x00000004 }, 41714779705SSam Leffler { 0x00009b1c, 0x00000024 }, 41814779705SSam Leffler { 0x00009b20, 0x00000014 }, 41914779705SSam Leffler { 0x00009b24, 0x00000034 }, 42014779705SSam Leffler { 0x00009b2c, 0x0000002c }, 42114779705SSam Leffler { 0x00009b30, 0x00000002 }, 42214779705SSam Leffler { 0x00009b34, 0x00000022 }, 42314779705SSam Leffler { 0x00009b3c, 0x00000032 }, 42414779705SSam Leffler { 0x00009b40, 0x0000000a }, 42514779705SSam Leffler { 0x00009b44, 0x0000002a }, 42614779705SSam Leffler { 0x00009b48, 0x00000006 }, 42714779705SSam Leffler { 0x00009b4c, 0x00000026 }, 42814779705SSam Leffler { 0x00009b50, 0x00000016 }, 42914779705SSam Leffler { 0x00009b54, 0x00000036 }, 43014779705SSam Leffler { 0x00009b58, 0x0000000e }, 43114779705SSam Leffler { 0x00009b5c, 0x0000002e }, 43214779705SSam Leffler { 0x00009b60, 0x00000001 }, 43314779705SSam Leffler { 0x00009b68, 0x00000011 }, 43414779705SSam Leffler { 0x00009b6c, 0x00000031 }, 43514779705SSam Leffler { 0x00009b70, 0x00000009 }, 43614779705SSam Leffler { 0x00009b74, 0x00000029 }, 43714779705SSam Leffler { 0x00009b78, 0x00000005 }, 43814779705SSam Leffler { 0x00009b7c, 0x00000025 }, 43914779705SSam Leffler { 0x00009b80, 0x00000015 }, 44014779705SSam Leffler { 0x00009b84, 0x00000035 }, 44114779705SSam Leffler { 0x00009b88, 0x0000000d }, 44214779705SSam Leffler { 0x00009b90, 0x00000003 }, 44314779705SSam Leffler { 0x00009b94, 0x00000023 }, 44414779705SSam Leffler { 0x00009b98, 0x00000013 }, 44514779705SSam Leffler { 0x00009ba0, 0x0000000b }, 44614779705SSam Leffler { 0x00009ba4, 0x0000002b }, 44714779705SSam Leffler { 0x00009ba8, 0x0000002b }, 44814779705SSam Leffler { 0x00009bac, 0x0000002b }, 44914779705SSam Leffler { 0x00009bb0, 0x0000002b }, 45014779705SSam Leffler { 0x00009bb4, 0x0000002b }, 45114779705SSam Leffler { 0x00009bb8, 0x0000002b }, 45214779705SSam Leffler { 0x00009bbc, 0x0000002b }, 45314779705SSam Leffler { 0x00009bc0, 0x0000002b }, 45414779705SSam Leffler { 0x00009bc4, 0x0000002b }, 45514779705SSam Leffler { 0x00009bc8, 0x0000002b }, 45614779705SSam Leffler { 0x00009bcc, 0x0000002b }, 45714779705SSam Leffler { 0x00009bd0, 0x0000002b }, 45814779705SSam Leffler { 0x00009bd4, 0x0000002b }, 45914779705SSam Leffler { 0x00009bd8, 0x0000002b }, 46014779705SSam Leffler { 0x00009bdc, 0x0000002b }, 46114779705SSam Leffler { 0x00009be0, 0x0000002b }, 46214779705SSam Leffler { 0x00009be4, 0x0000002b }, 46314779705SSam Leffler { 0x00009be8, 0x0000002b }, 46414779705SSam Leffler { 0x00009bec, 0x0000002b }, 46514779705SSam Leffler { 0x00009bf0, 0x0000002b }, 46614779705SSam Leffler { 0x00009bf4, 0x0000002b }, 46714779705SSam Leffler { 0x00009bf8, 0x00000002 }, 46814779705SSam Leffler { 0x00009bfc, 0x00000016 }, 46914779705SSam Leffler}; 47014779705SSam Leffler#endif /* AH_5212_5111 */ 47114779705SSam Leffler 47214779705SSam Leffler#ifdef AH_5212_5112 47314779705SSam Lefflerstatic const uint32_t ar5212Common_5112[][2] = { 47414779705SSam Leffler { 0x00001230, 0x00000000 }, 47514779705SSam Leffler { 0x00009808, 0x00000000 }, 47614779705SSam Leffler { 0x0000982c, 0x00022ffe }, 47714779705SSam Leffler { 0x0000983c, 0x00020100 }, 47814779705SSam Leffler { 0x0000984c, 0x1284613c }, 47914779705SSam Leffler { 0x00009930, 0x00004882 }, 48014779705SSam Leffler { 0x00009940, 0x00000004 }, 48114779705SSam Leffler { 0x00009958, 0x000000ff }, 48214779705SSam Leffler { 0x00009974, 0x00000000 }, 48314779705SSam Leffler { 0x0000a228, 0x000001b5 }, 48414779705SSam Leffler { 0x0000a23c, 0x13c889af }, 48514779705SSam Leffler { 0x00009b04, 0x00000001 }, 48614779705SSam Leffler { 0x00009b08, 0x00000002 }, 48714779705SSam Leffler { 0x00009b0c, 0x00000003 }, 48814779705SSam Leffler { 0x00009b10, 0x00000004 }, 48914779705SSam Leffler { 0x00009b14, 0x00000005 }, 49014779705SSam Leffler { 0x00009b18, 0x00000008 }, 49114779705SSam Leffler { 0x00009b1c, 0x00000009 }, 49214779705SSam Leffler { 0x00009b20, 0x0000000a }, 49314779705SSam Leffler { 0x00009b24, 0x0000000b }, 49414779705SSam Leffler { 0x00009b2c, 0x0000000d }, 49514779705SSam Leffler { 0x00009b30, 0x00000010 }, 49614779705SSam Leffler { 0x00009b34, 0x00000011 }, 49714779705SSam Leffler { 0x00009b3c, 0x00000013 }, 49814779705SSam Leffler { 0x00009b40, 0x00000014 }, 49914779705SSam Leffler { 0x00009b44, 0x00000015 }, 50014779705SSam Leffler { 0x00009b48, 0x00000018 }, 50114779705SSam Leffler { 0x00009b4c, 0x00000019 }, 50214779705SSam Leffler { 0x00009b50, 0x0000001a }, 50314779705SSam Leffler { 0x00009b54, 0x0000001b }, 50414779705SSam Leffler { 0x00009b58, 0x0000001c }, 50514779705SSam Leffler { 0x00009b5c, 0x0000001d }, 50614779705SSam Leffler { 0x00009b60, 0x00000020 }, 50714779705SSam Leffler { 0x00009b68, 0x00000022 }, 50814779705SSam Leffler { 0x00009b6c, 0x00000023 }, 50914779705SSam Leffler { 0x00009b70, 0x00000024 }, 51014779705SSam Leffler { 0x00009b74, 0x00000025 }, 51114779705SSam Leffler { 0x00009b78, 0x00000028 }, 51214779705SSam Leffler { 0x00009b7c, 0x00000029 }, 51314779705SSam Leffler { 0x00009b80, 0x0000002a }, 51414779705SSam Leffler { 0x00009b84, 0x0000002b }, 51514779705SSam Leffler { 0x00009b88, 0x0000002c }, 51614779705SSam Leffler { 0x00009b90, 0x00000030 }, 51714779705SSam Leffler { 0x00009b94, 0x00000031 }, 51814779705SSam Leffler { 0x00009b98, 0x00000032 }, 51914779705SSam Leffler { 0x00009ba0, 0x00000034 }, 52014779705SSam Leffler { 0x00009ba4, 0x00000035 }, 52114779705SSam Leffler { 0x00009ba8, 0x00000035 }, 52214779705SSam Leffler { 0x00009bac, 0x00000035 }, 52314779705SSam Leffler { 0x00009bb0, 0x00000035 }, 52414779705SSam Leffler { 0x00009bb4, 0x00000035 }, 52514779705SSam Leffler { 0x00009bb8, 0x00000035 }, 52614779705SSam Leffler { 0x00009bbc, 0x00000035 }, 52714779705SSam Leffler { 0x00009bc0, 0x00000035 }, 52814779705SSam Leffler { 0x00009bc4, 0x00000035 }, 52914779705SSam Leffler { 0x00009bc8, 0x00000035 }, 53014779705SSam Leffler { 0x00009bcc, 0x00000035 }, 53114779705SSam Leffler { 0x00009bd0, 0x00000035 }, 53214779705SSam Leffler { 0x00009bd4, 0x00000035 }, 53314779705SSam Leffler { 0x00009bd8, 0x00000035 }, 53414779705SSam Leffler { 0x00009bdc, 0x00000035 }, 53514779705SSam Leffler { 0x00009be0, 0x00000035 }, 53614779705SSam Leffler { 0x00009be4, 0x00000035 }, 53714779705SSam Leffler { 0x00009be8, 0x00000035 }, 53814779705SSam Leffler { 0x00009bec, 0x00000035 }, 53914779705SSam Leffler { 0x00009bf0, 0x00000035 }, 54014779705SSam Leffler { 0x00009bf4, 0x00000035 }, 54114779705SSam Leffler { 0x00009bf8, 0x00000010 }, 54214779705SSam Leffler { 0x00009bfc, 0x0000001a }, 54314779705SSam Leffler}; 54414779705SSam Leffler#endif /* AH_5212_5112 */ 54514779705SSam Leffler 54614779705SSam Leffler#ifdef AH_5212_2413 54714779705SSam Lefflerstatic const uint32_t ar5212Common_2413[][2] = { 54814779705SSam Leffler { 0x00001230, 0x000003e0 }, 54914779705SSam Leffler { 0x00008060, 0x0000000f }, 55014779705SSam Leffler { 0x00008118, 0x00000000 }, 55114779705SSam Leffler { 0x0000811c, 0x00000000 }, 55214779705SSam Leffler { 0x00008120, 0x00000000 }, 55314779705SSam Leffler { 0x00008124, 0x00000000 }, 55414779705SSam Leffler { 0x00008128, 0x00000000 }, 55514779705SSam Leffler { 0x0000812c, 0x00000000 }, 55614779705SSam Leffler { 0x00008130, 0x00000000 }, 55714779705SSam Leffler { 0x00008134, 0x00000000 }, 55814779705SSam Leffler { 0x00008138, 0x00000000 }, 55914779705SSam Leffler { 0x0000813c, 0x00000000 }, 56014779705SSam Leffler { 0x00008140, 0x800000a8 }, 56114779705SSam Leffler { 0x00008144, 0x00000000 }, 56214779705SSam Leffler { 0x00009808, 0x00000000 }, 56314779705SSam Leffler { 0x0000982c, 0x0000a000 }, 56414779705SSam Leffler { 0x0000983c, 0x00200400 }, 56514779705SSam Leffler { 0x0000984c, 0x1284233c }, 56614779705SSam Leffler { 0x00009870, 0x0000001f }, 56714779705SSam Leffler { 0x00009874, 0x00000080 }, 56814779705SSam Leffler { 0x00009878, 0x0000000e }, 56914779705SSam Leffler { 0x00009958, 0x000000ff }, 57014779705SSam Leffler { 0x00009980, 0x00000000 }, 57114779705SSam Leffler { 0x00009984, 0x02800000 }, 57214779705SSam Leffler { 0x000099a0, 0x00000000 }, 57314779705SSam Leffler { 0x000099e0, 0x00000000 }, 57414779705SSam Leffler { 0x000099e4, 0xaaaaaaaa }, 57514779705SSam Leffler { 0x000099e8, 0x3c466478 }, 57614779705SSam Leffler { 0x000099ec, 0x000000aa }, 57714779705SSam Leffler { 0x000099f0, 0x0000000c }, 57814779705SSam Leffler { 0x000099f4, 0x000000ff }, 57914779705SSam Leffler { 0x000099f8, 0x00000014 }, 58014779705SSam Leffler { 0x0000a228, 0x000009b5 }, 58114779705SSam Leffler { 0x0000a23c, 0x93c889af }, 58214779705SSam Leffler { 0x0000a24c, 0x00000001 }, 58314779705SSam Leffler { 0x0000a250, 0x0000a000 }, 58414779705SSam Leffler { 0x0000a254, 0x00000000 }, 58514779705SSam Leffler { 0x0000a258, 0x0cc75380 }, 58614779705SSam Leffler { 0x0000a25c, 0x0f0f0f01 }, 58714779705SSam Leffler { 0x0000a260, 0x5f690f01 }, 58814779705SSam Leffler { 0x0000a264, 0x00418a11 }, 58914779705SSam Leffler { 0x0000a268, 0x00000000 }, 59014779705SSam Leffler { 0x0000a26c, 0x0c30c16a }, 59114779705SSam Leffler { 0x0000a270, 0x00820820 }, 59214779705SSam Leffler { 0x0000a274, 0x001b7caa }, 59314779705SSam Leffler { 0x0000a278, 0x1ce739ce }, 59414779705SSam Leffler { 0x0000a27c, 0x051701ce }, 59514779705SSam Leffler { 0x0000a300, 0x18010000 }, 59614779705SSam Leffler { 0x0000a304, 0x30032602 }, 59714779705SSam Leffler { 0x0000a308, 0x48073e06 }, 59814779705SSam Leffler { 0x0000a30c, 0x560b4c0a }, 59914779705SSam Leffler { 0x0000a310, 0x641a600f }, 60014779705SSam Leffler { 0x0000a314, 0x784f6e1b }, 60114779705SSam Leffler { 0x0000a318, 0x868f7c5a }, 60214779705SSam Leffler { 0x0000a31c, 0x8ecf865b }, 60314779705SSam Leffler { 0x0000a320, 0x9d4f970f }, 60414779705SSam Leffler { 0x0000a324, 0xa5cfa18f }, 60514779705SSam Leffler { 0x0000a328, 0xb55faf1f }, 60614779705SSam Leffler { 0x0000a32c, 0xbddfb99f }, 60714779705SSam Leffler { 0x0000a330, 0xcd7fc73f }, 60814779705SSam Leffler { 0x0000a334, 0xd5ffd1bf }, 60914779705SSam Leffler { 0x0000a338, 0x00000000 }, 61014779705SSam Leffler { 0x0000a33c, 0x00000000 }, 61114779705SSam Leffler { 0x0000a340, 0x00000000 }, 61214779705SSam Leffler { 0x0000a344, 0x00000000 }, 61314779705SSam Leffler { 0x0000a348, 0x3fffffff }, 61414779705SSam Leffler { 0x0000a34c, 0x3fffffff }, 61514779705SSam Leffler { 0x0000a350, 0x3fffffff }, 61614779705SSam Leffler { 0x0000a354, 0x0003ffff }, 61714779705SSam Leffler { 0x0000a358, 0x79a8aa1f }, 61814779705SSam Leffler { 0x0000a35c, 0x066c420f }, 61914779705SSam Leffler { 0x0000a360, 0x0f282207 }, 62014779705SSam Leffler { 0x0000a364, 0x17601685 }, 62114779705SSam Leffler { 0x0000a368, 0x1f801104 }, 62214779705SSam Leffler { 0x0000a36c, 0x37a00c03 }, 62314779705SSam Leffler { 0x0000a370, 0x3fc40883 }, 62414779705SSam Leffler { 0x0000a374, 0x57c00803 }, 62514779705SSam Leffler { 0x0000a378, 0x5fd80682 }, 62614779705SSam Leffler { 0x0000a37c, 0x7fe00482 }, 62714779705SSam Leffler { 0x0000a380, 0x7f3c7bba }, 62814779705SSam Leffler { 0x0000a384, 0xf3307ff0 }, 62914779705SSam Leffler { 0x00009b04, 0x00000001 }, 63014779705SSam Leffler { 0x00009b08, 0x00000002 }, 63114779705SSam Leffler { 0x00009b0c, 0x00000003 }, 63214779705SSam Leffler { 0x00009b10, 0x00000004 }, 63314779705SSam Leffler { 0x00009b14, 0x00000005 }, 63414779705SSam Leffler { 0x00009b18, 0x00000008 }, 63514779705SSam Leffler { 0x00009b1c, 0x00000009 }, 63614779705SSam Leffler { 0x00009b20, 0x0000000a }, 63714779705SSam Leffler { 0x00009b24, 0x0000000b }, 63814779705SSam Leffler { 0x00009b2c, 0x0000000d }, 63914779705SSam Leffler { 0x00009b30, 0x00000010 }, 64014779705SSam Leffler { 0x00009b34, 0x00000011 }, 64114779705SSam Leffler { 0x00009b3c, 0x00000013 }, 64214779705SSam Leffler { 0x00009b40, 0x00000014 }, 64314779705SSam Leffler { 0x00009b44, 0x00000015 }, 64414779705SSam Leffler { 0x00009b48, 0x00000018 }, 64514779705SSam Leffler { 0x00009b4c, 0x00000019 }, 64614779705SSam Leffler { 0x00009b50, 0x0000001a }, 64714779705SSam Leffler { 0x00009b54, 0x0000001b }, 64814779705SSam Leffler { 0x00009b58, 0x0000001c }, 64914779705SSam Leffler { 0x00009b5c, 0x0000001d }, 65014779705SSam Leffler { 0x00009b60, 0x00000020 }, 65114779705SSam Leffler { 0x00009b68, 0x00000022 }, 65214779705SSam Leffler { 0x00009b6c, 0x00000023 }, 65314779705SSam Leffler { 0x00009b70, 0x00000024 }, 65414779705SSam Leffler { 0x00009b74, 0x00000025 }, 65514779705SSam Leffler { 0x00009b78, 0x00000028 }, 65614779705SSam Leffler { 0x00009b7c, 0x00000029 }, 65714779705SSam Leffler { 0x00009b80, 0x0000002a }, 65814779705SSam Leffler { 0x00009b84, 0x0000002b }, 65914779705SSam Leffler { 0x00009b88, 0x0000002c }, 66014779705SSam Leffler { 0x00009b90, 0x00000030 }, 66114779705SSam Leffler { 0x00009b94, 0x00000031 }, 66214779705SSam Leffler { 0x00009b98, 0x00000032 }, 66314779705SSam Leffler { 0x00009ba0, 0x00000034 }, 66414779705SSam Leffler { 0x00009ba4, 0x00000035 }, 66514779705SSam Leffler { 0x00009ba8, 0x00000035 }, 66614779705SSam Leffler { 0x00009bac, 0x00000035 }, 66714779705SSam Leffler { 0x00009bb0, 0x00000035 }, 66814779705SSam Leffler { 0x00009bb4, 0x00000035 }, 66914779705SSam Leffler { 0x00009bb8, 0x00000035 }, 67014779705SSam Leffler { 0x00009bbc, 0x00000035 }, 67114779705SSam Leffler { 0x00009bc0, 0x00000035 }, 67214779705SSam Leffler { 0x00009bc4, 0x00000035 }, 67314779705SSam Leffler { 0x00009bc8, 0x00000035 }, 67414779705SSam Leffler { 0x00009bcc, 0x00000035 }, 67514779705SSam Leffler { 0x00009bd0, 0x00000035 }, 67614779705SSam Leffler { 0x00009bd4, 0x00000035 }, 67714779705SSam Leffler { 0x00009bd8, 0x00000035 }, 67814779705SSam Leffler { 0x00009bdc, 0x00000035 }, 67914779705SSam Leffler { 0x00009be0, 0x00000035 }, 68014779705SSam Leffler { 0x00009be4, 0x00000035 }, 68114779705SSam Leffler { 0x00009be8, 0x00000035 }, 68214779705SSam Leffler { 0x00009bec, 0x00000035 }, 68314779705SSam Leffler { 0x00009bf0, 0x00000035 }, 68414779705SSam Leffler { 0x00009bf4, 0x00000035 }, 68514779705SSam Leffler { 0x00009bf8, 0x00000010 }, 68614779705SSam Leffler { 0x00009bfc, 0x0000001a }, 68714779705SSam Leffler}; 68814779705SSam Leffler#endif /* AH_5212_2413 */ 68914779705SSam Leffler 69014779705SSam Leffler#ifdef AH_5212_2316 69114779705SSam Lefflerstatic const uint32_t ar5212Common_2316[][2] = { 69214779705SSam Leffler { 0x00001230, 0x000003e0 }, 69314779705SSam Leffler { 0x00008060, 0x0000000f }, 69414779705SSam Leffler { 0x00008118, 0x00000000 }, 69514779705SSam Leffler { 0x0000811c, 0x00000000 }, 69614779705SSam Leffler { 0x00008120, 0x00000000 }, 69714779705SSam Leffler { 0x00008124, 0x00000000 }, 69814779705SSam Leffler { 0x00008128, 0x00000000 }, 69914779705SSam Leffler { 0x0000812c, 0x00000000 }, 70014779705SSam Leffler { 0x00008130, 0x00000000 }, 70114779705SSam Leffler { 0x00008134, 0x00000000 }, 70214779705SSam Leffler { 0x00008138, 0x00000000 }, 70314779705SSam Leffler { 0x0000813c, 0x00000000 }, 70414779705SSam Leffler { 0x00008140, 0x800000a8 }, 70514779705SSam Leffler { 0x00008144, 0x00000000 }, 70614779705SSam Leffler { 0x00009808, 0x00004000 }, 70714779705SSam Leffler { 0x0000982c, 0x0000a000 }, 70814779705SSam Leffler { 0x0000983c, 0x00200400 }, 70914779705SSam Leffler { 0x0000984c, 0x1284233c }, 71014779705SSam Leffler { 0x00009870, 0x0000001f }, 71114779705SSam Leffler { 0x00009874, 0x00000080 }, 71214779705SSam Leffler { 0x00009878, 0x0000000e }, 71314779705SSam Leffler { 0x00009958, 0x000000ff }, 71414779705SSam Leffler { 0x00009980, 0x00000000 }, 71514779705SSam Leffler { 0x00009984, 0x02800000 }, 71614779705SSam Leffler { 0x000099a0, 0x00000000 }, 71714779705SSam Leffler { 0x000099e0, 0x00000000 }, 71814779705SSam Leffler { 0x000099e4, 0xaaaaaaaa }, 71914779705SSam Leffler { 0x000099e8, 0x3c466478 }, 72014779705SSam Leffler { 0x000099ec, 0x000000aa }, 72114779705SSam Leffler { 0x000099f0, 0x0000000c }, 72214779705SSam Leffler { 0x000099f4, 0x000000ff }, 72314779705SSam Leffler { 0x000099f8, 0x00000014 }, 72414779705SSam Leffler { 0x0000a228, 0x000009b5 }, 72514779705SSam Leffler { 0x0000a23c, 0x93c889af }, 72614779705SSam Leffler { 0x0000a24c, 0x00000001 }, 72714779705SSam Leffler { 0x0000a250, 0x0000a000 }, 72814779705SSam Leffler { 0x0000a254, 0x00000000 }, 72914779705SSam Leffler { 0x0000a258, 0x0cc75380 }, 73014779705SSam Leffler { 0x0000a25c, 0x0f0f0f01 }, 73114779705SSam Leffler { 0x0000a260, 0x5f690f01 }, 73214779705SSam Leffler { 0x0000a264, 0x00418a11 }, 73314779705SSam Leffler { 0x0000a268, 0x00000000 }, 73414779705SSam Leffler { 0x0000a26c, 0x0c30c16a }, 73514779705SSam Leffler { 0x0000a270, 0x00820820 }, 73614779705SSam Leffler { 0x0000a274, 0x081b7caa }, 73714779705SSam Leffler { 0x0000a278, 0x1ce739ce }, 73814779705SSam Leffler { 0x0000a27c, 0x051701ce }, 73914779705SSam Leffler { 0x0000a300, 0x18010000 }, 74014779705SSam Leffler { 0x0000a304, 0x30032602 }, 74114779705SSam Leffler { 0x0000a308, 0x48073e06 }, 74214779705SSam Leffler { 0x0000a30c, 0x560b4c0a }, 74314779705SSam Leffler { 0x0000a310, 0x641a600f }, 74414779705SSam Leffler { 0x0000a314, 0x784f6e1b }, 74514779705SSam Leffler { 0x0000a318, 0x868f7c5a }, 74614779705SSam Leffler { 0x0000a31c, 0x8ecf865b }, 74714779705SSam Leffler { 0x0000a320, 0x9d4f970f }, 74814779705SSam Leffler { 0x0000a324, 0xa5cfa18f }, 74914779705SSam Leffler { 0x0000a328, 0xb55faf1f }, 75014779705SSam Leffler { 0x0000a32c, 0xbddfb99f }, 75114779705SSam Leffler { 0x0000a330, 0xcd7fc73f }, 75214779705SSam Leffler { 0x0000a334, 0xd5ffd1bf }, 75314779705SSam Leffler { 0x0000a338, 0x00000000 }, 75414779705SSam Leffler { 0x0000a33c, 0x00000000 }, 75514779705SSam Leffler { 0x0000a340, 0x00000000 }, 75614779705SSam Leffler { 0x0000a344, 0x00000000 }, 75714779705SSam Leffler { 0x0000a348, 0x3fffffff }, 75814779705SSam Leffler { 0x0000a34c, 0x3fffffff }, 75914779705SSam Leffler { 0x0000a350, 0x3fffffff }, 76014779705SSam Leffler { 0x0000a354, 0x0003ffff }, 76114779705SSam Leffler { 0x0000a358, 0x79a8aa1f }, 76214779705SSam Leffler { 0x0000a35c, 0x066c420f }, 76314779705SSam Leffler { 0x0000a360, 0x0f282207 }, 76414779705SSam Leffler { 0x0000a364, 0x17601685 }, 76514779705SSam Leffler { 0x0000a368, 0x1f801104 }, 76614779705SSam Leffler { 0x0000a36c, 0x37a00c03 }, 76714779705SSam Leffler { 0x0000a370, 0x3fc40883 }, 76814779705SSam Leffler { 0x0000a374, 0x57c00803 }, 76914779705SSam Leffler { 0x0000a378, 0x5fd80682 }, 77014779705SSam Leffler { 0x0000a37c, 0x7fe00482 }, 77114779705SSam Leffler { 0x0000a380, 0x7f3c7bba }, 77214779705SSam Leffler { 0x0000a384, 0xf3307ff0 }, 77314779705SSam Leffler { 0x00009b04, 0x00000001 }, 77414779705SSam Leffler { 0x00009b08, 0x00000002 }, 77514779705SSam Leffler { 0x00009b0c, 0x00000003 }, 77614779705SSam Leffler { 0x00009b10, 0x00000004 }, 77714779705SSam Leffler { 0x00009b14, 0x00000005 }, 77814779705SSam Leffler { 0x00009b18, 0x00000008 }, 77914779705SSam Leffler { 0x00009b1c, 0x00000009 }, 78014779705SSam Leffler { 0x00009b20, 0x0000000a }, 78114779705SSam Leffler { 0x00009b24, 0x0000000b }, 78214779705SSam Leffler { 0x00009b2c, 0x0000000d }, 78314779705SSam Leffler { 0x00009b30, 0x00000010 }, 78414779705SSam Leffler { 0x00009b34, 0x00000011 }, 78514779705SSam Leffler { 0x00009b3c, 0x00000013 }, 78614779705SSam Leffler { 0x00009b40, 0x00000014 }, 78714779705SSam Leffler { 0x00009b44, 0x00000015 }, 78814779705SSam Leffler { 0x00009b48, 0x00000018 }, 78914779705SSam Leffler { 0x00009b4c, 0x00000019 }, 79014779705SSam Leffler { 0x00009b50, 0x0000001a }, 79114779705SSam Leffler { 0x00009b54, 0x0000001b }, 79214779705SSam Leffler { 0x00009b58, 0x0000001c }, 79314779705SSam Leffler { 0x00009b5c, 0x0000001d }, 79414779705SSam Leffler { 0x00009b60, 0x00000020 }, 79514779705SSam Leffler { 0x00009b68, 0x00000022 }, 79614779705SSam Leffler { 0x00009b6c, 0x00000023 }, 79714779705SSam Leffler { 0x00009b70, 0x00000024 }, 79814779705SSam Leffler { 0x00009b74, 0x00000025 }, 79914779705SSam Leffler { 0x00009b78, 0x00000028 }, 80014779705SSam Leffler { 0x00009b7c, 0x00000029 }, 80114779705SSam Leffler { 0x00009b80, 0x0000002a }, 80214779705SSam Leffler { 0x00009b84, 0x0000002b }, 80314779705SSam Leffler { 0x00009b88, 0x0000002c }, 80414779705SSam Leffler { 0x00009b90, 0x00000030 }, 80514779705SSam Leffler { 0x00009b94, 0x00000031 }, 80614779705SSam Leffler { 0x00009b98, 0x00000032 }, 80714779705SSam Leffler { 0x00009ba0, 0x00000034 }, 80814779705SSam Leffler { 0x00009ba4, 0x00000035 }, 80914779705SSam Leffler { 0x00009ba8, 0x00000035 }, 81014779705SSam Leffler { 0x00009bac, 0x00000035 }, 81114779705SSam Leffler { 0x00009bb0, 0x00000035 }, 81214779705SSam Leffler { 0x00009bb4, 0x00000035 }, 81314779705SSam Leffler { 0x00009bb8, 0x00000035 }, 81414779705SSam Leffler { 0x00009bbc, 0x00000035 }, 81514779705SSam Leffler { 0x00009bc0, 0x00000035 }, 81614779705SSam Leffler { 0x00009bc4, 0x00000035 }, 81714779705SSam Leffler { 0x00009bc8, 0x00000035 }, 81814779705SSam Leffler { 0x00009bcc, 0x00000035 }, 81914779705SSam Leffler { 0x00009bd0, 0x00000035 }, 82014779705SSam Leffler { 0x00009bd4, 0x00000035 }, 82114779705SSam Leffler { 0x00009bd8, 0x00000035 }, 82214779705SSam Leffler { 0x00009bdc, 0x00000035 }, 82314779705SSam Leffler { 0x00009be0, 0x00000035 }, 82414779705SSam Leffler { 0x00009be4, 0x00000035 }, 82514779705SSam Leffler { 0x00009be8, 0x00000035 }, 82614779705SSam Leffler { 0x00009bec, 0x00000035 }, 82714779705SSam Leffler { 0x00009bf0, 0x00000035 }, 82814779705SSam Leffler { 0x00009bf4, 0x00000035 }, 82914779705SSam Leffler { 0x00009bf8, 0x00000010 }, 83014779705SSam Leffler { 0x00009bfc, 0x0000001a }, 83114779705SSam Leffler}; 83214779705SSam Leffler#endif 83314779705SSam Leffler 83414779705SSam Leffler#ifdef AH_5212_5413 83514779705SSam Lefflerstatic const uint32_t ar5212Common_5413[][2] = { 83614779705SSam Leffler { 0x00001230, 0x000003e0 }, 83714779705SSam Leffler { 0x00004068, 0x00000010 }, 83814779705SSam Leffler { 0x00008060, 0x0000000f }, 83914779705SSam Leffler { 0x0000809c, 0x00000000 }, 84014779705SSam Leffler { 0x000080a0, 0x00000000 }, 84114779705SSam Leffler { 0x00008118, 0x00000000 }, 84214779705SSam Leffler { 0x0000811c, 0x00000000 }, 84314779705SSam Leffler { 0x00008120, 0x00000000 }, 84414779705SSam Leffler { 0x00008124, 0x00000000 }, 84514779705SSam Leffler { 0x00008128, 0x00000000 }, 84614779705SSam Leffler { 0x0000812c, 0x00000000 }, 84714779705SSam Leffler { 0x00008130, 0x00000000 }, 84814779705SSam Leffler { 0x00008134, 0x00000000 }, 84914779705SSam Leffler { 0x00008138, 0x00000000 }, 85014779705SSam Leffler { 0x0000813c, 0x00000000 }, 85114779705SSam Leffler { 0x00008140, 0x800003f9 }, 85214779705SSam Leffler { 0x00008144, 0x00000000 }, 85314779705SSam Leffler { 0x00009808, 0x00000000 }, 85414779705SSam Leffler { 0x0000982c, 0x0000a000 }, 85514779705SSam Leffler { 0x0000983c, 0x00200400 }, 85614779705SSam Leffler { 0x0000984c, 0x1284233c }, 85714779705SSam Leffler { 0x00009870, 0x0000001f }, 85814779705SSam Leffler { 0x00009874, 0x00000080 }, 85914779705SSam Leffler { 0x00009878, 0x0000000e }, 86014779705SSam Leffler { 0x00009958, 0x00081fff }, 86114779705SSam Leffler { 0x00009980, 0x00000000 }, 86214779705SSam Leffler { 0x00009984, 0x02800000 }, 86314779705SSam Leffler { 0x000099a0, 0x00000000 }, 86414779705SSam Leffler { 0x000099e0, 0x00000000 }, 86514779705SSam Leffler { 0x000099e4, 0xaaaaaaaa }, 86614779705SSam Leffler { 0x000099e8, 0x3c466478 }, 86714779705SSam Leffler { 0x000099ec, 0x000000aa }, 86814779705SSam Leffler { 0x000099f0, 0x0000000c }, 86914779705SSam Leffler { 0x000099f4, 0x000000ff }, 87014779705SSam Leffler { 0x000099f8, 0x00000014 }, 87114779705SSam Leffler { 0x0000a228, 0x000009b5 }, 87214779705SSam Leffler { 0x0000a23c, 0x93c889af }, 87314779705SSam Leffler { 0x0000a24c, 0x00000001 }, 87414779705SSam Leffler { 0x0000a250, 0x0000a000 }, 87514779705SSam Leffler { 0x0000a254, 0x00000000 }, 87614779705SSam Leffler { 0x0000a258, 0x0cc75380 }, 87714779705SSam Leffler { 0x0000a25c, 0x0f0f0f01 }, 87814779705SSam Leffler { 0x0000a260, 0x5f690f01 }, 87914779705SSam Leffler { 0x0000a264, 0x00418a11 }, 88014779705SSam Leffler { 0x0000a268, 0x00000000 }, 88114779705SSam Leffler { 0x0000a26c, 0x0c30c16a }, 88214779705SSam Leffler { 0x0000a270, 0x00820820 }, 88314779705SSam Leffler { 0x0000a274, 0x081b7caa }, 88414779705SSam Leffler { 0x0000a278, 0x1ce739ce }, 88514779705SSam Leffler { 0x0000a27c, 0x051701ce }, 88614779705SSam Leffler { 0x0000a338, 0x00000000 }, 88714779705SSam Leffler { 0x0000a33c, 0x00000000 }, 88814779705SSam Leffler { 0x0000a340, 0x00000000 }, 88914779705SSam Leffler { 0x0000a344, 0x00000000 }, 89014779705SSam Leffler { 0x0000a348, 0x3fffffff }, 89114779705SSam Leffler { 0x0000a34c, 0x3fffffff }, 89214779705SSam Leffler { 0x0000a350, 0x3fffffff }, 89314779705SSam Leffler { 0x0000a354, 0x0003ffff }, 89414779705SSam Leffler { 0x0000a358, 0x79a8aa1f }, 89514779705SSam Leffler { 0x0000a35c, 0x066c420f }, 89614779705SSam Leffler { 0x0000a360, 0x0f282207 }, 89714779705SSam Leffler { 0x0000a364, 0x17601685 }, 89814779705SSam Leffler { 0x0000a368, 0x1f801104 }, 89914779705SSam Leffler { 0x0000a36c, 0x37a00c03 }, 90014779705SSam Leffler { 0x0000a370, 0x3fc40883 }, 90114779705SSam Leffler { 0x0000a374, 0x57c00803 }, 90214779705SSam Leffler { 0x0000a378, 0x5fd80682 }, 90314779705SSam Leffler { 0x0000a37c, 0x7fe00482 }, 90414779705SSam Leffler { 0x0000a380, 0x7f3c7bba }, 90514779705SSam Leffler { 0x0000a384, 0xf3307ff0 }, 90614779705SSam Leffler { 0x00009b04, 0x00000001 }, 90714779705SSam Leffler { 0x00009b08, 0x00000002 }, 90814779705SSam Leffler { 0x00009b0c, 0x00000003 }, 90914779705SSam Leffler { 0x00009b10, 0x00000004 }, 91014779705SSam Leffler { 0x00009b14, 0x00000005 }, 91114779705SSam Leffler { 0x00009b18, 0x00000008 }, 91214779705SSam Leffler { 0x00009b1c, 0x00000009 }, 91314779705SSam Leffler { 0x00009b20, 0x0000000a }, 91414779705SSam Leffler { 0x00009b24, 0x0000000b }, 91514779705SSam Leffler { 0x00009b2c, 0x0000000d }, 91614779705SSam Leffler { 0x00009b30, 0x00000010 }, 91714779705SSam Leffler { 0x00009b34, 0x00000011 }, 91814779705SSam Leffler { 0x00009b3c, 0x00000013 }, 91914779705SSam Leffler { 0x00009b40, 0x00000014 }, 92014779705SSam Leffler { 0x00009b44, 0x00000015 }, 92114779705SSam Leffler { 0x00009b48, 0x00000018 }, 92214779705SSam Leffler { 0x00009b4c, 0x00000019 }, 92314779705SSam Leffler { 0x00009b50, 0x0000001a }, 92414779705SSam Leffler { 0x00009b54, 0x0000001b }, 92514779705SSam Leffler { 0x00009b58, 0x0000001c }, 92614779705SSam Leffler { 0x00009b5c, 0x0000001d }, 92714779705SSam Leffler { 0x00009b60, 0x00000020 }, 92814779705SSam Leffler { 0x00009b68, 0x00000022 }, 92914779705SSam Leffler { 0x00009b6c, 0x00000023 }, 93014779705SSam Leffler { 0x00009b70, 0x00000024 }, 93114779705SSam Leffler { 0x00009b74, 0x00000025 }, 93214779705SSam Leffler { 0x00009b78, 0x00000028 }, 93314779705SSam Leffler { 0x00009b7c, 0x00000029 }, 93414779705SSam Leffler { 0x00009b80, 0x0000002a }, 93514779705SSam Leffler { 0x00009b84, 0x0000002b }, 93614779705SSam Leffler { 0x00009b88, 0x0000002c }, 93714779705SSam Leffler { 0x00009b90, 0x00000030 }, 93814779705SSam Leffler { 0x00009b94, 0x00000031 }, 93914779705SSam Leffler { 0x00009b98, 0x00000032 }, 94014779705SSam Leffler { 0x00009ba0, 0x00000034 }, 94114779705SSam Leffler { 0x00009ba4, 0x00000035 }, 94214779705SSam Leffler { 0x00009ba8, 0x00000035 }, 94314779705SSam Leffler { 0x00009bac, 0x00000035 }, 94414779705SSam Leffler { 0x00009bb0, 0x00000035 }, 94514779705SSam Leffler { 0x00009bb4, 0x00000035 }, 94614779705SSam Leffler { 0x00009bb8, 0x00000035 }, 94714779705SSam Leffler { 0x00009bbc, 0x00000035 }, 94814779705SSam Leffler { 0x00009bc0, 0x00000035 }, 94914779705SSam Leffler { 0x00009bc4, 0x00000035 }, 95014779705SSam Leffler { 0x00009bc8, 0x00000035 }, 95114779705SSam Leffler { 0x00009bcc, 0x00000035 }, 95214779705SSam Leffler { 0x00009bd0, 0x00000035 }, 95314779705SSam Leffler { 0x00009bd4, 0x00000035 }, 95414779705SSam Leffler { 0x00009bd8, 0x00000035 }, 95514779705SSam Leffler { 0x00009bdc, 0x00000035 }, 95614779705SSam Leffler { 0x00009be0, 0x00000035 }, 95714779705SSam Leffler { 0x00009be4, 0x00000035 }, 95814779705SSam Leffler { 0x00009be8, 0x00000035 }, 95914779705SSam Leffler { 0x00009bec, 0x00000035 }, 96014779705SSam Leffler { 0x00009bf0, 0x00000035 }, 96114779705SSam Leffler { 0x00009bf4, 0x00000035 }, 96214779705SSam Leffler { 0x00009bf8, 0x00000010 }, 96314779705SSam Leffler { 0x00009bfc, 0x0000001a }, 96414779705SSam Leffler}; 96514779705SSam Leffler#endif /* AH_5212_5413 */ 96614779705SSam Leffler 96714779705SSam Leffler#ifdef AH_5212_2425 96814779705SSam Lefflerstatic const uint32_t ar5212Common_2425[][2] = { 96914779705SSam Leffler { 0x00001230, 0x000003e0 }, 97014779705SSam Leffler { 0x00008060, 0x0000000f }, 97114779705SSam Leffler { 0x0000809c, 0x00000000 }, 97214779705SSam Leffler { 0x000080a0, 0x00000000 }, 97314779705SSam Leffler { 0x00008118, 0x00000000 }, 97414779705SSam Leffler { 0x0000811c, 0x00000000 }, 97514779705SSam Leffler { 0x00008120, 0x00000000 }, 97614779705SSam Leffler { 0x00008124, 0x00000000 }, 97714779705SSam Leffler { 0x00008128, 0x00000000 }, 97814779705SSam Leffler { 0x0000812c, 0x00000000 }, 97914779705SSam Leffler { 0x00008130, 0x00000000 }, 98014779705SSam Leffler { 0x00008134, 0x00000000 }, 98114779705SSam Leffler { 0x00008138, 0x00000000 }, 98214779705SSam Leffler { 0x0000813c, 0x00000000 }, 98314779705SSam Leffler { 0x00008140, 0x800003f9 }, 98414779705SSam Leffler { 0x00008144, 0x00000000 }, 98514779705SSam Leffler { 0x00009808, 0x00000000 }, 98614779705SSam Leffler { 0x0000982c, 0x0000a000 }, 98714779705SSam Leffler { 0x0000983c, 0x00200400 }, 98814779705SSam Leffler { 0x0000984c, 0x1284233c }, 98914779705SSam Leffler { 0x00009870, 0x0000001f }, 99014779705SSam Leffler { 0x00009874, 0x00000080 }, 99114779705SSam Leffler { 0x00009878, 0x0000000e }, 99214779705SSam Leffler { 0x00009958, 0x00081fff }, 99314779705SSam Leffler { 0x00009980, 0x00000000 }, 99414779705SSam Leffler { 0x00009984, 0x02800000 }, 99514779705SSam Leffler { 0x000099a0, 0x00000000 }, 99614779705SSam Leffler { 0x000099dc, 0xfebadbe8 }, 99714779705SSam Leffler { 0x000099e0, 0x00000000 }, 99814779705SSam Leffler { 0x000099e4, 0xaaaaaaaa }, 99914779705SSam Leffler { 0x000099e8, 0x3c466478 }, 100014779705SSam Leffler { 0x000099ec, 0x000000aa }, 100114779705SSam Leffler { 0x000099f0, 0x0000000c }, 100214779705SSam Leffler { 0x000099f4, 0x000000ff }, 100314779705SSam Leffler { 0x000099f8, 0x00000014 }, 100414779705SSam Leffler { 0x0000a228, 0x000009b5 }, 100514779705SSam Leffler { 0x0000a234, 0x20202020 }, 100614779705SSam Leffler { 0x0000a238, 0x20202020 }, 100714779705SSam Leffler { 0x0000a23c, 0x93c889af }, 100814779705SSam Leffler { 0x0000a24c, 0x00000001 }, 100914779705SSam Leffler { 0x0000a250, 0x0000a000 }, 101014779705SSam Leffler { 0x0000a254, 0x00000000 }, 101114779705SSam Leffler { 0x0000a258, 0x0cc75380 }, 101214779705SSam Leffler { 0x0000a25c, 0x0f0f0f01 }, 101314779705SSam Leffler { 0x0000a260, 0x5f690f01 }, 101414779705SSam Leffler { 0x0000a264, 0x00418a11 }, 101514779705SSam Leffler { 0x0000a268, 0x00000000 }, 101614779705SSam Leffler { 0x0000a26c, 0x0c30c166 }, 101714779705SSam Leffler { 0x0000a270, 0x00820820 }, 101814779705SSam Leffler { 0x0000a274, 0x081a3caa }, 101914779705SSam Leffler { 0x0000a278, 0x1ce739ce }, 102014779705SSam Leffler { 0x0000a27c, 0x051701ce }, 102114779705SSam Leffler { 0x0000a300, 0x16010000 }, 102214779705SSam Leffler { 0x0000a304, 0x2c032402 }, 102314779705SSam Leffler { 0x0000a308, 0x48433e42 }, 102414779705SSam Leffler { 0x0000a30c, 0x5a0f500b }, 102514779705SSam Leffler { 0x0000a310, 0x6c4b624a }, 102614779705SSam Leffler { 0x0000a314, 0x7e8b748a }, 102714779705SSam Leffler { 0x0000a318, 0x96cf8ccb }, 102814779705SSam Leffler { 0x0000a31c, 0xa34f9d0f }, 102914779705SSam Leffler { 0x0000a320, 0xa7cfa58f }, 103014779705SSam Leffler { 0x0000a348, 0x3fffffff }, 103114779705SSam Leffler { 0x0000a34c, 0x3fffffff }, 103214779705SSam Leffler { 0x0000a350, 0x3fffffff }, 103314779705SSam Leffler { 0x0000a354, 0x0003ffff }, 103414779705SSam Leffler { 0x0000a358, 0x79a8aa1f }, 103514779705SSam Leffler { 0x0000a35c, 0x066c420f }, 103614779705SSam Leffler { 0x0000a360, 0x0f282207 }, 103714779705SSam Leffler { 0x0000a364, 0x17601685 }, 103814779705SSam Leffler { 0x0000a368, 0x1f801104 }, 103914779705SSam Leffler { 0x0000a36c, 0x37a00c03 }, 104014779705SSam Leffler { 0x0000a370, 0x3fc40883 }, 104114779705SSam Leffler { 0x0000a374, 0x57c00803 }, 104214779705SSam Leffler { 0x0000a378, 0x5fd80682 }, 104314779705SSam Leffler { 0x0000a37c, 0x7fe00482 }, 104414779705SSam Leffler { 0x0000a380, 0x7f3c7bba }, 104514779705SSam Leffler { 0x0000a384, 0xf3307ff0 }, 104614779705SSam Leffler}; 104714779705SSam Leffler#endif /* AH_5212_2425 */ 104814779705SSam Leffler 104914779705SSam Leffler#ifdef AH_5212_5111 105014779705SSam Lefflerstatic const uint32_t ar5212Bank0_5111[][6] = { 105114779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 105214779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 105314779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 105414779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 105514779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 105614779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 105714779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 105814779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 105914779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 106014779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 106114779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 106214779705SSam Leffler { 0x0000989c, 0x00380000, 0x00380000, 0x00380000, 0x00380000, 0x00380000 }, 106314779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 106414779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 106514779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x000000c0, 0x00000080, 0x00000080 }, 106614779705SSam Leffler { 0x0000989c, 0x000400f9, 0x000400f9, 0x000400ff, 0x000400fd, 0x000400fd }, 106714779705SSam Leffler { 0x000098d4, 0x00000000, 0x00000000, 0x00000004, 0x00000004, 0x00000004 }, 106814779705SSam Leffler}; 106914779705SSam Leffler 107014779705SSam Lefflerstatic const uint32_t ar5212BB_RfGain_5111[][3] = { 107114779705SSam Leffler { 0x00009a00, 0x000001a9, 0x00000000 }, 107214779705SSam Leffler { 0x00009a04, 0x000001e9, 0x00000040 }, 107314779705SSam Leffler { 0x00009a08, 0x00000029, 0x00000080 }, 107414779705SSam Leffler { 0x00009a0c, 0x00000069, 0x00000150 }, 107514779705SSam Leffler { 0x00009a10, 0x00000199, 0x00000190 }, 107614779705SSam Leffler { 0x00009a14, 0x000001d9, 0x000001d0 }, 107714779705SSam Leffler { 0x00009a18, 0x00000019, 0x00000010 }, 107814779705SSam Leffler { 0x00009a1c, 0x00000059, 0x00000044 }, 107914779705SSam Leffler { 0x00009a20, 0x00000099, 0x00000084 }, 108014779705SSam Leffler { 0x00009a24, 0x000001a5, 0x00000148 }, 108114779705SSam Leffler { 0x00009a28, 0x000001e5, 0x00000188 }, 108214779705SSam Leffler { 0x00009a2c, 0x00000025, 0x000001c8 }, 108314779705SSam Leffler { 0x00009a30, 0x000001c8, 0x00000014 }, 108414779705SSam Leffler { 0x00009a34, 0x00000008, 0x00000042 }, 108514779705SSam Leffler { 0x00009a38, 0x00000048, 0x00000082 }, 108614779705SSam Leffler { 0x00009a3c, 0x00000088, 0x00000178 }, 108714779705SSam Leffler { 0x00009a40, 0x00000198, 0x000001b8 }, 108814779705SSam Leffler { 0x00009a44, 0x000001d8, 0x000001f8 }, 108914779705SSam Leffler { 0x00009a48, 0x00000018, 0x00000012 }, 109014779705SSam Leffler { 0x00009a4c, 0x00000058, 0x00000052 }, 109114779705SSam Leffler { 0x00009a50, 0x00000098, 0x00000092 }, 109214779705SSam Leffler { 0x00009a54, 0x000001a4, 0x0000017c }, 109314779705SSam Leffler { 0x00009a58, 0x000001e4, 0x000001bc }, 109414779705SSam Leffler { 0x00009a5c, 0x00000024, 0x000001fc }, 109514779705SSam Leffler { 0x00009a60, 0x00000064, 0x0000000a }, 109614779705SSam Leffler { 0x00009a64, 0x000000a4, 0x0000004a }, 109714779705SSam Leffler { 0x00009a68, 0x000000e4, 0x0000008a }, 109814779705SSam Leffler { 0x00009a6c, 0x0000010a, 0x0000015a }, 109914779705SSam Leffler { 0x00009a70, 0x0000014a, 0x0000019a }, 110014779705SSam Leffler { 0x00009a74, 0x0000018a, 0x000001da }, 110114779705SSam Leffler { 0x00009a78, 0x000001ca, 0x0000000e }, 110214779705SSam Leffler { 0x00009a7c, 0x0000000a, 0x0000004e }, 110314779705SSam Leffler { 0x00009a80, 0x0000004a, 0x0000008e }, 110414779705SSam Leffler { 0x00009a84, 0x0000008a, 0x0000015e }, 110514779705SSam Leffler { 0x00009a88, 0x000001ba, 0x0000019e }, 110614779705SSam Leffler { 0x00009a8c, 0x000001fa, 0x000001de }, 110714779705SSam Leffler { 0x00009a90, 0x0000003a, 0x00000009 }, 110814779705SSam Leffler { 0x00009a94, 0x0000007a, 0x00000049 }, 110914779705SSam Leffler { 0x00009a98, 0x00000186, 0x00000089 }, 111014779705SSam Leffler { 0x00009a9c, 0x000001c6, 0x00000179 }, 111114779705SSam Leffler { 0x00009aa0, 0x00000006, 0x000001b9 }, 111214779705SSam Leffler { 0x00009aa4, 0x00000046, 0x000001f9 }, 111314779705SSam Leffler { 0x00009aa8, 0x00000086, 0x00000039 }, 111414779705SSam Leffler { 0x00009aac, 0x000000c6, 0x00000079 }, 111514779705SSam Leffler { 0x00009ab0, 0x000000c6, 0x000000b9 }, 111614779705SSam Leffler { 0x00009ab4, 0x000000c6, 0x000001bd }, 111714779705SSam Leffler { 0x00009ab8, 0x000000c6, 0x000001fd }, 111814779705SSam Leffler { 0x00009abc, 0x000000c6, 0x0000003d }, 111914779705SSam Leffler { 0x00009ac0, 0x000000c6, 0x0000007d }, 112014779705SSam Leffler { 0x00009ac4, 0x000000c6, 0x000000bd }, 112114779705SSam Leffler { 0x00009ac8, 0x000000c6, 0x000000fd }, 112214779705SSam Leffler { 0x00009acc, 0x000000c6, 0x000000fd }, 112314779705SSam Leffler { 0x00009ad0, 0x000000c6, 0x000000fd }, 112414779705SSam Leffler { 0x00009ad4, 0x000000c6, 0x000000fd }, 112514779705SSam Leffler { 0x00009ad8, 0x000000c6, 0x000000fd }, 112614779705SSam Leffler { 0x00009adc, 0x000000c6, 0x000000fd }, 112714779705SSam Leffler { 0x00009ae0, 0x000000c6, 0x000000fd }, 112814779705SSam Leffler { 0x00009ae4, 0x000000c6, 0x000000fd }, 112914779705SSam Leffler { 0x00009ae8, 0x000000c6, 0x000000fd }, 113014779705SSam Leffler { 0x00009aec, 0x000000c6, 0x000000fd }, 113114779705SSam Leffler { 0x00009af0, 0x000000c6, 0x000000fd }, 113214779705SSam Leffler { 0x00009af4, 0x000000c6, 0x000000fd }, 113314779705SSam Leffler { 0x00009af8, 0x000000c6, 0x000000fd }, 113414779705SSam Leffler { 0x00009afc, 0x000000c6, 0x000000fd }, 113514779705SSam Leffler}; 113614779705SSam Leffler#endif /* AH_5212_5111 */ 113714779705SSam Leffler 113814779705SSam Leffler#ifdef AH_5212_5112 113914779705SSam Lefflerstatic const uint32_t ar5212BB_RfGain_5112[][3] = { 114014779705SSam Leffler { 0x00009a00, 0x00000007, 0x00000007 }, 114114779705SSam Leffler { 0x00009a04, 0x00000047, 0x00000047 }, 114214779705SSam Leffler { 0x00009a08, 0x00000087, 0x00000087 }, 114314779705SSam Leffler { 0x00009a0c, 0x000001a0, 0x000001a0 }, 114414779705SSam Leffler { 0x00009a10, 0x000001e0, 0x000001e0 }, 114514779705SSam Leffler { 0x00009a14, 0x00000020, 0x00000020 }, 114614779705SSam Leffler { 0x00009a18, 0x00000060, 0x00000060 }, 114714779705SSam Leffler { 0x00009a1c, 0x000001a1, 0x000001a1 }, 114814779705SSam Leffler { 0x00009a20, 0x000001e1, 0x000001e1 }, 114914779705SSam Leffler { 0x00009a24, 0x00000021, 0x00000021 }, 115014779705SSam Leffler { 0x00009a28, 0x00000061, 0x00000061 }, 115114779705SSam Leffler { 0x00009a2c, 0x00000162, 0x00000162 }, 115214779705SSam Leffler { 0x00009a30, 0x000001a2, 0x000001a2 }, 115314779705SSam Leffler { 0x00009a34, 0x000001e2, 0x000001e2 }, 115414779705SSam Leffler { 0x00009a38, 0x00000022, 0x00000022 }, 115514779705SSam Leffler { 0x00009a3c, 0x00000062, 0x00000062 }, 115614779705SSam Leffler { 0x00009a40, 0x00000163, 0x00000163 }, 115714779705SSam Leffler { 0x00009a44, 0x000001a3, 0x000001a3 }, 115814779705SSam Leffler { 0x00009a48, 0x000001e3, 0x000001e3 }, 115914779705SSam Leffler { 0x00009a4c, 0x00000023, 0x00000023 }, 116014779705SSam Leffler { 0x00009a50, 0x00000063, 0x00000063 }, 116114779705SSam Leffler { 0x00009a54, 0x00000184, 0x00000184 }, 116214779705SSam Leffler { 0x00009a58, 0x000001c4, 0x000001c4 }, 116314779705SSam Leffler { 0x00009a5c, 0x00000004, 0x00000004 }, 116414779705SSam Leffler { 0x00009a60, 0x000001ea, 0x0000000b }, 116514779705SSam Leffler { 0x00009a64, 0x0000002a, 0x0000004b }, 116614779705SSam Leffler { 0x00009a68, 0x0000006a, 0x0000008b }, 116714779705SSam Leffler { 0x00009a6c, 0x000000aa, 0x000001ac }, 116814779705SSam Leffler { 0x00009a70, 0x000001ab, 0x000001ec }, 116914779705SSam Leffler { 0x00009a74, 0x000001eb, 0x0000002c }, 117014779705SSam Leffler { 0x00009a78, 0x0000002b, 0x00000012 }, 117114779705SSam Leffler { 0x00009a7c, 0x0000006b, 0x00000052 }, 117214779705SSam Leffler { 0x00009a80, 0x000000ab, 0x00000092 }, 117314779705SSam Leffler { 0x00009a84, 0x000001ac, 0x00000193 }, 117414779705SSam Leffler { 0x00009a88, 0x000001ec, 0x000001d3 }, 117514779705SSam Leffler { 0x00009a8c, 0x0000002c, 0x00000013 }, 117614779705SSam Leffler { 0x00009a90, 0x0000003a, 0x00000053 }, 117714779705SSam Leffler { 0x00009a94, 0x0000007a, 0x00000093 }, 117814779705SSam Leffler { 0x00009a98, 0x000000ba, 0x00000194 }, 117914779705SSam Leffler { 0x00009a9c, 0x000001bb, 0x000001d4 }, 118014779705SSam Leffler { 0x00009aa0, 0x000001fb, 0x00000014 }, 118114779705SSam Leffler { 0x00009aa4, 0x0000003b, 0x0000003a }, 118214779705SSam Leffler { 0x00009aa8, 0x0000007b, 0x0000007a }, 118314779705SSam Leffler { 0x00009aac, 0x000000bb, 0x000000ba }, 118414779705SSam Leffler { 0x00009ab0, 0x000001bc, 0x000001bb }, 118514779705SSam Leffler { 0x00009ab4, 0x000001fc, 0x000001fb }, 118614779705SSam Leffler { 0x00009ab8, 0x0000003c, 0x0000003b }, 118714779705SSam Leffler { 0x00009abc, 0x0000007c, 0x0000007b }, 118814779705SSam Leffler { 0x00009ac0, 0x000000bc, 0x000000bb }, 118914779705SSam Leffler { 0x00009ac4, 0x000000fc, 0x000001bc }, 119014779705SSam Leffler { 0x00009ac8, 0x000000fc, 0x000001fc }, 119114779705SSam Leffler { 0x00009acc, 0x000000fc, 0x0000003c }, 119214779705SSam Leffler { 0x00009ad0, 0x000000fc, 0x0000007c }, 119314779705SSam Leffler { 0x00009ad4, 0x000000fc, 0x000000bc }, 119414779705SSam Leffler { 0x00009ad8, 0x000000fc, 0x000000fc }, 119514779705SSam Leffler { 0x00009adc, 0x000000fc, 0x000000fc }, 119614779705SSam Leffler { 0x00009ae0, 0x000000fc, 0x000000fc }, 119714779705SSam Leffler { 0x00009ae4, 0x000000fc, 0x000000fc }, 119814779705SSam Leffler { 0x00009ae8, 0x000000fc, 0x000000fc }, 119914779705SSam Leffler { 0x00009aec, 0x000000fc, 0x000000fc }, 120014779705SSam Leffler { 0x00009af0, 0x000000fc, 0x000000fc }, 120114779705SSam Leffler { 0x00009af4, 0x000000fc, 0x000000fc }, 120214779705SSam Leffler { 0x00009af8, 0x000000fc, 0x000000fc }, 120314779705SSam Leffler { 0x00009afc, 0x000000fc, 0x000000fc }, 120414779705SSam Leffler}; 120514779705SSam Leffler#endif /* AH_5212_5112 */ 120614779705SSam Leffler 120714779705SSam Leffler#ifdef AH_5212_2413 120814779705SSam Lefflerstatic const uint32_t ar5212BB_RfGain_2413[][3] = { 120914779705SSam Leffler { 0x00009a00, 0x00000000, 0x00000000 }, 121014779705SSam Leffler { 0x00009a04, 0x00000000, 0x00000040 }, 121114779705SSam Leffler { 0x00009a08, 0x00000000, 0x00000080 }, 121214779705SSam Leffler { 0x00009a0c, 0x00000000, 0x00000181 }, 121314779705SSam Leffler { 0x00009a10, 0x00000000, 0x000001c1 }, 121414779705SSam Leffler { 0x00009a14, 0x00000000, 0x00000001 }, 121514779705SSam Leffler { 0x00009a18, 0x00000000, 0x00000041 }, 121614779705SSam Leffler { 0x00009a1c, 0x00000000, 0x00000081 }, 121714779705SSam Leffler { 0x00009a20, 0x00000000, 0x00000168 }, 121814779705SSam Leffler { 0x00009a24, 0x00000000, 0x000001a8 }, 121914779705SSam Leffler { 0x00009a28, 0x00000000, 0x000001e8 }, 122014779705SSam Leffler { 0x00009a2c, 0x00000000, 0x00000028 }, 122114779705SSam Leffler { 0x00009a30, 0x00000000, 0x00000068 }, 122214779705SSam Leffler { 0x00009a34, 0x00000000, 0x00000189 }, 122314779705SSam Leffler { 0x00009a38, 0x00000000, 0x000001c9 }, 122414779705SSam Leffler { 0x00009a3c, 0x00000000, 0x00000009 }, 122514779705SSam Leffler { 0x00009a40, 0x00000000, 0x00000049 }, 122614779705SSam Leffler { 0x00009a44, 0x00000000, 0x00000089 }, 122714779705SSam Leffler { 0x00009a48, 0x00000000, 0x00000190 }, 122814779705SSam Leffler { 0x00009a4c, 0x00000000, 0x000001d0 }, 122914779705SSam Leffler { 0x00009a50, 0x00000000, 0x00000010 }, 123014779705SSam Leffler { 0x00009a54, 0x00000000, 0x00000050 }, 123114779705SSam Leffler { 0x00009a58, 0x00000000, 0x00000090 }, 123214779705SSam Leffler { 0x00009a5c, 0x00000000, 0x00000191 }, 123314779705SSam Leffler { 0x00009a60, 0x00000000, 0x000001d1 }, 123414779705SSam Leffler { 0x00009a64, 0x00000000, 0x00000011 }, 123514779705SSam Leffler { 0x00009a68, 0x00000000, 0x00000051 }, 123614779705SSam Leffler { 0x00009a6c, 0x00000000, 0x00000091 }, 123714779705SSam Leffler { 0x00009a70, 0x00000000, 0x00000178 }, 123814779705SSam Leffler { 0x00009a74, 0x00000000, 0x000001b8 }, 123914779705SSam Leffler { 0x00009a78, 0x00000000, 0x000001f8 }, 124014779705SSam Leffler { 0x00009a7c, 0x00000000, 0x00000038 }, 124114779705SSam Leffler { 0x00009a80, 0x00000000, 0x00000078 }, 124214779705SSam Leffler { 0x00009a84, 0x00000000, 0x00000199 }, 124314779705SSam Leffler { 0x00009a88, 0x00000000, 0x000001d9 }, 124414779705SSam Leffler { 0x00009a8c, 0x00000000, 0x00000019 }, 124514779705SSam Leffler { 0x00009a90, 0x00000000, 0x00000059 }, 124614779705SSam Leffler { 0x00009a94, 0x00000000, 0x00000099 }, 124714779705SSam Leffler { 0x00009a98, 0x00000000, 0x000000d9 }, 124814779705SSam Leffler { 0x00009a9c, 0x00000000, 0x000000f9 }, 124914779705SSam Leffler { 0x00009aa0, 0x00000000, 0x000000f9 }, 125014779705SSam Leffler { 0x00009aa4, 0x00000000, 0x000000f9 }, 125114779705SSam Leffler { 0x00009aa8, 0x00000000, 0x000000f9 }, 125214779705SSam Leffler { 0x00009aac, 0x00000000, 0x000000f9 }, 125314779705SSam Leffler { 0x00009ab0, 0x00000000, 0x000000f9 }, 125414779705SSam Leffler { 0x00009ab4, 0x00000000, 0x000000f9 }, 125514779705SSam Leffler { 0x00009ab8, 0x00000000, 0x000000f9 }, 125614779705SSam Leffler { 0x00009abc, 0x00000000, 0x000000f9 }, 125714779705SSam Leffler { 0x00009ac0, 0x00000000, 0x000000f9 }, 125814779705SSam Leffler { 0x00009ac4, 0x00000000, 0x000000f9 }, 125914779705SSam Leffler { 0x00009ac8, 0x00000000, 0x000000f9 }, 126014779705SSam Leffler { 0x00009acc, 0x00000000, 0x000000f9 }, 126114779705SSam Leffler { 0x00009ad0, 0x00000000, 0x000000f9 }, 126214779705SSam Leffler { 0x00009ad4, 0x00000000, 0x000000f9 }, 126314779705SSam Leffler { 0x00009ad8, 0x00000000, 0x000000f9 }, 126414779705SSam Leffler { 0x00009adc, 0x00000000, 0x000000f9 }, 126514779705SSam Leffler { 0x00009ae0, 0x00000000, 0x000000f9 }, 126614779705SSam Leffler { 0x00009ae4, 0x00000000, 0x000000f9 }, 126714779705SSam Leffler { 0x00009ae8, 0x00000000, 0x000000f9 }, 126814779705SSam Leffler { 0x00009aec, 0x00000000, 0x000000f9 }, 126914779705SSam Leffler { 0x00009af0, 0x00000000, 0x000000f9 }, 127014779705SSam Leffler { 0x00009af4, 0x00000000, 0x000000f9 }, 127114779705SSam Leffler { 0x00009af8, 0x00000000, 0x000000f9 }, 127214779705SSam Leffler { 0x00009afc, 0x00000000, 0x000000f9 }, 127314779705SSam Leffler}; 127414779705SSam Leffler#endif /* AH_5212_2413 */ 127514779705SSam Leffler 127614779705SSam Leffler#ifdef AH_5212_2316 127714779705SSam Lefflerstatic const uint32_t ar5212BB_RfGain_2316[][3] = { 127814779705SSam Leffler { 0x00009a00, 0x00000000, 0x00000000 }, 127914779705SSam Leffler { 0x00009a04, 0x00000000, 0x00000040 }, 128014779705SSam Leffler { 0x00009a08, 0x00000000, 0x00000080 }, 128114779705SSam Leffler { 0x00009a0c, 0x00000000, 0x00000161 }, 128214779705SSam Leffler { 0x00009a10, 0x00000000, 0x000001a1 }, 128314779705SSam Leffler { 0x00009a14, 0x00000000, 0x000001e1 }, 128414779705SSam Leffler { 0x00009a18, 0x00000000, 0x00000021 }, 128514779705SSam Leffler { 0x00009a1c, 0x00000000, 0x00000061 }, 128614779705SSam Leffler { 0x00009a20, 0x00000000, 0x000000a1 }, 128714779705SSam Leffler { 0x00009a24, 0x00000000, 0x00000168 }, 128814779705SSam Leffler { 0x00009a28, 0x00000000, 0x000001a8 }, 128914779705SSam Leffler { 0x00009a2c, 0x00000000, 0x000001e8 }, 129014779705SSam Leffler { 0x00009a30, 0x00000000, 0x00000028 }, 129114779705SSam Leffler { 0x00009a34, 0x00000000, 0x00000068 }, 129214779705SSam Leffler { 0x00009a38, 0x00000000, 0x000000a8 }, 129314779705SSam Leffler { 0x00009a3c, 0x00000000, 0x00000189 }, 129414779705SSam Leffler { 0x00009a40, 0x00000000, 0x000001c9 }, 129514779705SSam Leffler { 0x00009a44, 0x00000000, 0x00000009 }, 129614779705SSam Leffler { 0x00009a48, 0x00000000, 0x00000049 }, 129714779705SSam Leffler { 0x00009a4c, 0x00000000, 0x00000089 }, 129814779705SSam Leffler { 0x00009a50, 0x00000000, 0x000001b0 }, 129914779705SSam Leffler { 0x00009a54, 0x00000000, 0x000001f0 }, 130014779705SSam Leffler { 0x00009a58, 0x00000000, 0x00000030 }, 130114779705SSam Leffler { 0x00009a5c, 0x00000000, 0x00000070 }, 130214779705SSam Leffler { 0x00009a60, 0x00000000, 0x000000b0 }, 130314779705SSam Leffler { 0x00009a64, 0x00000000, 0x000001b1 }, 130414779705SSam Leffler { 0x00009a68, 0x00000000, 0x000001f1 }, 130514779705SSam Leffler { 0x00009a6c, 0x00000000, 0x00000031 }, 130614779705SSam Leffler { 0x00009a70, 0x00000000, 0x00000071 }, 130714779705SSam Leffler { 0x00009a74, 0x00000000, 0x00000198 }, 130814779705SSam Leffler { 0x00009a78, 0x00000000, 0x000001d8 }, 130914779705SSam Leffler { 0x00009a7c, 0x00000000, 0x00000018 }, 131014779705SSam Leffler { 0x00009a80, 0x00000000, 0x00000058 }, 131114779705SSam Leffler { 0x00009a84, 0x00000000, 0x00000098 }, 131214779705SSam Leffler { 0x00009a88, 0x00000000, 0x00000199 }, 131314779705SSam Leffler { 0x00009a8c, 0x00000000, 0x000001d9 }, 131414779705SSam Leffler { 0x00009a90, 0x00000000, 0x00000019 }, 131514779705SSam Leffler { 0x00009a94, 0x00000000, 0x00000059 }, 131614779705SSam Leffler { 0x00009a98, 0x00000000, 0x00000099 }, 131714779705SSam Leffler { 0x00009a9c, 0x00000000, 0x000000d9 }, 131814779705SSam Leffler { 0x00009aa0, 0x00000000, 0x000000f9 }, 131914779705SSam Leffler { 0x00009aa4, 0x00000000, 0x000000f9 }, 132014779705SSam Leffler { 0x00009aa8, 0x00000000, 0x000000f9 }, 132114779705SSam Leffler { 0x00009aac, 0x00000000, 0x000000f9 }, 132214779705SSam Leffler { 0x00009ab0, 0x00000000, 0x000000f9 }, 132314779705SSam Leffler { 0x00009ab4, 0x00000000, 0x000000f9 }, 132414779705SSam Leffler { 0x00009ab8, 0x00000000, 0x000000f9 }, 132514779705SSam Leffler { 0x00009abc, 0x00000000, 0x000000f9 }, 132614779705SSam Leffler { 0x00009ac0, 0x00000000, 0x000000f9 }, 132714779705SSam Leffler { 0x00009ac4, 0x00000000, 0x000000f9 }, 132814779705SSam Leffler { 0x00009ac8, 0x00000000, 0x000000f9 }, 132914779705SSam Leffler { 0x00009acc, 0x00000000, 0x000000f9 }, 133014779705SSam Leffler { 0x00009ad0, 0x00000000, 0x000000f9 }, 133114779705SSam Leffler { 0x00009ad4, 0x00000000, 0x000000f9 }, 133214779705SSam Leffler { 0x00009ad8, 0x00000000, 0x000000f9 }, 133314779705SSam Leffler { 0x00009adc, 0x00000000, 0x000000f9 }, 133414779705SSam Leffler { 0x00009ae0, 0x00000000, 0x000000f9 }, 133514779705SSam Leffler { 0x00009ae4, 0x00000000, 0x000000f9 }, 133614779705SSam Leffler { 0x00009ae8, 0x00000000, 0x000000f9 }, 133714779705SSam Leffler { 0x00009aec, 0x00000000, 0x000000f9 }, 133814779705SSam Leffler { 0x00009af0, 0x00000000, 0x000000f9 }, 133914779705SSam Leffler { 0x00009af4, 0x00000000, 0x000000f9 }, 134014779705SSam Leffler { 0x00009af8, 0x00000000, 0x000000f9 }, 134114779705SSam Leffler { 0x00009afc, 0x00000000, 0x000000f9 }, 134214779705SSam Leffler}; 134314779705SSam Leffler#endif 134414779705SSam Leffler 134514779705SSam Leffler#ifdef AH_5212_5413 134614779705SSam Lefflerstatic const uint32_t ar5212BB_RfGain_5413[][3] = { 134714779705SSam Leffler { 0x00009a00, 0x00000000, 0x00000000 }, 134814779705SSam Leffler { 0x00009a04, 0x00000040, 0x00000040 }, 134914779705SSam Leffler { 0x00009a08, 0x00000080, 0x00000080 }, 135014779705SSam Leffler { 0x00009a0c, 0x000001a1, 0x00000161 }, 135114779705SSam Leffler { 0x00009a10, 0x000001e1, 0x000001a1 }, 135214779705SSam Leffler { 0x00009a14, 0x00000021, 0x000001e1 }, 135314779705SSam Leffler { 0x00009a18, 0x00000061, 0x00000021 }, 135414779705SSam Leffler { 0x00009a1c, 0x00000188, 0x00000061 }, 135514779705SSam Leffler { 0x00009a20, 0x000001c8, 0x00000188 }, 135614779705SSam Leffler { 0x00009a24, 0x00000008, 0x000001c8 }, 135714779705SSam Leffler { 0x00009a28, 0x00000048, 0x00000008 }, 135814779705SSam Leffler { 0x00009a2c, 0x00000088, 0x00000048 }, 135914779705SSam Leffler { 0x00009a30, 0x000001a9, 0x00000088 }, 136014779705SSam Leffler { 0x00009a34, 0x000001e9, 0x00000169 }, 136114779705SSam Leffler { 0x00009a38, 0x00000029, 0x000001a9 }, 136214779705SSam Leffler { 0x00009a3c, 0x00000069, 0x000001e9 }, 136314779705SSam Leffler { 0x00009a40, 0x000001d0, 0x00000029 }, 136414779705SSam Leffler { 0x00009a44, 0x00000010, 0x00000069 }, 136514779705SSam Leffler { 0x00009a48, 0x00000050, 0x00000190 }, 136614779705SSam Leffler { 0x00009a4c, 0x00000090, 0x000001d0 }, 136714779705SSam Leffler { 0x00009a50, 0x000001b1, 0x00000010 }, 136814779705SSam Leffler { 0x00009a54, 0x000001f1, 0x00000050 }, 136914779705SSam Leffler { 0x00009a58, 0x00000031, 0x00000090 }, 137014779705SSam Leffler { 0x00009a5c, 0x00000071, 0x00000171 }, 137114779705SSam Leffler { 0x00009a60, 0x000001b8, 0x000001b1 }, 137214779705SSam Leffler { 0x00009a64, 0x000001f8, 0x000001f1 }, 137314779705SSam Leffler { 0x00009a68, 0x00000038, 0x00000031 }, 137414779705SSam Leffler { 0x00009a6c, 0x00000078, 0x00000071 }, 137514779705SSam Leffler { 0x00009a70, 0x00000199, 0x00000198 }, 137614779705SSam Leffler { 0x00009a74, 0x000001d9, 0x000001d8 }, 137714779705SSam Leffler { 0x00009a78, 0x00000019, 0x00000018 }, 137814779705SSam Leffler { 0x00009a7c, 0x00000059, 0x00000058 }, 137914779705SSam Leffler { 0x00009a80, 0x00000099, 0x00000098 }, 138014779705SSam Leffler { 0x00009a84, 0x000000d9, 0x00000179 }, 138114779705SSam Leffler { 0x00009a88, 0x000000f9, 0x000001b9 }, 138214779705SSam Leffler { 0x00009a8c, 0x000000f9, 0x000001f9 }, 138314779705SSam Leffler { 0x00009a90, 0x000000f9, 0x00000039 }, 138414779705SSam Leffler { 0x00009a94, 0x000000f9, 0x00000079 }, 138514779705SSam Leffler { 0x00009a98, 0x000000f9, 0x000000b9 }, 138614779705SSam Leffler { 0x00009a9c, 0x000000f9, 0x000000f9 }, 138714779705SSam Leffler { 0x00009aa0, 0x000000f9, 0x000000f9 }, 138814779705SSam Leffler { 0x00009aa4, 0x000000f9, 0x000000f9 }, 138914779705SSam Leffler { 0x00009aa8, 0x000000f9, 0x000000f9 }, 139014779705SSam Leffler { 0x00009aac, 0x000000f9, 0x000000f9 }, 139114779705SSam Leffler { 0x00009ab0, 0x000000f9, 0x000000f9 }, 139214779705SSam Leffler { 0x00009ab4, 0x000000f9, 0x000000f9 }, 139314779705SSam Leffler { 0x00009ab8, 0x000000f9, 0x000000f9 }, 139414779705SSam Leffler { 0x00009abc, 0x000000f9, 0x000000f9 }, 139514779705SSam Leffler { 0x00009ac0, 0x000000f9, 0x000000f9 }, 139614779705SSam Leffler { 0x00009ac4, 0x000000f9, 0x000000f9 }, 139714779705SSam Leffler { 0x00009ac8, 0x000000f9, 0x000000f9 }, 139814779705SSam Leffler { 0x00009acc, 0x000000f9, 0x000000f9 }, 139914779705SSam Leffler { 0x00009ad0, 0x000000f9, 0x000000f9 }, 140014779705SSam Leffler { 0x00009ad4, 0x000000f9, 0x000000f9 }, 140114779705SSam Leffler { 0x00009ad8, 0x000000f9, 0x000000f9 }, 140214779705SSam Leffler { 0x00009adc, 0x000000f9, 0x000000f9 }, 140314779705SSam Leffler { 0x00009ae0, 0x000000f9, 0x000000f9 }, 140414779705SSam Leffler { 0x00009ae4, 0x000000f9, 0x000000f9 }, 140514779705SSam Leffler { 0x00009ae8, 0x000000f9, 0x000000f9 }, 140614779705SSam Leffler { 0x00009aec, 0x000000f9, 0x000000f9 }, 140714779705SSam Leffler { 0x00009af0, 0x000000f9, 0x000000f9 }, 140814779705SSam Leffler { 0x00009af4, 0x000000f9, 0x000000f9 }, 140914779705SSam Leffler { 0x00009af8, 0x000000f9, 0x000000f9 }, 141014779705SSam Leffler { 0x00009afc, 0x000000f9, 0x000000f9 }, 141114779705SSam Leffler}; 141214779705SSam Leffler#endif /* AH_5212_5413 */ 141314779705SSam Leffler 141414779705SSam Leffler#ifdef AH_5212_2425 141514779705SSam Lefflerstatic const uint32_t ar5212BB_RfGain_2425[][3] = { 141614779705SSam Leffler { 0x00009a00, 0x00000000, 0x00000000 }, 141714779705SSam Leffler { 0x00009a04, 0x00000000, 0x00000040 }, 141814779705SSam Leffler { 0x00009a08, 0x00000000, 0x00000080 }, 141914779705SSam Leffler { 0x00009a0c, 0x00000000, 0x00000181 }, 142014779705SSam Leffler { 0x00009a10, 0x00000000, 0x000001c1 }, 142114779705SSam Leffler { 0x00009a14, 0x00000000, 0x00000001 }, 142214779705SSam Leffler { 0x00009a18, 0x00000000, 0x00000041 }, 142314779705SSam Leffler { 0x00009a1c, 0x00000000, 0x00000081 }, 142414779705SSam Leffler { 0x00009a20, 0x00000000, 0x00000188 }, 142514779705SSam Leffler { 0x00009a24, 0x00000000, 0x000001c8 }, 142614779705SSam Leffler { 0x00009a28, 0x00000000, 0x00000008 }, 142714779705SSam Leffler { 0x00009a2c, 0x00000000, 0x00000048 }, 142814779705SSam Leffler { 0x00009a30, 0x00000000, 0x00000088 }, 142914779705SSam Leffler { 0x00009a34, 0x00000000, 0x00000189 }, 143014779705SSam Leffler { 0x00009a38, 0x00000000, 0x000001c9 }, 143114779705SSam Leffler { 0x00009a3c, 0x00000000, 0x00000009 }, 143214779705SSam Leffler { 0x00009a40, 0x00000000, 0x00000049 }, 143314779705SSam Leffler { 0x00009a44, 0x00000000, 0x00000089 }, 143414779705SSam Leffler { 0x00009a48, 0x00000000, 0x000001b0 }, 143514779705SSam Leffler { 0x00009a4c, 0x00000000, 0x000001f0 }, 143614779705SSam Leffler { 0x00009a50, 0x00000000, 0x00000030 }, 143714779705SSam Leffler { 0x00009a54, 0x00000000, 0x00000070 }, 143814779705SSam Leffler { 0x00009a58, 0x00000000, 0x00000171 }, 143914779705SSam Leffler { 0x00009a5c, 0x00000000, 0x000001b1 }, 144014779705SSam Leffler { 0x00009a60, 0x00000000, 0x000001f1 }, 144114779705SSam Leffler { 0x00009a64, 0x00000000, 0x00000031 }, 144214779705SSam Leffler { 0x00009a68, 0x00000000, 0x00000071 }, 144314779705SSam Leffler { 0x00009a6c, 0x00000000, 0x000001b8 }, 144414779705SSam Leffler { 0x00009a70, 0x00000000, 0x000001f8 }, 144514779705SSam Leffler { 0x00009a74, 0x00000000, 0x00000038 }, 144614779705SSam Leffler { 0x00009a78, 0x00000000, 0x00000078 }, 144714779705SSam Leffler { 0x00009a7c, 0x00000000, 0x000000b8 }, 144814779705SSam Leffler { 0x00009a80, 0x00000000, 0x000001b9 }, 144914779705SSam Leffler { 0x00009a84, 0x00000000, 0x000001f9 }, 145014779705SSam Leffler { 0x00009a88, 0x00000000, 0x00000039 }, 145114779705SSam Leffler { 0x00009a8c, 0x00000000, 0x00000079 }, 145214779705SSam Leffler { 0x00009a90, 0x00000000, 0x000000b9 }, 145314779705SSam Leffler { 0x00009a94, 0x00000000, 0x000000f9 }, 145414779705SSam Leffler { 0x00009a98, 0x00000000, 0x000000f9 }, 145514779705SSam Leffler { 0x00009a9c, 0x00000000, 0x000000f9 }, 145614779705SSam Leffler { 0x00009aa0, 0x00000000, 0x000000f9 }, 145714779705SSam Leffler { 0x00009aa4, 0x00000000, 0x000000f9 }, 145814779705SSam Leffler { 0x00009aa8, 0x00000000, 0x000000f9 }, 145914779705SSam Leffler { 0x00009aac, 0x00000000, 0x000000f9 }, 146014779705SSam Leffler { 0x00009ab0, 0x00000000, 0x000000f9 }, 146114779705SSam Leffler { 0x00009ab4, 0x00000000, 0x000000f9 }, 146214779705SSam Leffler { 0x00009ab8, 0x00000000, 0x000000f9 }, 146314779705SSam Leffler { 0x00009abc, 0x00000000, 0x000000f9 }, 146414779705SSam Leffler { 0x00009ac0, 0x00000000, 0x000000f9 }, 146514779705SSam Leffler { 0x00009ac4, 0x00000000, 0x000000f9 }, 146614779705SSam Leffler { 0x00009ac8, 0x00000000, 0x000000f9 }, 146714779705SSam Leffler { 0x00009acc, 0x00000000, 0x000000f9 }, 146814779705SSam Leffler { 0x00009ad0, 0x00000000, 0x000000f9 }, 146914779705SSam Leffler { 0x00009ad4, 0x00000000, 0x000000f9 }, 147014779705SSam Leffler { 0x00009ad8, 0x00000000, 0x000000f9 }, 147114779705SSam Leffler { 0x00009adc, 0x00000000, 0x000000f9 }, 147214779705SSam Leffler { 0x00009ae0, 0x00000000, 0x000000f9 }, 147314779705SSam Leffler { 0x00009ae4, 0x00000000, 0x000000f9 }, 147414779705SSam Leffler { 0x00009ae8, 0x00000000, 0x000000f9 }, 147514779705SSam Leffler { 0x00009aec, 0x00000000, 0x000000f9 }, 147614779705SSam Leffler { 0x00009af0, 0x00000000, 0x000000f9 }, 147714779705SSam Leffler { 0x00009af4, 0x00000000, 0x000000f9 }, 147814779705SSam Leffler { 0x00009af8, 0x00000000, 0x000000f9 }, 147914779705SSam Leffler { 0x00009afc, 0x00000000, 0x000000f9 }, 148014779705SSam Leffler}; 148114779705SSam Leffler#endif /* AH_5212_2425 */ 148214779705SSam Leffler 148314779705SSam Leffler#ifdef AH_5212_5111 148414779705SSam Lefflerstatic const uint32_t ar5212Bank1_5111[][2] = { 148514779705SSam Leffler { 0x000098d4, 0x00000020 }, 148614779705SSam Leffler}; 148714779705SSam Leffler#endif /* AH_5212_5111 */ 148814779705SSam Leffler 148914779705SSam Leffler#ifdef AH_5212_5112 149014779705SSam Lefflerstatic const uint32_t ar5212Bank1_5112[][2] = { 149114779705SSam Leffler { 0x000098d4, 0x00000020 }, 149214779705SSam Leffler}; 149314779705SSam Leffler#endif /* AH_5212_5112 */ 149414779705SSam Leffler 149514779705SSam Leffler#ifdef AH_5212_2413 149614779705SSam Lefflerstatic const uint32_t ar5212Bank1_2413[][2] = { 149714779705SSam Leffler { 0x000098d4, 0x00000020 }, 149814779705SSam Leffler}; 149914779705SSam Leffler#endif /* AH_5212_2413 */ 150014779705SSam Leffler 150114779705SSam Leffler#ifdef AH_5212_2316 150214779705SSam Lefflerstatic const uint32_t ar5212Bank1_2316[][2] = { 150314779705SSam Leffler { 0x000098d4, 0x00000020 }, 150414779705SSam Leffler}; 150514779705SSam Leffler#endif 150614779705SSam Leffler 150714779705SSam Leffler#ifdef AH_5212_5413 150814779705SSam Lefflerstatic const uint32_t ar5212Bank1_5413[][2] = { 150914779705SSam Leffler { 0x000098d4, 0x00000020 }, 151014779705SSam Leffler}; 151114779705SSam Leffler#endif /* AH_5212_5413 */ 151214779705SSam Leffler 151314779705SSam Leffler#ifdef AH_5212_2425 151414779705SSam Lefflerstatic const uint32_t ar5212Bank1_2425[][2] = { 151514779705SSam Leffler { 0x000098d4, 0x00000020 }, 151614779705SSam Leffler}; 151714779705SSam Leffler#endif /* AH_5212_2425 */ 151814779705SSam Leffler 151914779705SSam Leffler#ifdef AH_5212_5111 152014779705SSam Lefflerstatic const uint32_t ar5212Bank2_5111[][6] = { 152114779705SSam Leffler { 0x000098d4, 0x00000010, 0x00000014, 0x00000010, 0x00000010, 0x00000014 }, 152214779705SSam Leffler}; 152314779705SSam Leffler#endif /* AH_5212_5111 */ 152414779705SSam Leffler 152514779705SSam Leffler#ifdef AH_5212_5112 152614779705SSam Lefflerstatic const uint32_t ar5212Bank2_5112[][6] = { 152714779705SSam Leffler { 0x000098d0, 0x03060408, 0x03070408, 0x03060408, 0x03060408, 0x03070408 }, 152814779705SSam Leffler}; 152914779705SSam Leffler#endif /* AH_5212_5112 */ 153014779705SSam Leffler 153114779705SSam Leffler#ifdef AH_5212_2413 153214779705SSam Lefflerstatic const uint32_t ar5212Bank2_2413[][6] = { 153314779705SSam Leffler { 0x000098d0, 0x02001408, 0x02011408, 0x02001408, 0x02001408, 0x02011408 }, 153414779705SSam Leffler}; 153514779705SSam Leffler#endif /* AH_5212_2413 */ 153614779705SSam Leffler 153714779705SSam Leffler#ifdef AH_5212_2316 153814779705SSam Lefflerstatic const uint32_t ar5212Bank2_2316[][6] = { 153914779705SSam Leffler { 0x000098d0, 0x02001408, 0x02011408, 0x02001408, 0x02001408, 0x02011408 }, 154014779705SSam Leffler}; 154114779705SSam Leffler#endif 154214779705SSam Leffler 154314779705SSam Leffler#ifdef AH_5212_5413 154414779705SSam Lefflerstatic const uint32_t ar5212Bank2_5413[][6] = { 154514779705SSam Leffler { 0x000098d0, 0x00000008, 0x00000008, 0x00000008, 0x00000008, 0x00000008 }, 154614779705SSam Leffler}; 154714779705SSam Leffler#endif /* AH_5212_5413 */ 154814779705SSam Leffler 154914779705SSam Leffler#ifdef AH_5212_2425 155014779705SSam Lefflerstatic const uint32_t ar5212Bank2_2425[][6] = { 155114779705SSam Leffler { 0x000098d0, 0x02001408, 0x02001408, 0x02001408, 0x02001408, 0x02001408 }, 155214779705SSam Leffler}; 155314779705SSam Leffler#endif /* AH_5212_2425 */ 155414779705SSam Leffler 155514779705SSam Leffler#ifdef AH_5212_5111 155614779705SSam Lefflerstatic const uint32_t ar5212Bank3_5111[][6] = { 155714779705SSam Leffler { 0x000098d8, 0x00601068, 0x00601068, 0x00601068, 0x00601068, 0x00601068 }, 155814779705SSam Leffler}; 155914779705SSam Leffler#endif /* AH_5212_5111 */ 156014779705SSam Leffler 156114779705SSam Leffler#ifdef AH_5212_5112 156214779705SSam Lefflerstatic const uint32_t ar5212Bank3_5112[][6] = { 156314779705SSam Leffler { 0x000098dc, 0x00a020c0, 0x00a020c0, 0x00e020c0, 0x00e020c0, 0x00e020c0 }, 156414779705SSam Leffler}; 156514779705SSam Leffler#endif /* AH_5212_5112 */ 156614779705SSam Leffler 156714779705SSam Leffler#ifdef AH_5212_2413 156814779705SSam Lefflerstatic const uint32_t ar5212Bank3_2413[][6] = { 156914779705SSam Leffler { 0x000098dc, 0x00a020c0, 0x00a020c0, 0x00e020c0, 0x00e020c0, 0x00e020c0 }, 157014779705SSam Leffler}; 157114779705SSam Leffler#endif /* AH_5212_2413 */ 157214779705SSam Leffler 157314779705SSam Leffler#ifdef AH_5212_2316 157414779705SSam Lefflerstatic const uint32_t ar5212Bank3_2316[][6] = { 157514779705SSam Leffler { 0x000098dc, 0x00a020c0, 0x00a020c0, 0x00e020c0, 0x00e020c0, 0x00e020c0 }, 157614779705SSam Leffler}; 157714779705SSam Leffler#endif 157814779705SSam Leffler 157914779705SSam Leffler#ifdef AH_5212_5413 158014779705SSam Lefflerstatic const uint32_t ar5212Bank3_5413[][6] = { 158114779705SSam Leffler { 0x000098dc, 0x00a000c0, 0x00a000c0, 0x00e000c0, 0x00e000c0, 0x00e000c0 }, 158214779705SSam Leffler}; 158314779705SSam Leffler#endif /* AH_5212_5413 */ 158414779705SSam Leffler 158514779705SSam Leffler#ifdef AH_5212_2425 158614779705SSam Lefflerstatic const uint32_t ar5212Bank3_2425[][6] = { 158714779705SSam Leffler { 0x000098dc, 0x00a020c0, 0x00a020c0, 0x00e020c0, 0x00e020c0, 0x00e020c0 }, 158814779705SSam Leffler}; 158914779705SSam Leffler#endif /* AH_5212_2425 */ 159014779705SSam Leffler 159114779705SSam Leffler#ifdef AH_5212_5111 159214779705SSam Lefflerstatic const uint32_t ar5212Bank6_5111[][6] = { 159314779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 159414779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 159514779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 159614779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 159714779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 159814779705SSam Leffler { 0x0000989c, 0x10000000, 0x10000000, 0x10000000, 0x10000000, 0x10000000 }, 159914779705SSam Leffler { 0x0000989c, 0x04000000, 0x04000000, 0x04000000, 0x04000000, 0x04000000 }, 160014779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 160114779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 160214779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 160314779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x0a000000, 0x00000000, 0x00000000 }, 160414779705SSam Leffler { 0x0000989c, 0x003800c0, 0x00380080, 0x023800c0, 0x003800c0, 0x003800c0 }, 160514779705SSam Leffler { 0x0000989c, 0x00020006, 0x00020006, 0x00000006, 0x00020006, 0x00020006 }, 160614779705SSam Leffler { 0x0000989c, 0x00000089, 0x00000089, 0x00000089, 0x00000089, 0x00000089 }, 160714779705SSam Leffler { 0x0000989c, 0x000000a0, 0x000000a0, 0x000000a0, 0x000000a0, 0x000000a0 }, 160814779705SSam Leffler { 0x0000989c, 0x00040007, 0x00040007, 0x00040007, 0x00040007, 0x00040007 }, 160914779705SSam Leffler { 0x000098d4, 0x0000001a, 0x0000001a, 0x0000001a, 0x0000001a, 0x0000001a }, 161014779705SSam Leffler}; 161114779705SSam Leffler#endif /* AH_5212_5111 */ 161214779705SSam Leffler 161314779705SSam Leffler#ifdef AH_5212_5112 161414779705SSam Lefflerstatic const uint32_t ar5212Bank6_5112[][6] = { 161514779705SSam Leffler { 0x0000989c, 0x0f000000, 0x0f000000, 0x0f000000, 0x0f000000, 0x0f000000 }, 161614779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 161714779705SSam Leffler { 0x0000989c, 0x00800000, 0x00800000, 0x00800000, 0x00800000, 0x00800000 }, 161814779705SSam Leffler { 0x0000989c, 0x002a0000, 0x002a0000, 0x002a0000, 0x002a0000, 0x002a0000 }, 161914779705SSam Leffler { 0x0000989c, 0x00010000, 0x00010000, 0x00010000, 0x00010000, 0x00010000 }, 162014779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 162114779705SSam Leffler { 0x0000989c, 0x00180000, 0x00180000, 0x00180000, 0x00180000, 0x00180000 }, 162214779705SSam Leffler { 0x0000989c, 0x00600000, 0x00600000, 0x006e0000, 0x006e0000, 0x006e0000 }, 162314779705SSam Leffler { 0x0000989c, 0x00c70000, 0x00c70000, 0x00c70000, 0x00c70000, 0x00c70000 }, 162414779705SSam Leffler { 0x0000989c, 0x004b0000, 0x004b0000, 0x004b0000, 0x004b0000, 0x004b0000 }, 162514779705SSam Leffler { 0x0000989c, 0x04480000, 0x04480000, 0x04480000, 0x04480000, 0x04480000 }, 162614779705SSam Leffler { 0x0000989c, 0x004c0000, 0x004c0000, 0x004c0000, 0x004c0000, 0x004c0000 }, 162714779705SSam Leffler { 0x0000989c, 0x00e40000, 0x00e40000, 0x00e40000, 0x00e40000, 0x00e40000 }, 162814779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 162914779705SSam Leffler { 0x0000989c, 0x00fc0000, 0x00fc0000, 0x00fc0000, 0x00fc0000, 0x00fc0000 }, 163014779705SSam Leffler { 0x0000989c, 0x00ff0000, 0x00ff0000, 0x00ff0000, 0x00ff0000, 0x00ff0000 }, 163114779705SSam Leffler { 0x0000989c, 0x043f0000, 0x043f0000, 0x043f0000, 0x043f0000, 0x043f0000 }, 163214779705SSam Leffler { 0x0000989c, 0x000c0000, 0x000c0000, 0x000c0000, 0x000c0000, 0x000c0000 }, 163314779705SSam Leffler { 0x0000989c, 0x02190000, 0x02190000, 0x02190000, 0x02190000, 0x02190000 }, 163414779705SSam Leffler { 0x0000989c, 0x00240000, 0x00240000, 0x00240000, 0x00240000, 0x00240000 }, 163514779705SSam Leffler { 0x0000989c, 0x00b40000, 0x00b40000, 0x00b40000, 0x00b40000, 0x00b40000 }, 163614779705SSam Leffler { 0x0000989c, 0x00990000, 0x00990000, 0x00990000, 0x00990000, 0x00990000 }, 163714779705SSam Leffler { 0x0000989c, 0x00500000, 0x00500000, 0x00500000, 0x00500000, 0x00500000 }, 163814779705SSam Leffler { 0x0000989c, 0x002a0000, 0x002a0000, 0x002a0000, 0x002a0000, 0x002a0000 }, 163914779705SSam Leffler { 0x0000989c, 0x00120000, 0x00120000, 0x00120000, 0x00120000, 0x00120000 }, 164014779705SSam Leffler { 0x0000989c, 0xc0320000, 0xc0320000, 0xc0320000, 0xc0320000, 0xc0320000 }, 164114779705SSam Leffler { 0x0000989c, 0x01740000, 0x01740000, 0x01740000, 0x01740000, 0x01740000 }, 164214779705SSam Leffler { 0x0000989c, 0x00110000, 0x00110000, 0x00110000, 0x00110000, 0x00110000 }, 164314779705SSam Leffler { 0x0000989c, 0x86280000, 0x86280000, 0x86280000, 0x86280000, 0x86280000 }, 164414779705SSam Leffler { 0x0000989c, 0x31840000, 0x31840000, 0x31840000, 0x31840000, 0x31840000 }, 164514779705SSam Leffler { 0x0000989c, 0x00f20080, 0x00f20080, 0x00f20080, 0x00f20080, 0x00f20080 }, 164614779705SSam Leffler { 0x0000989c, 0x00270019, 0x00270019, 0x00270019, 0x00270019, 0x00270019 }, 164714779705SSam Leffler { 0x0000989c, 0x00000003, 0x00000003, 0x00000003, 0x00000003, 0x00000003 }, 164814779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 164914779705SSam Leffler { 0x0000989c, 0x000000b2, 0x000000b2, 0x000000b2, 0x000000b2, 0x000000b2 }, 165014779705SSam Leffler { 0x0000989c, 0x00b02084, 0x00b02084, 0x00b02084, 0x00b02084, 0x00b02084 }, 165114779705SSam Leffler { 0x0000989c, 0x004125a4, 0x004125a4, 0x004125a4, 0x004125a4, 0x004125a4 }, 165214779705SSam Leffler { 0x0000989c, 0x00119220, 0x00119220, 0x00119220, 0x00119220, 0x00119220 }, 165314779705SSam Leffler { 0x0000989c, 0x001a4800, 0x001a4800, 0x001a4800, 0x001a4800, 0x001a4800 }, 165414779705SSam Leffler { 0x000098d8, 0x000b0230, 0x000b0230, 0x000b0230, 0x000b0230, 0x000b0230 }, 165514779705SSam Leffler}; 165614779705SSam Leffler#endif /* AH_5212_5112 */ 165714779705SSam Leffler 165814779705SSam Leffler#ifdef AH_5212_2413 165914779705SSam Lefflerstatic const uint32_t ar5212Bank6_2413[][6] = { 166014779705SSam Leffler { 0x0000989c, 0xf0000000, 0xf0000000, 0xf0000000, 0xf0000000, 0xf0000000 }, 166114779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 166214779705SSam Leffler { 0x0000989c, 0x03000000, 0x03000000, 0x03000000, 0x03000000, 0x03000000 }, 166314779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 166414779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 166514779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 166614779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 166714779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 166814779705SSam Leffler { 0x0000989c, 0x40400000, 0x40400000, 0x40400000, 0x40400000, 0x40400000 }, 166914779705SSam Leffler { 0x0000989c, 0x65050000, 0x65050000, 0x65050000, 0x65050000, 0x65050000 }, 167014779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 167114779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 167214779705SSam Leffler { 0x0000989c, 0x00420000, 0x00420000, 0x00420000, 0x00420000, 0x00420000 }, 167314779705SSam Leffler { 0x0000989c, 0x00b50000, 0x00b50000, 0x00b50000, 0x00b50000, 0x00b50000 }, 167414779705SSam Leffler { 0x0000989c, 0x00030000, 0x00030000, 0x00030000, 0x00030000, 0x00030000 }, 167514779705SSam Leffler { 0x0000989c, 0x00f70000, 0x00f70000, 0x00f70000, 0x00f70000, 0x00f70000 }, 167614779705SSam Leffler { 0x0000989c, 0x009d0000, 0x009d0000, 0x009d0000, 0x009d0000, 0x009d0000 }, 167714779705SSam Leffler { 0x0000989c, 0x00220000, 0x00220000, 0x00220000, 0x00220000, 0x00220000 }, 167814779705SSam Leffler { 0x0000989c, 0x04220000, 0x04220000, 0x04220000, 0x04220000, 0x04220000 }, 167914779705SSam Leffler { 0x0000989c, 0x00230018, 0x00230018, 0x00230018, 0x00230018, 0x00230018 }, 168014779705SSam Leffler { 0x0000989c, 0x00280000, 0x00280000, 0x00280060, 0x00280060, 0x00280060 }, 168114779705SSam Leffler { 0x0000989c, 0x005000c0, 0x005000c0, 0x005000c3, 0x005000c3, 0x005000c3 }, 168214779705SSam Leffler { 0x0000989c, 0x0004007f, 0x0004007f, 0x0004007f, 0x0004007f, 0x0004007f }, 168314779705SSam Leffler { 0x0000989c, 0x00000458, 0x00000458, 0x00000458, 0x00000458, 0x00000458 }, 168414779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 168514779705SSam Leffler { 0x0000989c, 0x0000c000, 0x0000c000, 0x0000c000, 0x0000c000, 0x0000c000 }, 168614779705SSam Leffler { 0x000098d8, 0x00400230, 0x00400230, 0x00400230, 0x00400230, 0x00400230 }, 168714779705SSam Leffler}; 168814779705SSam Leffler#endif /* AH_5212_2413 */ 168914779705SSam Leffler 169014779705SSam Leffler#ifdef AH_5212_2316 169114779705SSam Lefflerstatic const uint32_t ar5212Bank6_2316[][6] = { 169214779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 169314779705SSam Leffler { 0x0000989c, 0xc0000000, 0xc0000000, 0xc0000000, 0xc0000000, 0xc0000000 }, 169414779705SSam Leffler { 0x0000989c, 0x0f000000, 0x0f000000, 0x0f000000, 0x0f000000, 0x0f000000 }, 169514779705SSam Leffler { 0x0000989c, 0x02000000, 0x02000000, 0x02000000, 0x02000000, 0x02000000 }, 169614779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 169714779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 169814779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 169914779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 170014779705SSam Leffler { 0x0000989c, 0xf8000000, 0xf8000000, 0xf8000000, 0xf8000000, 0xf8000000 }, 170114779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 170214779705SSam Leffler { 0x0000989c, 0x95150000, 0x95150000, 0x95150000, 0x95150000, 0x95150000 }, 170314779705SSam Leffler { 0x0000989c, 0xc1000000, 0xc1000000, 0xc1000000, 0xc1000000, 0xc1000000 }, 170414779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 170514779705SSam Leffler { 0x0000989c, 0x00080000, 0x00080000, 0x00080000, 0x00080000, 0x00080000 }, 170614779705SSam Leffler { 0x0000989c, 0x00d50000, 0x00d50000, 0x00d50000, 0x00d50000, 0x00d50000 }, 170714779705SSam Leffler { 0x0000989c, 0x000e0000, 0x000e0000, 0x000e0000, 0x000e0000, 0x000e0000 }, 170814779705SSam Leffler { 0x0000989c, 0x00dc0000, 0x00dc0000, 0x00dc0000, 0x00dc0000, 0x00dc0000 }, 170914779705SSam Leffler { 0x0000989c, 0x00770000, 0x00770000, 0x00770000, 0x00770000, 0x00770000 }, 171014779705SSam Leffler { 0x0000989c, 0x008a0000, 0x008a0000, 0x008a0000, 0x008a0000, 0x008a0000 }, 171114779705SSam Leffler { 0x0000989c, 0x10880000, 0x10880000, 0x10880000, 0x10880000, 0x10880000 }, 171214779705SSam Leffler { 0x0000989c, 0x008c0060, 0x008c0060, 0x008c0060, 0x008c0060, 0x008c0060 }, 171314779705SSam Leffler { 0x0000989c, 0x00a00000, 0x00a00000, 0x00a00080, 0x00a00080, 0x00a00080 }, 171414779705SSam Leffler { 0x0000989c, 0x00400000, 0x00400000, 0x0040000d, 0x0040000d, 0x0040000d }, 171514779705SSam Leffler { 0x0000989c, 0x00110400, 0x00110400, 0x00110400, 0x00110400, 0x00110400 }, 171614779705SSam Leffler { 0x0000989c, 0x00000060, 0x00000060, 0x00000060, 0x00000060, 0x00000060 }, 171714779705SSam Leffler { 0x0000989c, 0x00000001, 0x00000001, 0x00000001, 0x00000001, 0x00000001 }, 171814779705SSam Leffler { 0x0000989c, 0x00000b00, 0x00000b00, 0x00000b00, 0x00000b00, 0x00000b00 }, 171914779705SSam Leffler { 0x0000989c, 0x00000be8, 0x00000be8, 0x00000be8, 0x00000be8, 0x00000be8 }, 172014779705SSam Leffler { 0x000098c0, 0x00010000, 0x00010000, 0x00010000, 0x00010000, 0x00010000 }, 172114779705SSam Leffler}; 172214779705SSam Leffler#endif 172314779705SSam Leffler 172414779705SSam Leffler#ifdef AH_5212_5413 172514779705SSam Lefflerstatic const uint32_t ar5212Bank6_5413[][6] = { 172614779705SSam Leffler { 0x0000989c, 0x33000000, 0x33000000, 0x33000000, 0x33000000, 0x33000000 }, 172714779705SSam Leffler { 0x0000989c, 0x01000000, 0x01000000, 0x01000000, 0x01000000, 0x01000000 }, 172814779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 172914779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 173014779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 173114779705SSam Leffler { 0x0000989c, 0x1f000000, 0x1f000000, 0x1f000000, 0x1f000000, 0x1f000000 }, 173214779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 173314779705SSam Leffler { 0x0000989c, 0x00b80000, 0x00b80000, 0x00b80000, 0x00b80000, 0x00b80000 }, 173414779705SSam Leffler { 0x0000989c, 0x00b70000, 0x00b70000, 0x00b70000, 0x00b70000, 0x00b70000 }, 173514779705SSam Leffler { 0x0000989c, 0x00840000, 0x00840000, 0x00840000, 0x00840000, 0x00840000 }, 173614779705SSam Leffler { 0x0000989c, 0x00980000, 0x00980000, 0x00980000, 0x00980000, 0x00980000 }, 173714779705SSam Leffler { 0x0000989c, 0x00c00000, 0x00c00000, 0x00c00000, 0x00c00000, 0x00c00000 }, 173814779705SSam Leffler { 0x0000989c, 0x00ff0000, 0x00ff0000, 0x00ff0000, 0x00ff0000, 0x00ff0000 }, 173914779705SSam Leffler { 0x0000989c, 0x00ff0000, 0x00ff0000, 0x00ff0000, 0x00ff0000, 0x00ff0000 }, 174014779705SSam Leffler { 0x0000989c, 0x00ff0000, 0x00ff0000, 0x00ff0000, 0x00ff0000, 0x00ff0000 }, 174114779705SSam Leffler { 0x0000989c, 0x00ff0000, 0x00ff0000, 0x00ff0000, 0x00ff0000, 0x00ff0000 }, 174214779705SSam Leffler { 0x0000989c, 0x00d70000, 0x00d70000, 0x00d70000, 0x00d70000, 0x00d70000 }, 174314779705SSam Leffler { 0x0000989c, 0x00610000, 0x00610000, 0x00610000, 0x00610000, 0x00610000 }, 174414779705SSam Leffler { 0x0000989c, 0x00fe0000, 0x00fe0000, 0x00fe0000, 0x00fe0000, 0x00fe0000 }, 174514779705SSam Leffler { 0x0000989c, 0x00de0000, 0x00de0000, 0x00de0000, 0x00de0000, 0x00de0000 }, 174614779705SSam Leffler { 0x0000989c, 0x007f0000, 0x007f0000, 0x007f0000, 0x007f0000, 0x007f0000 }, 174714779705SSam Leffler { 0x0000989c, 0x043d0000, 0x043d0000, 0x043d0000, 0x043d0000, 0x043d0000 }, 174814779705SSam Leffler { 0x0000989c, 0x00770000, 0x00770000, 0x00770000, 0x00770000, 0x00770000 }, 174914779705SSam Leffler { 0x0000989c, 0x00440000, 0x00440000, 0x00440000, 0x00440000, 0x00440000 }, 175014779705SSam Leffler { 0x0000989c, 0x00980000, 0x00980000, 0x00980000, 0x00980000, 0x00980000 }, 175114779705SSam Leffler { 0x0000989c, 0x00100080, 0x00100080, 0x00100080, 0x00100080, 0x00100080 }, 175214779705SSam Leffler { 0x0000989c, 0x0005c034, 0x0005c034, 0x0005c034, 0x0005c034, 0x0005c034 }, 175314779705SSam Leffler { 0x0000989c, 0x003100f0, 0x003100f0, 0x003100f0, 0x003100f0, 0x003100f0 }, 175414779705SSam Leffler { 0x0000989c, 0x000c011f, 0x000c011f, 0x000c011f, 0x000c011f, 0x000c011f }, 175514779705SSam Leffler { 0x0000989c, 0x00510040, 0x00510040, 0x00510040, 0x00510040, 0x00510040 }, 175614779705SSam Leffler { 0x0000989c, 0x005000da, 0x005000da, 0x005000da, 0x005000da, 0x005000da }, 175714779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 175814779705SSam Leffler { 0x0000989c, 0x00004044, 0x00004044, 0x00004044, 0x00004044, 0x00004044 }, 175914779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 176014779705SSam Leffler { 0x0000989c, 0x000060c0, 0x000060c0, 0x000060c0, 0x000060c0, 0x000060c0 }, 176114779705SSam Leffler { 0x0000989c, 0x00002c00, 0x00002c00, 0x00003600, 0x00003600, 0x00002c00 }, 176214779705SSam Leffler { 0x000098c8, 0x00000403, 0x00000403, 0x00000403, 0x00000403, 0x00000403 }, 176314779705SSam Leffler}; 176414779705SSam Leffler#endif /* AH_5212_5413 */ 176514779705SSam Leffler 176614779705SSam Leffler#ifdef AH_5212_2425 176714779705SSam Lefflerstatic const uint32_t ar5212Bank6_2425[][6] = { 176814779705SSam Leffler { 0x0000989c, 0x10000000, 0x10000000, 0x10000000, 0x10000000, 0x10000000 }, 176914779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 177014779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 177114779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 177214779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 177314779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 177414779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 177514779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 177614779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 177714779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 177814779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 177914779705SSam Leffler { 0x0000989c, 0x002a0000, 0x002a0000, 0x002a0000, 0x002a0000, 0x002a0000 }, 178014779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 178114779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 178214779705SSam Leffler { 0x0000989c, 0x00100000, 0x00100000, 0x00100000, 0x00100000, 0x00100000 }, 178314779705SSam Leffler { 0x0000989c, 0x00020000, 0x00020000, 0x00020000, 0x00020000, 0x00020000 }, 178414779705SSam Leffler { 0x0000989c, 0x00730000, 0x00730000, 0x00730000, 0x00730000, 0x00730000 }, 178514779705SSam Leffler { 0x0000989c, 0x00f80000, 0x00f80000, 0x00f80000, 0x00f80000, 0x00f80000 }, 178614779705SSam Leffler { 0x0000989c, 0x00e70000, 0x00e70000, 0x00e70000, 0x00e70000, 0x00e70000 }, 178714779705SSam Leffler { 0x0000989c, 0x00140000, 0x00140000, 0x00140000, 0x00140000, 0x00140000 }, 178814779705SSam Leffler { 0x0000989c, 0x00910040, 0x00910040, 0x00910040, 0x00910040, 0x00910040 }, 178914779705SSam Leffler { 0x0000989c, 0x0007001a, 0x0007001a, 0x0007001a, 0x0007001a, 0x0007001a }, 179014779705SSam Leffler { 0x0000989c, 0x00410000, 0x00410000, 0x00410000, 0x00410000, 0x00410000 }, 179114779705SSam Leffler { 0x0000989c, 0x00810000, 0x00810000, 0x00810060, 0x00810060, 0x00810060 }, 179214779705SSam Leffler { 0x0000989c, 0x00020800, 0x00020800, 0x00020803, 0x00020803, 0x00020803 }, 179314779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 179414779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 179514779705SSam Leffler { 0x0000989c, 0x00001660, 0x00001660, 0x00001660, 0x00001660, 0x00001660 }, 179614779705SSam Leffler { 0x0000989c, 0x00001688, 0x00001688, 0x00001688, 0x00001688, 0x00001688 }, 179714779705SSam Leffler { 0x000098c4, 0x00000001, 0x00000001, 0x00000001, 0x00000001, 0x00000001 }, 179814779705SSam Leffler}; 179914779705SSam Leffler#endif /* AH_5212_2425 */ 180014779705SSam Leffler 180114779705SSam Leffler#ifdef AH_5212_2417 180214779705SSam Lefflerstatic const uint32_t ar5212Bank6_2417[][6] = { 180314779705SSam Leffler { 0x0000989c, 0x10000000, 0x10000000, 0x10000000, 0x10000000, 0x10000000 }, 180414779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 180514779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 180614779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 180714779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 180814779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 180914779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 181014779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 181114779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 181214779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 181314779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 181414779705SSam Leffler { 0x0000989c, 0x002a0000, 0x002a0000, 0x002a0000, 0x002a0000, 0x002a0000 }, 181514779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 181614779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 181714779705SSam Leffler { 0x0000989c, 0x00100000, 0x00100000, 0x00100000, 0x00100000, 0x00100000 }, 181814779705SSam Leffler { 0x0000989c, 0x00020000, 0x00020000, 0x00020000, 0x00020000, 0x00020000 }, 181914779705SSam Leffler { 0x0000989c, 0x00730000, 0x00730000, 0x00730000, 0x00730000, 0x00730000 }, 182014779705SSam Leffler { 0x0000989c, 0x00f80000, 0x00f80000, 0x00f80000, 0x00f80000, 0x00f80000 }, 182114779705SSam Leffler { 0x0000989c, 0x00e70000, 0x00e70000, 0x80e70000, 0x80e70000, 0x00e70000 }, 182214779705SSam Leffler { 0x0000989c, 0x00140000, 0x00140000, 0x00140000, 0x00140000, 0x00140000 }, 182314779705SSam Leffler { 0x0000989c, 0x00910040, 0x00910040, 0x00910040, 0x00910040, 0x00910040 }, 182414779705SSam Leffler { 0x0000989c, 0x0007001a, 0x0007001a, 0x0207001a, 0x0207001a, 0x0007001a }, 182514779705SSam Leffler { 0x0000989c, 0x00410000, 0x00410000, 0x00410000, 0x00410000, 0x00410000 }, 182614779705SSam Leffler { 0x0000989c, 0x00810000, 0x00810000, 0x00810060, 0x00810060, 0x00810060 }, 182714779705SSam Leffler { 0x0000989c, 0x00020800, 0x00020800, 0x00020803, 0x00020803, 0x00020803 }, 182814779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 182914779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 183014779705SSam Leffler { 0x0000989c, 0x00001660, 0x00001660, 0x00001660, 0x00001660, 0x00001660 }, 183114779705SSam Leffler { 0x0000989c, 0x00001688, 0x00001688, 0x00001688, 0x00001688, 0x00001688 }, 183214779705SSam Leffler { 0x000098c4, 0x00000001, 0x00000001, 0x00000001, 0x00000001, 0x00000001 }, 183314779705SSam Leffler}; 183414779705SSam Leffler#endif /* AH_5212_2417 */ 183514779705SSam Leffler 183614779705SSam Leffler#ifdef AH_5212_5111 183714779705SSam Lefflerstatic const uint32_t ar5212Bank7_5111[][6] = { 183814779705SSam Leffler { 0x0000989c, 0x00000040, 0x00000048, 0x00000040, 0x00000040, 0x00000040 }, 183914779705SSam Leffler { 0x0000989c, 0x00000010, 0x00000010, 0x00000010, 0x00000010, 0x00000010 }, 184014779705SSam Leffler { 0x0000989c, 0x00000008, 0x00000008, 0x00000008, 0x00000008, 0x00000008 }, 184114779705SSam Leffler { 0x0000989c, 0x0000004f, 0x0000004f, 0x0000004f, 0x0000004f, 0x0000004f }, 184214779705SSam Leffler { 0x0000989c, 0x000000f1, 0x000000f1, 0x00000061, 0x000000f1, 0x000000f1 }, 184314779705SSam Leffler { 0x0000989c, 0x0000904f, 0x0000904f, 0x0000904c, 0x0000904f, 0x0000904f }, 184414779705SSam Leffler { 0x0000989c, 0x0000125a, 0x0000125a, 0x0000129a, 0x0000125a, 0x0000125a }, 184514779705SSam Leffler { 0x000098cc, 0x0000000e, 0x0000000e, 0x0000000f, 0x0000000e, 0x0000000e }, 184614779705SSam Leffler}; 184714779705SSam Leffler#endif /* AH_5212_5111 */ 184814779705SSam Leffler 184914779705SSam Leffler#ifdef AH_5212_5112 185014779705SSam Lefflerstatic const uint32_t ar5212Bank7_5112[][6] = { 185114779705SSam Leffler { 0x0000989c, 0x00000094, 0x00000094, 0x00000094, 0x00000094, 0x00000094 }, 185214779705SSam Leffler { 0x0000989c, 0x00000091, 0x00000091, 0x00000091, 0x00000091, 0x00000091 }, 185314779705SSam Leffler { 0x0000989c, 0x00000012, 0x00000012, 0x00000012, 0x00000012, 0x00000012 }, 185414779705SSam Leffler { 0x0000989c, 0x00000080, 0x00000080, 0x00000080, 0x00000080, 0x00000080 }, 185514779705SSam Leffler { 0x0000989c, 0x000000d9, 0x000000d9, 0x000000d9, 0x000000d9, 0x000000d9 }, 185614779705SSam Leffler { 0x0000989c, 0x00000060, 0x00000060, 0x00000060, 0x00000060, 0x00000060 }, 185714779705SSam Leffler { 0x0000989c, 0x000000f0, 0x000000f0, 0x000000f0, 0x000000f0, 0x000000f0 }, 185814779705SSam Leffler { 0x0000989c, 0x000000a2, 0x000000a2, 0x000000a2, 0x000000a2, 0x000000a2 }, 185914779705SSam Leffler { 0x0000989c, 0x00000052, 0x00000052, 0x00000052, 0x00000052, 0x00000052 }, 186014779705SSam Leffler { 0x0000989c, 0x000000d4, 0x000000d4, 0x000000d4, 0x000000d4, 0x000000d4 }, 186114779705SSam Leffler { 0x0000989c, 0x000014cc, 0x000014cc, 0x000014cc, 0x000014cc, 0x000014cc }, 186214779705SSam Leffler { 0x0000989c, 0x0000048c, 0x0000048c, 0x0000048c, 0x0000048c, 0x0000048c }, 186314779705SSam Leffler { 0x000098c4, 0x00000003, 0x00000003, 0x00000003, 0x00000003, 0x00000003 }, 186414779705SSam Leffler}; 186514779705SSam Leffler#endif /* AH_5212_5112 */ 186614779705SSam Leffler 186714779705SSam Leffler#ifdef AH_5212_2413 186814779705SSam Lefflerstatic const uint32_t ar5212Bank7_2413[][6] = { 186914779705SSam Leffler { 0x0000989c, 0x00006400, 0x00006400, 0x00006400, 0x00006400, 0x00006400 }, 187014779705SSam Leffler { 0x0000989c, 0x00000800, 0x00000800, 0x00000800, 0x00000800, 0x00000800 }, 187114779705SSam Leffler { 0x000098cc, 0x0000000e, 0x0000000e, 0x0000000e, 0x0000000e, 0x0000000e }, 187214779705SSam Leffler}; 187314779705SSam Leffler#endif /* AH_5212_2413 */ 187414779705SSam Leffler 187514779705SSam Leffler#ifdef AH_5212_2316 187614779705SSam Lefflerstatic const uint32_t ar5212Bank7_2316[][6] = { 187714779705SSam Leffler { 0x0000989c, 0x00006400, 0x00006400, 0x00006400, 0x00006400, 0x00006400 }, 187814779705SSam Leffler { 0x0000989c, 0x00000800, 0x00000800, 0x00000800, 0x00000800, 0x00000800 }, 187914779705SSam Leffler { 0x000098cc, 0x0000000e, 0x0000000e, 0x0000000e, 0x0000000e, 0x0000000e }, 188014779705SSam Leffler}; 188114779705SSam Leffler#endif 188214779705SSam Leffler 188314779705SSam Leffler#ifdef AH_5212_5413 188414779705SSam Lefflerstatic const uint32_t ar5212Bank7_5413[][6] = { 188514779705SSam Leffler { 0x0000989c, 0x00006400, 0x00006400, 0x00006400, 0x00006400, 0x00006400 }, 188614779705SSam Leffler { 0x0000989c, 0x00000800, 0x00000800, 0x00000800, 0x00000800, 0x00000800 }, 188714779705SSam Leffler { 0x000098cc, 0x0000000e, 0x0000000e, 0x0000000e, 0x0000000e, 0x0000000e }, 188814779705SSam Leffler}; 188914779705SSam Leffler#endif /* AH_5212_5413 */ 189014779705SSam Leffler 189114779705SSam Leffler#ifdef AH_5212_2317 189214779705SSam Lefflerstatic const uint32_t ar5212Modes_2317[][6] = { 189314779705SSam Leffler { 0x00000030, 0x00000015, 0x00000015, 0x00000015, 0x00000015, 0x00000015 }, 189414779705SSam Leffler { 0x0000801c, 0x128d93a7, 0x098813cf, 0x04e01395, 0x12e013ab, 0x098813cf }, 189514779705SSam Leffler { 0x00009828, 0x0a020001, 0x0a020001, 0x05020000, 0x0a020001, 0x0a020001 }, 189614779705SSam Leffler { 0x00009834, 0x00000e00, 0x00000e00, 0x00000e00, 0x00000e00, 0x00000e00 }, 189714779705SSam Leffler { 0x00009838, 0x00000002, 0x00000002, 0x0000000a, 0x0000000a, 0x0000000a }, 189814779705SSam Leffler { 0x00009848, 0x0018da6d, 0x0018da6d, 0x001a6a67, 0x001a6a67, 0x001a6a67 }, 189914779705SSam Leffler { 0x00009850, 0x0de8b4e0, 0x0de8b4e0, 0x0de8b0da, 0x0c98b0da, 0x0de8b0da }, 190014779705SSam Leffler { 0x00009858, 0x7e800d2e, 0x7e800d2e, 0x7ee80d2e, 0x7ec80d2e, 0x7e800d2e }, 190114779705SSam Leffler { 0x0000985c, 0x3137665e, 0x3137665e, 0x3137665e, 0x3139605e, 0x3137665e }, 190214779705SSam Leffler { 0x0000986c, 0x050cb081, 0x050cb081, 0x050cb081, 0x050cb081, 0x050cb081 }, 190314779705SSam Leffler { 0x00009914, 0x000007d0, 0x000007d0, 0x0000044c, 0x00000898, 0x000007d0 }, 190414779705SSam Leffler { 0x00009944, 0xf7b81000, 0xf7b81000, 0xf7b80d00, 0xf7b81000, 0xf7b81000 }, 190514779705SSam Leffler { 0x0000a204, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 190614779705SSam Leffler { 0x0000a208, 0xd6be6788, 0xd6be6788, 0xd03e6788, 0xd03e6788, 0xd03e6788 }, 190714779705SSam Leffler { 0x0000a20c, 0x002c0140, 0x002c0140, 0x0042c140, 0x0042c140, 0x0042c140 }, 190814779705SSam Leffler { 0x0000a21c, 0x1883800a, 0x1883800a, 0x1863800a, 0x1883800a, 0x1883800a }, 190914779705SSam Leffler}; 191014779705SSam Leffler 191114779705SSam Lefflerstatic const uint32_t ar5212Common_2317[][2] = { 191214779705SSam Leffler { 0x00001230, 0x000003e0 }, 191314779705SSam Leffler { 0x00008060, 0x0000000f }, 191414779705SSam Leffler { 0x00008118, 0x00000000 }, 191514779705SSam Leffler { 0x0000811c, 0x00000000 }, 191614779705SSam Leffler { 0x00008120, 0x00000000 }, 191714779705SSam Leffler { 0x00008124, 0x00000000 }, 191814779705SSam Leffler { 0x00008128, 0x00000000 }, 191914779705SSam Leffler { 0x0000812c, 0x00000000 }, 192014779705SSam Leffler { 0x00008130, 0x00000000 }, 192114779705SSam Leffler { 0x00008134, 0x00000000 }, 192214779705SSam Leffler { 0x00008138, 0x00000000 }, 192314779705SSam Leffler { 0x0000813c, 0x00000000 }, 192414779705SSam Leffler { 0x00008140, 0x800000a8 }, 192514779705SSam Leffler { 0x00008144, 0x00000000 }, 192614779705SSam Leffler { 0x00009808, 0x00004000 }, 192714779705SSam Leffler { 0x0000982c, 0x0000a000 }, 192814779705SSam Leffler { 0x0000983c, 0x00200400 }, 192914779705SSam Leffler { 0x0000984c, 0x1284233c }, 193014779705SSam Leffler { 0x00009870, 0x0000001f }, 193114779705SSam Leffler { 0x00009874, 0x00000080 }, 193214779705SSam Leffler { 0x00009878, 0x0000000e }, 193314779705SSam Leffler { 0x00009958, 0x000000ff }, 193414779705SSam Leffler { 0x00009980, 0x00000000 }, 193514779705SSam Leffler { 0x00009984, 0x02800000 }, 193614779705SSam Leffler { 0x000099a0, 0x00000000 }, 193714779705SSam Leffler { 0x000099e0, 0x00000001 }, 193814779705SSam Leffler { 0x000099e4, 0xaaaaaaaa }, 193914779705SSam Leffler { 0x000099e8, 0x3c466478 }, 194014779705SSam Leffler { 0x000099ec, 0x000000aa }, 194114779705SSam Leffler { 0x000099f0, 0x0000000c }, 194214779705SSam Leffler { 0x000099f4, 0x000000ff }, 194314779705SSam Leffler { 0x000099f8, 0x00000014 }, 194414779705SSam Leffler { 0x0000a228, 0x000009b5 }, 194514779705SSam Leffler { 0x0000a23c, 0x93c889af }, 194614779705SSam Leffler { 0x0000a24c, 0x00000001 }, 194714779705SSam Leffler { 0x0000a250, 0x0000a000 }, 194814779705SSam Leffler { 0x0000a254, 0x00000000 }, 194914779705SSam Leffler { 0x0000a258, 0x0cc75380 }, 195014779705SSam Leffler { 0x0000a25c, 0x0f0f0f01 }, 195114779705SSam Leffler { 0x0000a260, 0x5f690f01 }, 195214779705SSam Leffler { 0x0000a264, 0x00418a11 }, 195314779705SSam Leffler { 0x0000a268, 0x00000000 }, 195414779705SSam Leffler { 0x0000a26c, 0x0c30c16a }, 195514779705SSam Leffler { 0x0000a270, 0x00820820 }, 195614779705SSam Leffler { 0x0000a274, 0x081a3caa }, 195714779705SSam Leffler { 0x0000a278, 0x1ce739ce }, 195814779705SSam Leffler { 0x0000a27c, 0x051701ce }, 195914779705SSam Leffler { 0x0000a300, 0x16010000 }, 196014779705SSam Leffler { 0x0000a304, 0x2c032402 }, 196114779705SSam Leffler { 0x0000a308, 0x48433e42 }, 196214779705SSam Leffler { 0x0000a30c, 0x5a0f500b }, 196314779705SSam Leffler { 0x0000a310, 0x6c4b624a }, 196414779705SSam Leffler { 0x0000a314, 0x7e8b748a }, 196514779705SSam Leffler { 0x0000a318, 0x96cf8ccb }, 196614779705SSam Leffler { 0x0000a31c, 0xa34f9d0f }, 196714779705SSam Leffler { 0x0000a320, 0xa7cfa58f }, 196814779705SSam Leffler { 0x0000a348, 0x3fffffff }, 196914779705SSam Leffler { 0x0000a34c, 0x3fffffff }, 197014779705SSam Leffler { 0x0000a350, 0x3fffffff }, 197114779705SSam Leffler { 0x0000a354, 0x0003ffff }, 197214779705SSam Leffler { 0x0000a358, 0x79a8aa1f }, 197314779705SSam Leffler { 0x0000a35c, 0x066c420f }, 197414779705SSam Leffler { 0x0000a360, 0x0f282207 }, 197514779705SSam Leffler { 0x0000a364, 0x17601685 }, 197614779705SSam Leffler { 0x0000a368, 0x1f801104 }, 197714779705SSam Leffler { 0x0000a36c, 0x37a00c03 }, 197814779705SSam Leffler { 0x0000a370, 0x3fc40883 }, 197914779705SSam Leffler { 0x0000a374, 0x57c00803 }, 198014779705SSam Leffler { 0x0000a378, 0x5fd80682 }, 198114779705SSam Leffler { 0x0000a37c, 0x7fe00482 }, 198214779705SSam Leffler { 0x0000a380, 0x7f3c7bba }, 198314779705SSam Leffler { 0x0000a384, 0xf3307ff0 }, 198414779705SSam Leffler { 0x00009b04, 0x00000001 }, 198514779705SSam Leffler { 0x00009b08, 0x00000002 }, 198614779705SSam Leffler { 0x00009b0c, 0x00000003 }, 198714779705SSam Leffler { 0x00009b10, 0x00000004 }, 198814779705SSam Leffler { 0x00009b14, 0x00000005 }, 198914779705SSam Leffler { 0x00009b18, 0x00000008 }, 199014779705SSam Leffler { 0x00009b1c, 0x00000009 }, 199114779705SSam Leffler { 0x00009b20, 0x0000000a }, 199214779705SSam Leffler { 0x00009b24, 0x0000000b }, 199314779705SSam Leffler { 0x00009b2c, 0x0000000d }, 199414779705SSam Leffler { 0x00009b30, 0x00000010 }, 199514779705SSam Leffler { 0x00009b34, 0x00000011 }, 199614779705SSam Leffler { 0x00009b3c, 0x00000013 }, 199714779705SSam Leffler { 0x00009b40, 0x00000014 }, 199814779705SSam Leffler { 0x00009b44, 0x00000015 }, 199914779705SSam Leffler { 0x00009b48, 0x00000018 }, 200014779705SSam Leffler { 0x00009b4c, 0x00000019 }, 200114779705SSam Leffler { 0x00009b50, 0x0000001a }, 200214779705SSam Leffler { 0x00009b54, 0x0000001b }, 200314779705SSam Leffler { 0x00009b58, 0x0000001c }, 200414779705SSam Leffler { 0x00009b5c, 0x0000001d }, 200514779705SSam Leffler { 0x00009b60, 0x00000020 }, 200614779705SSam Leffler { 0x00009b68, 0x00000022 }, 200714779705SSam Leffler { 0x00009b6c, 0x00000023 }, 200814779705SSam Leffler { 0x00009b70, 0x00000024 }, 200914779705SSam Leffler { 0x00009b74, 0x00000025 }, 201014779705SSam Leffler { 0x00009b78, 0x00000028 }, 201114779705SSam Leffler { 0x00009b7c, 0x00000029 }, 201214779705SSam Leffler { 0x00009b80, 0x0000002a }, 201314779705SSam Leffler { 0x00009b84, 0x0000002b }, 201414779705SSam Leffler { 0x00009b88, 0x0000002c }, 201514779705SSam Leffler { 0x00009b90, 0x00000030 }, 201614779705SSam Leffler { 0x00009b94, 0x00000031 }, 201714779705SSam Leffler { 0x00009b98, 0x00000032 }, 201814779705SSam Leffler { 0x00009ba0, 0x00000034 }, 201914779705SSam Leffler { 0x00009ba4, 0x00000035 }, 202014779705SSam Leffler { 0x00009ba8, 0x00000035 }, 202114779705SSam Leffler { 0x00009bac, 0x00000035 }, 202214779705SSam Leffler { 0x00009bb0, 0x00000035 }, 202314779705SSam Leffler { 0x00009bb4, 0x00000035 }, 202414779705SSam Leffler { 0x00009bb8, 0x00000035 }, 202514779705SSam Leffler { 0x00009bbc, 0x00000035 }, 202614779705SSam Leffler { 0x00009bc0, 0x00000035 }, 202714779705SSam Leffler { 0x00009bc4, 0x00000035 }, 202814779705SSam Leffler { 0x00009bc8, 0x00000035 }, 202914779705SSam Leffler { 0x00009bcc, 0x00000035 }, 203014779705SSam Leffler { 0x00009bd0, 0x00000035 }, 203114779705SSam Leffler { 0x00009bd4, 0x00000035 }, 203214779705SSam Leffler { 0x00009bd8, 0x00000035 }, 203314779705SSam Leffler { 0x00009bdc, 0x00000035 }, 203414779705SSam Leffler { 0x00009be0, 0x00000035 }, 203514779705SSam Leffler { 0x00009be4, 0x00000035 }, 203614779705SSam Leffler { 0x00009be8, 0x00000035 }, 203714779705SSam Leffler { 0x00009bec, 0x00000035 }, 203814779705SSam Leffler { 0x00009bf0, 0x00000035 }, 203914779705SSam Leffler { 0x00009bf4, 0x00000035 }, 204014779705SSam Leffler { 0x00009bf8, 0x00000010 }, 204114779705SSam Leffler { 0x00009bfc, 0x0000001a }, 204214779705SSam Leffler}; 204314779705SSam Leffler 204414779705SSam Lefflerstatic const uint32_t ar5212BB_RfGain_2317[][3] = { 204514779705SSam Leffler { 0x00009a00, 0x00000000, 0x00000000 }, 204614779705SSam Leffler { 0x00009a04, 0x00000000, 0x00000040 }, 204714779705SSam Leffler { 0x00009a08, 0x00000000, 0x00000080 }, 204814779705SSam Leffler { 0x00009a0c, 0x00000000, 0x00000181 }, 204914779705SSam Leffler { 0x00009a10, 0x00000000, 0x000001c1 }, 205014779705SSam Leffler { 0x00009a14, 0x00000000, 0x00000001 }, 205114779705SSam Leffler { 0x00009a18, 0x00000000, 0x00000041 }, 205214779705SSam Leffler { 0x00009a1c, 0x00000000, 0x00000081 }, 205314779705SSam Leffler { 0x00009a20, 0x00000000, 0x00000188 }, 205414779705SSam Leffler { 0x00009a24, 0x00000000, 0x000001c8 }, 205514779705SSam Leffler { 0x00009a28, 0x00000000, 0x00000008 }, 205614779705SSam Leffler { 0x00009a2c, 0x00000000, 0x00000048 }, 205714779705SSam Leffler { 0x00009a30, 0x00000000, 0x00000088 }, 205814779705SSam Leffler { 0x00009a34, 0x00000000, 0x00000189 }, 205914779705SSam Leffler { 0x00009a38, 0x00000000, 0x000001c9 }, 206014779705SSam Leffler { 0x00009a3c, 0x00000000, 0x00000009 }, 206114779705SSam Leffler { 0x00009a40, 0x00000000, 0x00000049 }, 206214779705SSam Leffler { 0x00009a44, 0x00000000, 0x00000089 }, 206314779705SSam Leffler { 0x00009a48, 0x00000000, 0x00000190 }, 206414779705SSam Leffler { 0x00009a4c, 0x00000000, 0x000001d0 }, 206514779705SSam Leffler { 0x00009a50, 0x00000000, 0x00000010 }, 206614779705SSam Leffler { 0x00009a54, 0x00000000, 0x00000050 }, 206714779705SSam Leffler { 0x00009a58, 0x00000000, 0x00000090 }, 206814779705SSam Leffler { 0x00009a5c, 0x00000000, 0x00000191 }, 206914779705SSam Leffler { 0x00009a60, 0x00000000, 0x000001d1 }, 207014779705SSam Leffler { 0x00009a64, 0x00000000, 0x00000011 }, 207114779705SSam Leffler { 0x00009a68, 0x00000000, 0x00000051 }, 207214779705SSam Leffler { 0x00009a6c, 0x00000000, 0x00000091 }, 207314779705SSam Leffler { 0x00009a70, 0x00000000, 0x00000178 }, 207414779705SSam Leffler { 0x00009a74, 0x00000000, 0x000001b8 }, 207514779705SSam Leffler { 0x00009a78, 0x00000000, 0x000001f8 }, 207614779705SSam Leffler { 0x00009a7c, 0x00000000, 0x00000038 }, 207714779705SSam Leffler { 0x00009a80, 0x00000000, 0x00000078 }, 207814779705SSam Leffler { 0x00009a84, 0x00000000, 0x00000179 }, 207914779705SSam Leffler { 0x00009a88, 0x00000000, 0x000001b9 }, 208014779705SSam Leffler { 0x00009a8c, 0x00000000, 0x000001f9 }, 208114779705SSam Leffler { 0x00009a90, 0x00000000, 0x00000039 }, 208214779705SSam Leffler { 0x00009a94, 0x00000000, 0x00000079 }, 208314779705SSam Leffler { 0x00009a98, 0x00000000, 0x000000b9 }, 208414779705SSam Leffler { 0x00009a9c, 0x00000000, 0x000000f9 }, 208514779705SSam Leffler { 0x00009aa0, 0x00000000, 0x000000f9 }, 208614779705SSam Leffler { 0x00009aa4, 0x00000000, 0x000000f9 }, 208714779705SSam Leffler { 0x00009aa8, 0x00000000, 0x000000f9 }, 208814779705SSam Leffler { 0x00009aac, 0x00000000, 0x000000f9 }, 208914779705SSam Leffler { 0x00009ab0, 0x00000000, 0x000000f9 }, 209014779705SSam Leffler { 0x00009ab4, 0x00000000, 0x000000f9 }, 209114779705SSam Leffler { 0x00009ab8, 0x00000000, 0x000000f9 }, 209214779705SSam Leffler { 0x00009abc, 0x00000000, 0x000000f9 }, 209314779705SSam Leffler { 0x00009ac0, 0x00000000, 0x000000f9 }, 209414779705SSam Leffler { 0x00009ac4, 0x00000000, 0x000000f9 }, 209514779705SSam Leffler { 0x00009ac8, 0x00000000, 0x000000f9 }, 209614779705SSam Leffler { 0x00009acc, 0x00000000, 0x000000f9 }, 209714779705SSam Leffler { 0x00009ad0, 0x00000000, 0x000000f9 }, 209814779705SSam Leffler { 0x00009ad4, 0x00000000, 0x000000f9 }, 209914779705SSam Leffler { 0x00009ad8, 0x00000000, 0x000000f9 }, 210014779705SSam Leffler { 0x00009adc, 0x00000000, 0x000000f9 }, 210114779705SSam Leffler { 0x00009ae0, 0x00000000, 0x000000f9 }, 210214779705SSam Leffler { 0x00009ae4, 0x00000000, 0x000000f9 }, 210314779705SSam Leffler { 0x00009ae8, 0x00000000, 0x000000f9 }, 210414779705SSam Leffler { 0x00009aec, 0x00000000, 0x000000f9 }, 210514779705SSam Leffler { 0x00009af0, 0x00000000, 0x000000f9 }, 210614779705SSam Leffler { 0x00009af4, 0x00000000, 0x000000f9 }, 210714779705SSam Leffler { 0x00009af8, 0x00000000, 0x000000f9 }, 210814779705SSam Leffler { 0x00009afc, 0x00000000, 0x000000f9 }, 210914779705SSam Leffler}; 211014779705SSam Leffler 211114779705SSam Lefflerstatic const uint32_t ar5212Bank1_2317[][2] = { 211214779705SSam Leffler { 0x000098d4, 0x00000020 }, 211314779705SSam Leffler}; 211414779705SSam Leffler 211514779705SSam Lefflerstatic const uint32_t ar5212Bank2_2317[][6] = { 211614779705SSam Leffler { 0x000098d0, 0x02001408, 0x02011408, 0x02001408, 0x02001408, 0x02011408 }, 211714779705SSam Leffler}; 211814779705SSam Leffler 211914779705SSam Lefflerstatic const uint32_t ar5212Bank3_2317[][6] = { 212014779705SSam Leffler { 0x000098dc, 0x00a020c0, 0x00a020c0, 0x00e020c0, 0x00e020c0, 0x00e020c0 }, 212114779705SSam Leffler}; 212214779705SSam Leffler 212314779705SSam Lefflerstatic const uint32_t ar5212Bank6_2317[][6] = { 212414779705SSam Leffler { 0x0000989c, 0x10000000, 0x10000000, 0x10000000, 0x10000000, 0x10000000 }, 212514779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 212614779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 212714779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 212814779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 212914779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 213014779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 213114779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 213214779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 213314779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 213414779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 213514779705SSam Leffler { 0x0000989c, 0x002a0000, 0x002a0000, 0x002a0000, 0x002a0000, 0x002a0000 }, 213614779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 213714779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 213814779705SSam Leffler { 0x0000989c, 0x00100000, 0x00100000, 0x00100000, 0x00100000, 0x00100000 }, 213914779705SSam Leffler { 0x0000989c, 0x00020000, 0x00020000, 0x00020000, 0x00020000, 0x00020000 }, 214014779705SSam Leffler { 0x0000989c, 0x00730000, 0x00730000, 0x00730000, 0x00730000, 0x00730000 }, 214114779705SSam Leffler { 0x0000989c, 0x00f80000, 0x00f80000, 0x00f80000, 0x00f80000, 0x00f80000 }, 214214779705SSam Leffler { 0x0000989c, 0x00e70000, 0x00e70000, 0x00e70000, 0x00e70000, 0x00e70000 }, 214314779705SSam Leffler { 0x0000989c, 0x00140100, 0x00140100, 0x00140100, 0x00140100, 0x00140100 }, 214414779705SSam Leffler { 0x0000989c, 0x00910040, 0x00910040, 0x00910040, 0x00910040, 0x00910040 }, 214514779705SSam Leffler { 0x0000989c, 0x0007001a, 0x0007001a, 0x0007001a, 0x0007001a, 0x0007001a }, 214614779705SSam Leffler { 0x0000989c, 0x00410000, 0x00410000, 0x00410000, 0x00410000, 0x00410000 }, 214714779705SSam Leffler { 0x0000989c, 0x00810000, 0x00810000, 0x00810060, 0x00810060, 0x00810060 }, 214814779705SSam Leffler { 0x0000989c, 0x00020800, 0x00020800, 0x00020803, 0x00020803, 0x00020803 }, 214914779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 215014779705SSam Leffler { 0x0000989c, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 215114779705SSam Leffler { 0x0000989c, 0x00001660, 0x00001660, 0x00001660, 0x00001660, 0x00001660 }, 215214779705SSam Leffler { 0x0000989c, 0x00001688, 0x00001688, 0x00001688, 0x00001688, 0x00001688 }, 215314779705SSam Leffler { 0x000098c4, 0x00000001, 0x00000001, 0x00000001, 0x00000001, 0x00000001 }, 215414779705SSam Leffler}; 215514779705SSam Leffler 215614779705SSam Lefflerstatic const uint32_t ar5212Bank7_2317[][6] = { 215714779705SSam Leffler { 0x0000989c, 0x00006400, 0x00006400, 0x00006400, 0x00006400, 0x00006400 }, 215814779705SSam Leffler { 0x0000989c, 0x00000800, 0x00000800, 0x00000800, 0x00000800, 0x00000800 }, 215914779705SSam Leffler { 0x000098cc, 0x0000000e, 0x0000000e, 0x0000000e, 0x0000000e, 0x0000000e }, 216014779705SSam Leffler}; 216114779705SSam Leffler#endif /* AH_5212_2317 */ 216214779705SSam Leffler 216314779705SSam Leffler#ifdef AH_5212_2425 216414779705SSam Lefflerstatic const uint32_t ar5212Bank7_2425[][6] = { 216514779705SSam Leffler { 0x0000989c, 0x00006400, 0x00006400, 0x00006400, 0x00006400, 0x00006400 }, 216614779705SSam Leffler { 0x0000989c, 0x00000800, 0x00000800, 0x00000800, 0x00000800, 0x00000800 }, 216714779705SSam Leffler { 0x000098cc, 0x0000000e, 0x0000000e, 0x0000000e, 0x0000000e, 0x0000000e }, 216814779705SSam Leffler}; 216914779705SSam Leffler#endif /* AH_5212_2425 */ 2170