Searched refs:ILO_START_ALIGN (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/misc/
H A Dhpilo.h161 #define ILO_START_ALIGN 4096 macro
H A Dhpilo.c268 ILO_START_ALIGN + ILO_CACHE_SZ;
280 dma_va = (char *)roundup((unsigned long)dma_va, ILO_START_ALIGN);
281 dma_pa = roundup(dma_pa, ILO_START_ALIGN);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/misc/
H A Dhpilo.h161 #define ILO_START_ALIGN 4096 macro
H A Dhpilo.c268 ILO_START_ALIGN + ILO_CACHE_SZ;
280 dma_va = (char *)roundup((unsigned long)dma_va, ILO_START_ALIGN);
281 dma_pa = roundup(dma_pa, ILO_START_ALIGN);

Completed in 63 milliseconds