drivers: change suffix ull to ULL Replace suffix ull to ULL to increase code readability and prevent unexpected behaviours, because the lowercase character l shall not be used in a literal suffix Found as a coding guideline violation (MISRA R7.3) by static coding scanning tool. Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>