Home
last modified time | relevance | path

Searched refs:ION_HEAP_DMA_END (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dion.h49 ION_HEAP_DMA_END = (ION_HEAP_DMA_START << 7), enumerator
50 ION_HEAP_CUSTOM_START = (ION_HEAP_DMA_END << 1),
/OK3568_Linux_fs/kernel/drivers/staging/android/ion/
H A Dion.c273 end_bit = __ffs(ION_HEAP_DMA_END); in ion_assign_heap_id()