Searched refs:FX_MONTH_MASK (Results 1 – 5 of 5) sorted by relevance
98 *month = (date >> FX_MONTH_SHIFT) & FX_MONTH_MASK; in _fx_system_date_get()
92 month = (_fx_system_date >> FX_MONTH_SHIFT) & FX_MONTH_MASK; in _fx_system_timer_entry()
193 *month = (dir_entry.fx_dir_entry_date >> FX_MONTH_SHIFT) & FX_MONTH_MASK; in _fx_directory_information_get()
352 *month = (entry.fx_dir_entry_date >> FX_MONTH_SHIFT) & FX_MONTH_MASK; in _fx_directory_next_full_entry_find()
515 #define FX_MONTH_MASK 0x0F macro