Searched refs:DOFF_ALIGN (Results 1 - 4 of 4) 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 Dgetsection.c183 BYTE_TO_HOST(DOFF_ALIGN(dlthis->dfile_hdr.df_strtab_size));
293 pos = BYTE_TO_HOST(DOFF_ALIGN((u32) sptr->ds_first_pkt_offset));
314 ipsize = BYTE_TO_HOST(DOFF_ALIGN(ipacket.packet_size));
H A Ddoff.h312 #define DOFF_ALIGN(addr) (((addr) + 3) & ~3UL) macro
H A Dcload.c597 ssiz = BYTE_TO_HOST(DOFF_ALIGN
600 ssiz = BYTE_TO_HOST(DOFF_ALIGN
1187 BYTE_TO_HOST(DOFF_ALIGN
/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
417 *psize = DOFF_ALIGN(*psize);
777 ul_sect_size = DOFF_ALIGN(ul_sect_size);

Completed in 160 milliseconds