Home
last modified time | relevance | path

Searched refs:WFX_REG_SRAM_DPORT (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/wfx/
A Dhwio.c118 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()
A Dbus.h19 #define WFX_REG_SRAM_DPORT 0x5 macro
A Dtraces.h227 wfx_reg_name(WFX_REG_SRAM_DPORT, "SRAM") \

Completed in 5 milliseconds