Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl12xx/
H A Dreg.h16 #define REGISTERS_BASE 0x00300000 macro
38 #define WL12XX_SLV_SOFT_RESET (REGISTERS_BASE + 0x0000)
40 #define WL1271_SLV_REG_DATA (REGISTERS_BASE + 0x0008)
41 #define WL1271_SLV_REG_ADATA (REGISTERS_BASE + 0x000c)
42 #define WL1271_SLV_MEM_DATA (REGISTERS_BASE + 0x0018)
44 #define WL12XX_REG_INTERRUPT_TRIG (REGISTERS_BASE + 0x0474)
45 #define WL12XX_REG_INTERRUPT_TRIG_H (REGISTERS_BASE + 0x0478)
75 #define WL12XX_REG_INTERRUPT_MASK (REGISTERS_BASE + 0x04DC)
85 #define ACX_REG_HINT_MASK_SET (REGISTERS_BASE + 0x04E0)
95 #define ACX_REG_HINT_MASK_CLR (REGISTERS_BASE + 0x04E4)
[all …]
H A Dmain.c496 .start = REGISTERS_BASE,
516 .start = REGISTERS_BASE,
535 .start = REGISTERS_BASE,
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/
H A Dreg.h14 #define REGISTERS_BASE 0x00300000 macro
30 #define SOR_CFG (REGISTERS_BASE + 0x0800)
31 #define ECPU_CTRL (REGISTERS_BASE + 0x0804)
32 #define HI_CFG (REGISTERS_BASE + 0x0808)
35 #define EE_START (REGISTERS_BASE + 0x080C)
36 #define EE_CTL (REGISTERS_BASE + 0x2000)
37 #define EE_DATA (REGISTERS_BASE + 0x2004)
38 #define EE_ADDR (REGISTERS_BASE + 0x2008)
42 #define CHIP_ID_B (REGISTERS_BASE + 0x5674)
48 #define ENABLE (REGISTERS_BASE + 0x5450)
[all …]
H A Dio.c14 [ACX_REG_INTERRUPT_TRIG] = (REGISTERS_BASE + 0x0474),
15 [ACX_REG_INTERRUPT_TRIG_H] = (REGISTERS_BASE + 0x0478),
16 [ACX_REG_INTERRUPT_MASK] = (REGISTERS_BASE + 0x0494),
17 [ACX_REG_HINT_MASK_SET] = (REGISTERS_BASE + 0x0498),
18 [ACX_REG_HINT_MASK_CLR] = (REGISTERS_BASE + 0x049C),
19 [ACX_REG_INTERRUPT_NO_CLEAR] = (REGISTERS_BASE + 0x04B0),
20 [ACX_REG_INTERRUPT_CLEAR] = (REGISTERS_BASE + 0x04A4),
21 [ACX_REG_INTERRUPT_ACK] = (REGISTERS_BASE + 0x04A8),
22 [ACX_REG_SLV_SOFT_RESET] = (REGISTERS_BASE + 0x0000),
23 [ACX_REG_EE_START] = (REGISTERS_BASE + 0x080C),
[all …]
H A Dwl1251.h428 #define WL1251_PART_DOWN_REG_START REGISTERS_BASE
433 #define WL1251_PART_WORK_REG_START REGISTERS_BASE
H A Dmain.c157 REGISTERS_BASE, in wl1251_chip_wakeup()
1414 wl1251_set_partition(wl, 0, 0, REGISTERS_BASE, REGISTERS_DOWN_SIZE); in wl1251_read_eeprom_mac()