Searched refs:UINT32_MASK (Results 1 – 1 of 1) sorted by relevance
32 #define UINT32_MASK 0xFFFFFFFF /* 32 bit Mask */ macro116 val = (repeat_interval >> UINT32_SIZE) & UINT32_MASK; in tgpio_intel_periodic_output()118 val = repeat_interval & UINT32_MASK; in tgpio_intel_periodic_output()122 val = (start_time >> UINT32_SIZE) & UINT32_MASK; in tgpio_intel_periodic_output()124 val = start_time & UINT32_MASK; in tgpio_intel_periodic_output()