Searched refs:FX_HOUR_SHIFT (Results 1 – 7 of 7) sorted by relevance
90 hour = (_fx_system_time >> FX_HOUR_SHIFT) & FX_HOUR_MASK; in _fx_system_timer_entry()338 _fx_system_time = (hour << FX_HOUR_SHIFT) | in _fx_system_timer_entry()
81 _fx_system_time = (hour << FX_HOUR_SHIFT) | in _fx_system_time_set()
90 *hour = (time >> FX_HOUR_SHIFT) & FX_HOUR_MASK; in _fx_system_time_get()
124 …dir_entry.fx_dir_entry_time = (hour << FX_HOUR_SHIFT) | (minute << FX_MINUTE_SHIFT) | (second / 2… in _fx_file_date_time_set()
209 *hour = (dir_entry.fx_dir_entry_time >> FX_HOUR_SHIFT) & FX_HOUR_MASK; in _fx_directory_information_get()
368 *hour = (entry.fx_dir_entry_time >> FX_HOUR_SHIFT) & FX_HOUR_MASK; in _fx_directory_next_full_entry_find()
512 #define FX_HOUR_SHIFT 11 macro