Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/silabs/wfx/
Dhwio.h63 int wfx_config_reg_write_bits(struct wfx_dev *wdev, u32 mask, u32 val);
Dfwio.c378 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()
Dbh.c229 wfx_config_reg_write_bits(wdev, 0xFF, 0x00); in ack_sdio_data()
Dhwio.c294 int wfx_config_reg_write_bits(struct wfx_dev *wdev, u32 mask, u32 val) in wfx_config_reg_write_bits() function