Home
last modified time | relevance | path

Searched defs:ROUNDUP (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/char/ip2/
Di2ellis.h547 #define ROUNDUP(number) (((number)+1) & (~1)) macro
/linux-2.4.37.9/arch/ia64/hp/common/
Dsba_iommu.c240 #define ROUNDUP(x,y) ((x + ((y)-1)) & ~((y)-1)) macro
/linux-2.4.37.9/arch/parisc/kernel/
Dccio-dma.c199 #define ROUNDUP(x,y) ((x + ((y)-1)) & ~((y)-1)) macro
Dsba_iommu.c273 #define ROUNDUP(x,y) ((x + ((y)-1)) & ~((y)-1)) macro
/linux-2.4.37.9/drivers/scsi/
D53c7,8xx.c469 #define ROUNDUP(adr,type) \ macro
D53c7xx.c587 #define ROUNDUP(adr,type) \ macro
/linux-2.4.37.9/drivers/net/
Dppp_generic.c89 #define ROUNDUP(n, x) (((n) + (x) - 1) / (x)) macro