Searched refs:US_PRE_SEC (Results 1 – 6 of 6) sorted by relevance
66 #define US_PRE_SEC 1000000 macro76 u += (uint64)((0xffffffff / US_PRE_SEC)) * time_h; in dhd_mschdbg_us_to_sec()77 r = cur_time - u * US_PRE_SEC; in dhd_mschdbg_us_to_sec()81 *sec = (uint32)(u + ((uint32)(r) / US_PRE_SEC)); in dhd_mschdbg_us_to_sec()82 *remain = (uint32)(r) % US_PRE_SEC; in dhd_mschdbg_us_to_sec()
60 #define US_PRE_SEC 1000000 macro70 u += (uint64)((0xffffffff / US_PRE_SEC)) * time_h; in dhd_mschdbg_us_to_sec()71 r = cur_time - u * US_PRE_SEC; in dhd_mschdbg_us_to_sec()75 *sec = (uint32)(u + ((uint32)(r) / US_PRE_SEC)); in dhd_mschdbg_us_to_sec()76 *remain = (uint32)(r) % US_PRE_SEC; in dhd_mschdbg_us_to_sec()
59 #define US_PRE_SEC 1000000 macro68 u += (uint64)((0xffffffff / US_PRE_SEC)) * time_h; in dhd_mschdbg_us_to_sec()69 r = cur_time - u * US_PRE_SEC; in dhd_mschdbg_us_to_sec()73 *sec = (uint32)(u + ((uint32)(r) / US_PRE_SEC)); in dhd_mschdbg_us_to_sec()74 *remain = (uint32)(r) % US_PRE_SEC; in dhd_mschdbg_us_to_sec()