blob: a1ba37209f96ddfac61cb023c20292d9344083f6 [file] [log] [blame]
Henry Ptasinskia9533e72010-09-08 21:04:42 -07001/*
2 * Copyright (c) 2010 Broadcom Corporation
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
11 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
14 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 */
16
Henry Ptasinskia9533e72010-09-08 21:04:42 -070017typedef struct d11init {
Greg Kroah-Hartman7d4df482010-10-07 17:04:47 -070018 u16 addr;
19 u16 size;
Greg Kroah-Hartman66cbd3a2010-10-08 11:05:47 -070020 u32 value;
Henry Ptasinskia9533e72010-09-08 21:04:42 -070021} d11init_t;
22
23extern d11init_t *d11lcn0bsinitvals24;
24extern d11init_t *d11lcn0initvals24;
25extern d11init_t *d11lcn1bsinitvals24;
26extern d11init_t *d11lcn1initvals24;
27extern d11init_t *d11lcn2bsinitvals24;
28extern d11init_t *d11lcn2initvals24;
29extern d11init_t *d11n0absinitvals16;
30extern d11init_t *d11n0bsinitvals16;
31extern d11init_t *d11n0initvals16;
Greg Kroah-Hartman66cbd3a2010-10-08 11:05:47 -070032extern u32 *bcm43xx_16_mimo;
33extern u32 bcm43xx_16_mimosz;
34extern u32 *bcm43xx_24_lcn;
35extern u32 bcm43xx_24_lcnsz;
36extern u32 *bcm43xx_bommajor;
37extern u32 *bcm43xx_bomminor;