Searched refs:wlcore_write_reg (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ti/wlcore/ |
D | boot.c | 33 ret = wlcore_write_reg(wl, REG_ECPU_CONTROL, cpu_ctrl); in wl1271_boot_set_ecpu_ctrl() 473 ret = wlcore_write_reg(wl, REG_INTERRUPT_ACK, in wlcore_boot_run_firmware()
|
D | io.h | 187 static inline int __must_check wlcore_write_reg(struct wl1271 *wl, int reg, in wlcore_write_reg() function
|
D | cmd.c | 109 ret = wlcore_write_reg(wl, REG_INTERRUPT_ACK, in __wlcore_cmd_send()
|
/linux-5.19.10/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 1131 ret = wlcore_write_reg(wl, REG_INTERRUPT_MASK, WL1271_ACX_INTR_ALL); in wl12xx_pre_boot() 1194 ret = wlcore_write_reg(wl, REG_INTERRUPT_MASK, in wl12xx_enable_interrupts() 1200 ret = wlcore_write_reg(wl, REG_INTERRUPT_MASK, in wl12xx_enable_interrupts() 1275 ret = wlcore_write_reg(wl, REG_INTERRUPT_TRIG, WL12XX_INTR_TRIG_CMD); in wl12xx_trigger_cmd() 1282 return wlcore_write_reg(wl, REG_INTERRUPT_TRIG, in wl12xx_ack_event()
|
/linux-5.19.10/drivers/net/wireless/ti/wl18xx/ |
D | main.c | 854 ret = wlcore_write_reg(wl, REG_INTERRUPT_MASK, WL1271_ACX_INTR_ALL); in wl18xx_pre_boot() 977 ret = wlcore_write_reg(wl, REG_INTERRUPT_MASK, event_mask); in wl18xx_enable_interrupts() 983 ret = wlcore_write_reg(wl, REG_INTERRUPT_MASK, in wl18xx_enable_interrupts() 1062 return wlcore_write_reg(wl, REG_INTERRUPT_TRIG, in wl18xx_ack_event()
|