Searched refs:WFX_REG_SRAM_DPORT (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/staging/wfx/ |
D | hwio.c | 118 WARN_ON(reg != WFX_REG_AHB_DPORT && reg != WFX_REG_SRAM_DPORT); in indirect_read() 122 else if (reg == WFX_REG_SRAM_DPORT) in indirect_read() 166 WARN_ON(reg != WFX_REG_AHB_DPORT && reg != WFX_REG_SRAM_DPORT); in indirect_write() 266 return indirect_read_locked(wdev, WFX_REG_SRAM_DPORT, addr, buf, len); in sram_buf_read() 276 return indirect_write_locked(wdev, WFX_REG_SRAM_DPORT, addr, buf, len); in sram_buf_write() 286 return indirect_read32_locked(wdev, WFX_REG_SRAM_DPORT, addr, val); in sram_reg_read() 296 return indirect_write32_locked(wdev, WFX_REG_SRAM_DPORT, addr, val); in sram_reg_write()
|
D | bus.h | 19 #define WFX_REG_SRAM_DPORT 0x5 macro
|
D | traces.h | 227 wfx_reg_name(WFX_REG_SRAM_DPORT, "SRAM") \
|