Searched refs:box_state (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | fw.c | 396 u8 box_state, box; in rtw_fw_send_h2c_command_register() local 427 ret = read_poll_timeout_atomic(rtw_read8, box_state, in rtw_fw_send_h2c_command_register() 428 !((box_state >> box) & 0x1), 100, 3000, in rtw_fw_send_h2c_command_register() 449 u8 box_state; in rtw_fw_send_h2c_command() local 483 ret = read_poll_timeout_atomic(rtw_read8, box_state, in rtw_fw_send_h2c_command() 484 !((box_state >> box) & 0x1), 100, 3000, in rtw_fw_send_h2c_command()
|