Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dion.h48 ION_HEAP_DMA_START = (ION_HEAP_SYSTEM << 1), enumerator
49 ION_HEAP_DMA_END = (ION_HEAP_DMA_START << 7),
/OK3568_Linux_fs/kernel/drivers/staging/android/ion/
H A Dion.c272 start_bit = __ffs(ION_HEAP_DMA_START); in ion_assign_heap_id()