Searched refs:phl_fsm_time_left (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_fsm.h | 220 u32 phl_fsm_time_left(u32 start, u32 end);
|
| H A D | phl_fsm.c | 237 u32 phl_fsm_time_left(u32 start, u32 end) in phl_fsm_time_left() function 673 clk->remain = (int)phl_fsm_time_left(clk->start, in fsm_timer_callback() 992 clock->remain = (int)phl_fsm_time_left(clock->start, clock->end); in fsm_set_alarm() 1025 remain = MAX((int)phl_fsm_time_left(clk->start, clk->end), ms); in phl_fsm_extend_alarm_ext()
|
| H A D | phl_scan_fsm.c | 538 remain_time = phl_fsm_time_left(param->enqueue_time, end_time); in scan_start()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_fsm.h | 220 u32 phl_fsm_time_left(u32 start, u32 end);
|
| H A D | phl_fsm.c | 237 u32 phl_fsm_time_left(u32 start, u32 end) in phl_fsm_time_left() function 673 clk->remain = (int)phl_fsm_time_left(clk->start, in fsm_timer_callback() 992 clock->remain = (int)phl_fsm_time_left(clock->start, clock->end); in fsm_set_alarm() 1025 remain = MAX((int)phl_fsm_time_left(clk->start, clk->end), ms); in phl_fsm_extend_alarm_ext()
|
| H A D | phl_scan_fsm.c | 538 remain_time = phl_fsm_time_left(param->enqueue_time, end_time); in scan_start()
|