Searched refs:wfx_config_reg_write_bits (Results 1 – 4 of 4) sorted by relevance
63 int wfx_config_reg_write_bits(struct wfx_dev *wdev, u32 mask, u32 val);
378 ret = wfx_config_reg_write_bits(wdev, CFG_CPU_RESET, 0); in wfx_init_device()384 return wfx_config_reg_write_bits(wdev, in wfx_init_device()
229 wfx_config_reg_write_bits(wdev, 0xFF, 0x00); in ack_sdio_data()
294 int wfx_config_reg_write_bits(struct wfx_dev *wdev, u32 mask, u32 val) in wfx_config_reg_write_bits() function