Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/
Dhpilo.h161 #define ILO_CACHE_SZ 128 macro
167 u8 pad_0[ILO_CACHE_SZ - (sizeof(u64) * 4)];
170 u8 pad_1[ILO_CACHE_SZ - (sizeof(u64))];
173 u8 pad_2[ILO_CACHE_SZ - (sizeof(u64))];
Dhpilo.c266 ILO_START_ALIGN + ILO_CACHE_SZ; in ilo_ccb_setup()
294 dma_va = (char *)roundup((unsigned long)dma_va, ILO_CACHE_SZ); in ilo_ccb_setup()
295 dma_pa = roundup(dma_pa, ILO_CACHE_SZ); in ilo_ccb_setup()