Home
last modified time | relevance | path

Searched refs:box_state (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dfw.c315 u8 box_state, box; in rtw_fw_send_h2c_command_register() local
346 ret = read_poll_timeout_atomic(rtw_read8, box_state, in rtw_fw_send_h2c_command_register()
347 !((box_state >> box) & 0x1), 100, 3000, in rtw_fw_send_h2c_command_register()
367 u8 box_state; in rtw_fw_send_h2c_command() local
401 ret = read_poll_timeout_atomic(rtw_read8, box_state, in rtw_fw_send_h2c_command()
402 !((box_state >> box) & 0x1), 100, 3000, in rtw_fw_send_h2c_command()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dfw.c209 u8 box_state; in rtw_fw_send_h2c_command() local
244 ret = read_poll_timeout_atomic(rtw_read8, box_state, in rtw_fw_send_h2c_command()
245 !((box_state >> box) & 0x1), 100, 3000, in rtw_fw_send_h2c_command()

Completed in 6 milliseconds