Home
last modified time | relevance | path

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

/linux/drivers/misc/
A Dhpilo.h164 #define ILO_CACHE_SZ 128 macro
170 u8 pad_0[ILO_CACHE_SZ - (sizeof(u64) * 4)];
173 u8 pad_1[ILO_CACHE_SZ - (sizeof(u64))];
176 u8 pad_2[ILO_CACHE_SZ - (sizeof(u64))];
A Dhpilo.c274 ILO_START_ALIGN + ILO_CACHE_SZ; in ilo_ccb_setup()
300 dma_va = (char *)roundup((unsigned long)dma_va, ILO_CACHE_SZ); in ilo_ccb_setup()
301 dma_pa = roundup(dma_pa, ILO_CACHE_SZ); in ilo_ccb_setup()

Completed in 5 milliseconds