Searched refs:usb_ulp_read_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/rsi/ |
H A D | rsi_91x_usb.c | 676 static int usb_ulp_read_write(struct rsi_hw *adapter, u16 addr, u32 data, in usb_ulp_read_write() function 727 ret = usb_ulp_read_write(adapter, RSI_WATCH_DOG_TIMER_1, in rsi_reset_card() 731 ret = usb_ulp_read_write(adapter, RSI_WATCH_DOG_TIMER_2, in rsi_reset_card() 735 ret = usb_ulp_read_write(adapter, RSI_WATCH_DOG_DELAY_TIMER_1, in rsi_reset_card() 739 ret = usb_ulp_read_write(adapter, RSI_WATCH_DOG_DELAY_TIMER_2, in rsi_reset_card() 743 ret = usb_ulp_read_write(adapter, RSI_WATCH_DOG_TIMER_ENABLE, in rsi_reset_card()
|