Searched refs:REGISTERS_BASE (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/ti/wl12xx/
H A Dreg.h30 #define REGISTERS_BASE 0x00300000 macro
52 #define WL12XX_SLV_SOFT_RESET (REGISTERS_BASE + 0x0000)
54 #define WL1271_SLV_REG_DATA (REGISTERS_BASE + 0x0008)
55 #define WL1271_SLV_REG_ADATA (REGISTERS_BASE + 0x000c)
56 #define WL1271_SLV_MEM_DATA (REGISTERS_BASE + 0x0018)
58 #define WL12XX_REG_INTERRUPT_TRIG (REGISTERS_BASE + 0x0474)
59 #define WL12XX_REG_INTERRUPT_TRIG_H (REGISTERS_BASE + 0x0478)
89 #define WL12XX_REG_INTERRUPT_MASK (REGISTERS_BASE + 0x04DC)
99 #define ACX_REG_HINT_MASK_SET (REGISTERS_BASE + 0x04E0)
109 #define ACX_REG_HINT_MASK_CLR (REGISTERS_BASE
[all...]
H A Dmain.c509 .start = REGISTERS_BASE,
529 .start = REGISTERS_BASE,
548 .start = REGISTERS_BASE,
/drivers/net/wireless/ti/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...]
H A Dio.c28 [ACX_REG_INTERRUPT_TRIG] = (REGISTERS_BASE + 0x0474),
29 [ACX_REG_INTERRUPT_TRIG_H] = (REGISTERS_BASE + 0x0478),
30 [ACX_REG_INTERRUPT_MASK] = (REGISTERS_BASE + 0x0494),
31 [ACX_REG_HINT_MASK_SET] = (REGISTERS_BASE + 0x0498),
32 [ACX_REG_HINT_MASK_CLR] = (REGISTERS_BASE + 0x049C),
33 [ACX_REG_INTERRUPT_NO_CLEAR] = (REGISTERS_BASE + 0x04B0),
34 [ACX_REG_INTERRUPT_CLEAR] = (REGISTERS_BASE + 0x04A4),
35 [ACX_REG_INTERRUPT_ACK] = (REGISTERS_BASE + 0x04A8),
36 [ACX_REG_SLV_SOFT_RESET] = (REGISTERS_BASE + 0x0000),
37 [ACX_REG_EE_START] = (REGISTERS_BASE
[all...]
H A Dwl1251.h442 #define WL1251_PART_DOWN_REG_START REGISTERS_BASE
447 #define WL1251_PART_WORK_REG_START REGISTERS_BASE
H A Dmain.c170 REGISTERS_BASE,
1435 wl1251_set_partition(wl, 0, 0, REGISTERS_BASE, REGISTERS_DOWN_SIZE);

Completed in 100 milliseconds