Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/wfx/
Dhwio.c131 ret = read32(wdev, WFX_REG_CONFIG, &cfg); in indirect_read()
135 ret = write32(wdev, WFX_REG_CONFIG, cfg | prefetch); in indirect_read()
140 ret = read32(wdev, WFX_REG_CONFIG, &cfg); in indirect_read()
306 return read32_locked(wdev, WFX_REG_CONFIG, val); in config_reg_read()
311 return write32_locked(wdev, WFX_REG_CONFIG, val); in config_reg_write()
316 return write32_bits_locked(wdev, WFX_REG_CONFIG, mask, val); in config_reg_write_bits()
Dbus_spi.c78 if (bus->need_swab && addr == WFX_REG_CONFIG) in wfx_spi_copy_from_io()
111 if (bus->need_swab && addr == WFX_REG_CONFIG) in wfx_spi_copy_to_io()
120 if (bus->need_swab && addr == WFX_REG_CONFIG) in wfx_spi_copy_to_io()
Dbus.h14 #define WFX_REG_CONFIG 0x0 macro
Dtraces.h222 wfx_reg_name(WFX_REG_CONFIG, "CONFIG") \