Searched refs:ulp_read_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/wireless/rsi/ |
D | rsi_91x_sdio.c | 1022 static void ulp_read_write(struct rsi_hw *adapter, u16 addr, u32 data, in ulp_read_write() function 1089 ulp_read_write(adapter, RSI_ULP_RESET_REG, RSI_ULP_WRITE_0, 32); in rsi_reset_chip() 1090 ulp_read_write(adapter, RSI_WATCH_DOG_TIMER_1, RSI_ULP_WRITE_2, 32); in rsi_reset_chip() 1091 ulp_read_write(adapter, RSI_WATCH_DOG_TIMER_2, RSI_ULP_WRITE_0, 32); in rsi_reset_chip() 1092 ulp_read_write(adapter, RSI_WATCH_DOG_DELAY_TIMER_1, RSI_ULP_WRITE_50, in rsi_reset_chip() 1094 ulp_read_write(adapter, RSI_WATCH_DOG_DELAY_TIMER_2, RSI_ULP_WRITE_0, in rsi_reset_chip() 1096 ulp_read_write(adapter, RSI_WATCH_DOG_TIMER_ENABLE, in rsi_reset_chip()
|