Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/silabs/wfx/
A Dhwio.c104 WARN_ON(reg != WFX_REG_AHB_DPORT && reg != WFX_REG_SRAM_DPORT); in wfx_indirect_read()
108 else if (reg == WFX_REG_SRAM_DPORT) in wfx_indirect_read()
152 WARN_ON(reg != WFX_REG_AHB_DPORT && reg != WFX_REG_SRAM_DPORT); in wfx_indirect_write()
246 return wfx_indirect_read_locked(wdev, WFX_REG_SRAM_DPORT, addr, buf, len); in wfx_sram_buf_read()
256 return wfx_indirect_write_locked(wdev, WFX_REG_SRAM_DPORT, addr, buf, len); in wfx_sram_buf_write()
266 return wfx_indirect_read32_locked(wdev, WFX_REG_SRAM_DPORT, addr, val); in wfx_sram_reg_read()
276 return wfx_indirect_write32_locked(wdev, WFX_REG_SRAM_DPORT, addr, val); in wfx_sram_reg_write()
A Dbus.h19 #define WFX_REG_SRAM_DPORT 0x5 macro
A Dtraces.h225 wfx_reg_name(WFX_REG_SRAM_DPORT, "SRAM") \

Completed in 7 milliseconds