Go to the source code of this file.
#define CISTPL_FUNCE_LAN_NODE_ID 0x04 /* same as in PCMCIA */ |
Value:
Definition at line 465 of file sdio.c.
#define SBSDIO_FUNC1_SBADDRHIGH 0x1000c /* SB Address window High (b24-b31) */ |
#define SBSDIO_FUNC1_SBADDRLOW 0x1000a /* SB Address window Low (b15) */ |
#define SBSDIO_FUNC1_SBADDRMID 0x1000b /* SB Address window Mid (b23-b16) */ |
#define SBSDIO_SB_ACCESS_2_4B_FLAG 0x8000 /* forces 32-bit SB access */ |
#define SBSDIO_SB_OFT_ADDR_MASK 0x7FFF /* sb offset addr is <= 15 bits, 32k */ |
#define SBSDIO_SBADDRHIGH_MASK 0xff /* Valid address bits in SBADDRHIGH */ |
#define SBSDIO_SBADDRLOW_MASK 0x80 /* Valid address bits in SBADDRLOW */ |
#define SBSDIO_SBADDRMID_MASK 0xff /* Valid address bits in SBADDRMID */ |
#define SSB_SDIO_CIS 0x80 |
#define SSB_SDIO_CIS_ANTENNA 0x06 |
#define SSB_SDIO_CIS_ANTGAIN 0x07 |
#define SSB_SDIO_CIS_BFLAGS 0x08 |
#define SSB_SDIO_CIS_BOARDREV 0x02 |
#define SSB_SDIO_CIS_CCODE 0x05 |
#define SSB_SDIO_CIS_ID 0x01 |
#define SSB_SDIO_CIS_LEDS 0x09 |
#define SSB_SDIO_CIS_OEMNAME 0x04 |
#define SSB_SDIO_CIS_PA 0x03 |
#define SSB_SDIO_CIS_PA_ITSSI 6 |
#define SSB_SDIO_CIS_PA_MAXPOW 7 |
#define SSB_SDIO_CIS_PA_PA0B0_HI 1 |
#define SSB_SDIO_CIS_PA_PA0B0_LO 0 |
#define SSB_SDIO_CIS_PA_PA0B1_HI 3 |
#define SSB_SDIO_CIS_PA_PA0B1_LO 2 |
#define SSB_SDIO_CIS_PA_PA0B2_HI 5 |
#define SSB_SDIO_CIS_PA_PA0B2_LO 4 |
#define SSB_SDIO_CIS_SROMREV 0x00 |
#define SSB_VERBOSE_SDIOCORESWITCH_DEBUG 0 |
Initial value:= {
.read8 = ssb_sdio_read8,
.read16 = ssb_sdio_read16,
.read32 = ssb_sdio_read32,
.write8 = ssb_sdio_write8,
.write16 = ssb_sdio_write16,
.write32 = ssb_sdio_write32,
}
Definition at line 452 of file sdio.c.