Home
last modified time | relevance | path

Searched refs:SEGMENT_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/
Da.out.h119 #define SEGMENT_SIZE page_size macro
122 #define SEGMENT_SIZE 0x2000 macro
125 #define SEGMENT_SIZE 0x20000 macro
129 #define SEGMENT_SIZE PAGE_SIZE macro
139 #define SEGMENT_SIZE 1024 macro
141 #ifndef SEGMENT_SIZE
143 #define SEGMENT_SIZE PAGE_SIZE macro
145 #define SEGMENT_SIZE getpagesize() macro
151 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/linux-3.4.99/drivers/usb/host/
Dxhci.h1237 #define SEGMENT_SIZE (TRBS_PER_SEGMENT*16) macro
1238 #define SEGMENT_SHIFT (__ffs(SEGMENT_SIZE))
Dxhci-mem.c54 memset(seg->trbs, 0, SEGMENT_SIZE); in xhci_segment_alloc()
521 addr < cur_ring->first_seg->dma + SEGMENT_SIZE; in xhci_test_radix_tree()
2338 SEGMENT_SIZE, 64, xhci->page_size); in xhci_mem_init()