Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/boot/
Daddnote.c56 #define ROUNDUP(len) (((len) + 3) & ~3) macro
108 nnote = 12 + ROUNDUP(strlen(arch) + 1) + sizeof(descr); in main()
109 nnote2 = 12 + ROUNDUP(strlen(rpaname) + 1) + sizeof(rpanote); in main()
176 ns += 12 + ROUNDUP(strlen(rpaname) + 1); in main()
/linux-3.4.99/arch/ia64/hp/common/
Dsba_iommu.c273 #define ROUNDUP(x,y) ((x + ((y)-1)) & ~((y)-1)) macro
543 uint bitshiftcnt = ROUNDUP(ioc->res_bitshift, o); in sba_search_bitmap()
1083 size = ROUNDUP(size, iovp_size); in sba_unmap_page()
1277 cnt = ROUNDUP(cnt, iovp_size); in sba_fill_pdir()