Searched defs:DOFF_ALIGN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Ddoff.h312 #define DOFF_ALIGN(addr) (((addr) + 3) & ~3UL) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddbll.c44 #define DOFF_ALIGN(x) (((x) + 3) & ~3UL) macro

Completed in 38 milliseconds