Lines Matching +full:0 +full:x10001
18 #define SDIO_FUNC_0 0
22 #define SDIOD_FBR_SIZE 0x100
25 #define SDIO_FUNC_ENABLE_1 0x02
26 #define SDIO_FUNC_ENABLE_2 0x04
29 #define SDIO_FUNC_READY_1 0x02
30 #define SDIO_FUNC_READY_2 0x04
33 #define INTR_STATUS_FUNC1 0x2
34 #define INTR_STATUS_FUNC2 0x4
40 #define REG_F0_REG_MASK 0x7FF
41 #define REG_F1_MISC_MASK 0x1FFFF
43 /* as of sdiod rev 0, supports 3 functions */
46 /* function 0 vendor specific CCCR registers */
47 #define SDIO_CCCR_BRCM_CARDCAP 0xf0
48 #define SDIO_CCCR_BRCM_CARDCAP_CMD14_SUPPORT 0x02
49 #define SDIO_CCCR_BRCM_CARDCAP_CMD14_EXT 0x04
50 #define SDIO_CCCR_BRCM_CARDCAP_CMD_NODEC 0x08
51 #define SDIO_CCCR_BRCM_CARDCTRL 0xf1
52 #define SDIO_CCCR_BRCM_CARDCTRL_WLANRESET 0x02
53 #define SDIO_CCCR_BRCM_SEPINT 0xf2
55 #define SDIO_SEPINT_MASK 0x01
56 #define SDIO_SEPINT_OE 0x02
57 #define SDIO_SEPINT_ACT_HI 0x04
62 #define SBSDIO_SPROM_CS 0x10000
64 #define SBSDIO_SPROM_INFO 0x10001
65 /* sprom indirect access data byte 0 */
66 #define SBSDIO_SPROM_DATA_LOW 0x10002
68 #define SBSDIO_SPROM_DATA_HIGH 0x10003
69 /* sprom indirect access addr byte 0 */
70 #define SBSDIO_SPROM_ADDR_LOW 0x10004
72 #define SBSDIO_GPIO_SELECT 0x10005
74 #define SBSDIO_GPIO_OUT 0x10006
76 #define SBSDIO_GPIO_EN 0x10007
78 #define SBSDIO_WATERMARK 0x10008
80 #define SBSDIO_DEVICE_CTL 0x10009
83 #define SBSDIO_FUNC1_SBADDRLOW 0x1000A
85 #define SBSDIO_FUNC1_SBADDRMID 0x1000B
87 #define SBSDIO_FUNC1_SBADDRHIGH 0x1000C
89 #define SBSDIO_FUNC1_FRAMECTRL 0x1000D
91 #define SBSDIO_FUNC1_CHIPCLKCSR 0x1000E
93 #define SBSDIO_FUNC1_SDIOPULLUP 0x1000F
95 #define SBSDIO_FUNC1_WFRAMEBCLO 0x10019
97 #define SBSDIO_FUNC1_WFRAMEBCHI 0x1001A
99 #define SBSDIO_FUNC1_RFRAMEBCLO 0x1001B
101 #define SBSDIO_FUNC1_RFRAMEBCHI 0x1001C
103 #define SBSDIO_FUNC1_MESBUSYCTRL 0x1001D
105 #define SBSDIO_FUNC1_WAKEUPCTRL 0x1001E
106 #define SBSDIO_FUNC1_WCTRL_ALPWAIT_MASK 0x1
107 #define SBSDIO_FUNC1_WCTRL_ALPWAIT_SHIFT 0
108 #define SBSDIO_FUNC1_WCTRL_HTWAIT_MASK 0x2
110 #define SBSDIO_FUNC1_SLEEPCSR 0x1001F
111 #define SBSDIO_FUNC1_SLEEPCSR_KSO_MASK 0x1
112 #define SBSDIO_FUNC1_SLEEPCSR_KSO_SHIFT 0
114 #define SBSDIO_FUNC1_SLEEPCSR_DEVON_MASK 0x2
117 #define SBSDIO_FUNC1_MISC_REG_START 0x10000 /* f1 misc register start */
118 #define SBSDIO_FUNC1_MISC_REG_LIMIT 0x1001F /* f1 misc register end */
123 #define SBSDIO_SB_OFT_ADDR_MASK 0x07FFF
124 #define SBSDIO_SB_OFT_ADDR_LIMIT 0x08000
126 #define SBSDIO_SB_ACCESS_2_4B_FLAG 0x08000
130 #define SBSDIO_SBADDRLOW_MASK 0x80 /* Valid bits in SBADDRLOW */
131 #define SBSDIO_SBADDRMID_MASK 0xff /* Valid bits in SBADDRMID */
132 #define SBSDIO_SBADDRHIGH_MASK 0xffU /* Valid bits in SBADDRHIGH */
134 #define SBSDIO_SBWINDOW_MASK 0xffff8000
136 #define SDIOH_READ 0 /* Read request */
139 #define SDIOH_DATA_FIX 0 /* Fixed addressing */
143 #define SUCCESS 0