Searched refs:EP_PAGE_SIZE (Results 1 – 1 of 1) sorted by relevance
64 #define EP_PAGE_SIZE 256 macro65 #define EP_PAGE_MASK (EP_PAGE_SIZE - 1)66 #define EP_PAGE_DWORDS (EP_PAGE_SIZE / sizeof(u32))132 bytes = EP_PAGE_SIZE - start_offset; in read_length()149 while (len >= EP_PAGE_SIZE) { in read_length()151 memcpy(dest, buffer, EP_PAGE_SIZE); in read_length()153 start += EP_PAGE_SIZE; in read_length()154 len -= EP_PAGE_SIZE; in read_length()155 dest += EP_PAGE_SIZE; in read_length()308 (directory + EP_PAGE_SIZE - sizeof(*footer)); in read_segment_platform_config()[all …]