Searched refs:WFX_REG_SRAM_DPORT (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | hwio.c | 104 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()
|
H A D | bus.h | 19 #define WFX_REG_SRAM_DPORT 0x5 macro
|
H A D | traces.h | 225 wfx_reg_name(WFX_REG_SRAM_DPORT, "SRAM") \
|