Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dfw.c92 u32 h2c_wait; in rtw_fw_send_h2c_command() local
125 h2c_wait = 20; in rtw_fw_send_h2c_command()
128 } while ((box_state >> box) & 0x1 && --h2c_wait > 0); in rtw_fw_send_h2c_command()
130 if (!h2c_wait) { in rtw_fw_send_h2c_command()