Searched refs:REGISTERS_BASE (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wireless/ti/wl12xx/ |
| A D | reg.h | 16 #define REGISTERS_BASE 0x00300000 macro 158 #define WL12XX_HI_CFG (REGISTERS_BASE + 0x0808) 180 #define WL12XX_OCP_CMD (REGISTERS_BASE + 0x09C0) 184 #define WL12XX_CHIP_ID_B (REGISTERS_BASE + 0x5674) 186 #define WL12XX_ENABLE (REGISTERS_BASE + 0x5450) 190 #define WL12XX_ELP_CMD (REGISTERS_BASE + 0x5808) 198 #define WL12XX_SCR_PAD0 (REGISTERS_BASE + 0x5608) 199 #define WL12XX_SCR_PAD1 (REGISTERS_BASE + 0x560C) 200 #define WL12XX_SCR_PAD2 (REGISTERS_BASE + 0x5610) 201 #define WL12XX_SCR_PAD3 (REGISTERS_BASE + 0x5614) [all …]
|
| A D | main.c | 496 .start = REGISTERS_BASE, 516 .start = REGISTERS_BASE, 535 .start = REGISTERS_BASE,
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| A D | reg.h | 14 #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 …]
|
| A D | io.c | 14 [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), 24 [ACX_REG_ECPU_CONTROL] = (REGISTERS_BASE + 0x0804) [all …]
|
| A D | wl1251.h | 428 #define WL1251_PART_DOWN_REG_START REGISTERS_BASE 433 #define WL1251_PART_WORK_REG_START REGISTERS_BASE
|
| A D | main.c | 157 REGISTERS_BASE, in wl1251_chip_wakeup() 1414 wl1251_set_partition(wl, 0, 0, REGISTERS_BASE, REGISTERS_DOWN_SIZE); in wl1251_read_eeprom_mac()
|
Completed in 19 milliseconds