Home
last modified time | relevance | path

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

/linux/drivers/staging/wfx/
A Dhwio.c76 static int write32_locked(struct wfx_dev *wdev, int reg, u32 val) in write32_locked() function
311 return write32_locked(wdev, WFX_REG_CONFIG, val); in config_reg_write()
326 return write32_locked(wdev, WFX_REG_CONTROL, val); in control_reg_write()
339 ret = write32_locked(wdev, WFX_REG_SET_GEN_R_W, IGPR_RW | index << 24); in igpr_reg_read()
351 return write32_locked(wdev, WFX_REG_SET_GEN_R_W, index << 24 | val); in igpr_reg_write()

Completed in 4 milliseconds