Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dhwio.c63 static int wfx_write32_locked(struct wfx_dev *wdev, int reg, u32 val) in wfx_write32_locked() function
291 return wfx_write32_locked(wdev, WFX_REG_CONFIG, val); in wfx_config_reg_write()
306 return wfx_write32_locked(wdev, WFX_REG_CONTROL, val); in wfx_control_reg_write()
319 ret = wfx_write32_locked(wdev, WFX_REG_SET_GEN_R_W, IGPR_RW | index << 24); in wfx_igpr_reg_read()
331 return wfx_write32_locked(wdev, WFX_REG_SET_GEN_R_W, index << 24 | val); in wfx_igpr_reg_write()