Home
last modified time | relevance | path

Searched refs:WFX_REG_CONFIG (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dhwio.c117 ret = wfx_read32(wdev, WFX_REG_CONFIG, &cfg); in wfx_indirect_read()
121 ret = wfx_write32(wdev, WFX_REG_CONFIG, cfg | prefetch); in wfx_indirect_read()
126 ret = wfx_read32(wdev, WFX_REG_CONFIG, &cfg); in wfx_indirect_read()
286 return wfx_read32_locked(wdev, WFX_REG_CONFIG, val); in wfx_config_reg_read()
291 return wfx_write32_locked(wdev, WFX_REG_CONFIG, val); in wfx_config_reg_write()
296 return wfx_write32_bits_locked(wdev, WFX_REG_CONFIG, mask, val); in wfx_config_reg_write_bits()
H A Dbus_spi.c91 if (bus->need_swab && addr == WFX_REG_CONFIG) in wfx_spi_copy_from_io()
124 if (bus->need_swab && addr == WFX_REG_CONFIG) in wfx_spi_copy_to_io()
133 if (bus->need_swab && addr == WFX_REG_CONFIG) in wfx_spi_copy_to_io()
H A Dbus.h14 #define WFX_REG_CONFIG 0x0 macro
H A Dtraces.h220 wfx_reg_name(WFX_REG_CONFIG, "CONFIG") \