Searched refs:config_reg_write_bits (Results 1 – 4 of 4) sorted by relevance
60 int config_reg_write_bits(struct wfx_dev *wdev, u32 mask, u32 val);
394 ret = config_reg_write_bits(wdev, CFG_CPU_RESET, 0); in wfx_init_device()400 return config_reg_write_bits(wdev, in wfx_init_device()
232 config_reg_write_bits(wdev, 0xFF, 0x00); in ack_sdio_data()
314 int config_reg_write_bits(struct wfx_dev *wdev, u32 mask, u32 val) in config_reg_write_bits() function