Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/wfx/
Dhwio.h60 int config_reg_write_bits(struct wfx_dev *wdev, u32 mask, u32 val);
Dfwio.c394 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()
Dbh.c232 config_reg_write_bits(wdev, 0xFF, 0x00); in ack_sdio_data()
Dhwio.c314 int config_reg_write_bits(struct wfx_dev *wdev, u32 mask, u32 val) in config_reg_write_bits() function