Searched refs:box_state (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/wireless/realtek/rtw88/ |
D | fw.c | 315 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()
|