Home
last modified time | relevance | path

Searched refs:DIV_U64_BY_U32 (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_debug_linux.c347 msg_hdr.timestamp = DIV_U64_BY_U32(msg_hdr.timestamp, NSEC_PER_MSEC); in dhd_os_push_push_ring_data()
363 msg_hdr.timestamp = DIV_U64_BY_U32(msg_hdr.timestamp, NSEC_PER_MSEC); in dhd_os_push_push_ring_data()
H A Ddhd.h349 #define DIV_U64_BY_U32(dividend, divisor) div_u64(dividend, divisor) macro
371 #define DIV_U64_BY_U32(dividend, divisor) (uint64)(dividend) / (uint32)(divisor) macro
392 DIV_U64_BY_U32(t, NSEC_PER_SEC), \
H A Dwl_cfgvif.c5759 sleep = DIV_U64_BY_U32(sleep, MSEC_PER_MIN); in wl_get_ap_rps()
5760 time_since_enable = DIV_U64_BY_U32(time_since_enable, MSEC_PER_MIN); in wl_get_ap_rps()
H A Ddhd_common.c9913 time_taken = DIV_U64_BY_U32(time_taken, MSEC_PER_SEC); /* convert to ms */ in dhd_tput_test()
10172 current_time_sec = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC); in dhd_log_dump_trigger()
10193 dhdp->debug_dump_time_sec = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC); in dhd_log_dump_trigger()
H A Ddhd_linux.c6007 u64 curr_time = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC); in dhd_rx_frame()
28513 ifp->last_sync = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC);
28524 ifp->last_sync = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_debug_linux.c347 msg_hdr.timestamp = DIV_U64_BY_U32(msg_hdr.timestamp, NSEC_PER_MSEC); in dhd_os_push_push_ring_data()
363 msg_hdr.timestamp = DIV_U64_BY_U32(msg_hdr.timestamp, NSEC_PER_MSEC); in dhd_os_push_push_ring_data()
H A Ddhd.h347 #define DIV_U64_BY_U32(dividend, divisor) div_u64(dividend, divisor) macro
369 #define DIV_U64_BY_U32(dividend, divisor) (uint64)(dividend) / (uint32)(divisor) macro
390 DIV_U64_BY_U32(t, NSEC_PER_SEC), \
H A Dwl_cfgvif.c5714 sleep = DIV_U64_BY_U32(sleep, MSEC_PER_MIN); in wl_get_ap_rps()
5715 time_since_enable = DIV_U64_BY_U32(time_since_enable, MSEC_PER_MIN); in wl_get_ap_rps()
H A Ddhd_common.c9918 time_taken = DIV_U64_BY_U32(time_taken, MSEC_PER_SEC); /* convert to ms */ in dhd_tput_test()
10177 current_time_sec = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC); in dhd_log_dump_trigger()
10198 dhdp->debug_dump_time_sec = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC); in dhd_log_dump_trigger()
H A Ddhd_linux.c5993 u64 curr_time = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC); in dhd_rx_frame()
28632 ifp->last_sync = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC);
28643 ifp->last_sync = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_debug_linux.c352 msg_hdr.timestamp = DIV_U64_BY_U32(msg_hdr.timestamp, NSEC_PER_MSEC); in dhd_os_push_push_ring_data()
H A Ddhd.h300 #define DIV_U64_BY_U32(dividend, divisor) div_u64(dividend, divisor) macro
320 DIV_U64_BY_U32(t, NSEC_PER_SEC), \
H A Ddhd_common.c6434 time_taken = DIV_U64_BY_U32(time_taken, MSEC_PER_SEC); /* convert to ms */ in dhd_tput_test()
7481 current_time_sec = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC); in dhd_log_dump_trigger()
7501 dhdp->debug_dump_time_sec = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC); in dhd_log_dump_trigger()
H A Ddhd_linux.c4590 u64 curr_time = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC);
22719 ifp->last_sync = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC);
22730 ifp->last_sync = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC);
H A Dwl_cfg80211.c23529 sleep = DIV_U64_BY_U32(sleep, MSEC_PER_MIN);
23530 time_since_enable = DIV_U64_BY_U32(time_since_enable, MSEC_PER_MIN);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_debug_linux.c352 msg_hdr.timestamp = DIV_U64_BY_U32(msg_hdr.timestamp, NSEC_PER_MSEC); in dhd_os_push_push_ring_data()
H A Ddhd.h300 #define DIV_U64_BY_U32(dividend, divisor) div_u64(dividend, divisor) macro
320 DIV_U64_BY_U32(t, NSEC_PER_SEC), \
H A Ddhd_common.c6450 time_taken = DIV_U64_BY_U32(time_taken, MSEC_PER_SEC); /* convert to ms */ in dhd_tput_test()
7497 current_time_sec = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC); in dhd_log_dump_trigger()
7517 dhdp->debug_dump_time_sec = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC); in dhd_log_dump_trigger()
H A Ddhd_linux.c4579 u64 curr_time = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC);
22564 ifp->last_sync = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC);
22575 ifp->last_sync = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC);
H A Dwl_cfg80211.c23773 sleep = DIV_U64_BY_U32(sleep, MSEC_PER_MIN);
23774 time_since_enable = DIV_U64_BY_U32(time_since_enable, MSEC_PER_MIN);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_debug_linux.c352 msg_hdr.timestamp = DIV_U64_BY_U32(msg_hdr.timestamp, NSEC_PER_MSEC); in dhd_os_push_push_ring_data()
H A Ddhd.h300 #define DIV_U64_BY_U32(dividend, divisor) div_u64(dividend, divisor) macro
320 DIV_U64_BY_U32(t, NSEC_PER_SEC), \
H A Ddhd_common.c6450 time_taken = DIV_U64_BY_U32(time_taken, MSEC_PER_SEC); /* convert to ms */ in dhd_tput_test()
7497 current_time_sec = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC); in dhd_log_dump_trigger()
7517 dhdp->debug_dump_time_sec = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC); in dhd_log_dump_trigger()
H A Ddhd_linux.c4579 u64 curr_time = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC);
22629 ifp->last_sync = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC);
22640 ifp->last_sync = DIV_U64_BY_U32(OSL_LOCALTIME_NS(), NSEC_PER_SEC);
H A Dwl_cfg80211.c23775 sleep = DIV_U64_BY_U32(sleep, MSEC_PER_MIN);
23776 time_since_enable = DIV_U64_BY_U32(time_since_enable, MSEC_PER_MIN);

12