Searched refs:box_state (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/wireless/realtek/rtw88/ |
D | fw.c | 388 u8 box_state, box; in rtw_fw_send_h2c_command_register() local 419 ret = read_poll_timeout_atomic(rtw_read8, box_state, in rtw_fw_send_h2c_command_register() 420 !((box_state >> box) & 0x1), 100, 3000, in rtw_fw_send_h2c_command_register() 441 u8 box_state; in rtw_fw_send_h2c_command() local 475 ret = read_poll_timeout_atomic(rtw_read8, box_state, in rtw_fw_send_h2c_command() 476 !((box_state >> box) & 0x1), 100, 3000, in rtw_fw_send_h2c_command()
|