Searched refs:EP_PAGE_SIZE (Results 1 – 1 of 1) sorted by relevance
68 #define EP_PAGE_SIZE 256 macro69 #define EEP_PAGE_MASK (EP_PAGE_SIZE - 1)233 for (i = 0; i < EP_PAGE_SIZE/sizeof(u32); i++) in read_page()244 u32 buffer[EP_PAGE_SIZE/sizeof(u32)]; in read_length()251 for (offset = 0; offset < len; offset += EP_PAGE_SIZE) { in read_length()254 buffer, EP_PAGE_SIZE)) { in read_length()275 for (i = 1; i < EP_PAGE_SIZE/sizeof(u32); i++) in write_page()287 u32 buffer[EP_PAGE_SIZE/sizeof(u32)]; in write_length()296 for (offset = 0; offset < len; offset += EP_PAGE_SIZE) { in write_length()298 EP_PAGE_SIZE)) { in write_length()