Searched refs:EP_PAGE_SIZE (Results 1 – 1 of 1) sorted by relevance
23 #define EP_PAGE_SIZE 256 macro24 #define EP_PAGE_MASK (EP_PAGE_SIZE - 1)25 #define EP_PAGE_DWORDS (EP_PAGE_SIZE / sizeof(u32))91 bytes = EP_PAGE_SIZE - start_offset; in read_length()108 while (len >= EP_PAGE_SIZE) { in read_length()110 memcpy(dest, buffer, EP_PAGE_SIZE); in read_length()112 start += EP_PAGE_SIZE; in read_length()113 len -= EP_PAGE_SIZE; in read_length()114 dest += EP_PAGE_SIZE; in read_length()267 (directory + EP_PAGE_SIZE - sizeof(*footer)); in read_segment_platform_config()[all …]