Lines Matching refs:wfx_dev

20 static int wfx_read32(struct wfx_dev *wdev, int reg, u32 *val)  in wfx_read32()
37 static int wfx_write32(struct wfx_dev *wdev, int reg, u32 val) in wfx_write32()
52 static int wfx_read32_locked(struct wfx_dev *wdev, int reg, u32 *val) in wfx_read32_locked()
63 static int wfx_write32_locked(struct wfx_dev *wdev, int reg, u32 val) in wfx_write32_locked()
74 static int wfx_write32_bits_locked(struct wfx_dev *wdev, int reg, u32 mask, u32 val) in wfx_write32_bits_locked()
96 static int wfx_indirect_read(struct wfx_dev *wdev, int reg, u32 addr, void *buf, size_t len) in wfx_indirect_read()
146 static int wfx_indirect_write(struct wfx_dev *wdev, int reg, u32 addr, in wfx_indirect_write()
160 static int wfx_indirect_read_locked(struct wfx_dev *wdev, int reg, u32 addr, in wfx_indirect_read_locked()
172 static int wfx_indirect_write_locked(struct wfx_dev *wdev, int reg, u32 addr, in wfx_indirect_write_locked()
184 static int wfx_indirect_read32_locked(struct wfx_dev *wdev, int reg, u32 addr, u32 *val) in wfx_indirect_read32_locked()
200 static int wfx_indirect_write32_locked(struct wfx_dev *wdev, int reg, u32 addr, u32 val) in wfx_indirect_write32_locked()
216 int wfx_data_read(struct wfx_dev *wdev, void *buf, size_t len) in wfx_data_read()
230 int wfx_data_write(struct wfx_dev *wdev, const void *buf, size_t len) in wfx_data_write()
244 int wfx_sram_buf_read(struct wfx_dev *wdev, u32 addr, void *buf, size_t len) in wfx_sram_buf_read()
249 int wfx_ahb_buf_read(struct wfx_dev *wdev, u32 addr, void *buf, size_t len) in wfx_ahb_buf_read()
254 int wfx_sram_buf_write(struct wfx_dev *wdev, u32 addr, const void *buf, size_t len) in wfx_sram_buf_write()
259 int wfx_ahb_buf_write(struct wfx_dev *wdev, u32 addr, const void *buf, size_t len) in wfx_ahb_buf_write()
264 int wfx_sram_reg_read(struct wfx_dev *wdev, u32 addr, u32 *val) in wfx_sram_reg_read()
269 int wfx_ahb_reg_read(struct wfx_dev *wdev, u32 addr, u32 *val) in wfx_ahb_reg_read()
274 int wfx_sram_reg_write(struct wfx_dev *wdev, u32 addr, u32 val) in wfx_sram_reg_write()
279 int wfx_ahb_reg_write(struct wfx_dev *wdev, u32 addr, u32 val) in wfx_ahb_reg_write()
284 int wfx_config_reg_read(struct wfx_dev *wdev, u32 *val) in wfx_config_reg_read()
289 int wfx_config_reg_write(struct wfx_dev *wdev, u32 val) in wfx_config_reg_write()
294 int wfx_config_reg_write_bits(struct wfx_dev *wdev, u32 mask, u32 val) in wfx_config_reg_write_bits()
299 int wfx_control_reg_read(struct wfx_dev *wdev, u32 *val) in wfx_control_reg_read()
304 int wfx_control_reg_write(struct wfx_dev *wdev, u32 val) in wfx_control_reg_write()
309 int wfx_control_reg_write_bits(struct wfx_dev *wdev, u32 mask, u32 val) in wfx_control_reg_write_bits()
314 int wfx_igpr_reg_read(struct wfx_dev *wdev, int index, u32 *val) in wfx_igpr_reg_read()
329 int wfx_igpr_reg_write(struct wfx_dev *wdev, int index, u32 val) in wfx_igpr_reg_write()