Searched defs:REGISTERS_BASE (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/wl1251/
H A Dreg.h28 #define REGISTERS_BASE 0x00300000 macro
44 #define SOR_CFG (REGISTERS_BASE + 0x0800)
45 #define ECPU_CTRL (REGISTERS_BASE + 0x0804)
46 #define HI_CFG (REGISTERS_BASE + 0x0808)
49 #define EE_START (REGISTERS_BASE + 0x080C)
50 #define EE_CTL (REGISTERS_BASE + 0x2000)
51 #define EE_DATA (REGISTERS_BASE + 0x2004)
52 #define EE_ADDR (REGISTERS_BASE + 0x2008)
56 #define CHIP_ID_B (REGISTERS_BASE + 0x5674)
62 #define ENABLE (REGISTERS_BASE
[all...]
/drivers/net/wireless/wl12xx/
H A Dreg.h30 #define REGISTERS_BASE 0x00300000 macro
60 #define ACX_REG_SLV_SOFT_RESET (REGISTERS_BASE + 0x0000)
62 #define WL1271_SLV_REG_DATA (REGISTERS_BASE + 0x0008)
63 #define WL1271_SLV_REG_ADATA (REGISTERS_BASE + 0x000c)
64 #define WL1271_SLV_MEM_DATA (REGISTERS_BASE + 0x0018)
66 #define ACX_REG_INTERRUPT_TRIG (REGISTERS_BASE + 0x0474)
67 #define ACX_REG_INTERRUPT_TRIG_H (REGISTERS_BASE + 0x0478)
97 #define ACX_REG_INTERRUPT_MASK (REGISTERS_BASE + 0x04DC)
107 #define ACX_REG_HINT_MASK_SET (REGISTERS_BASE + 0x04E0)
117 #define ACX_REG_HINT_MASK_CLR (REGISTERS_BASE
[all...]

Completed in 72 milliseconds