Home
last modified time | relevance | path

Searched refs:BYTE_TO_HOST (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/staging/tidspbridge/dynload/
Dparams.h161 #define BYTE_TO_HOST_TDATA_ROUND(x) (BYTE_TO_HOST((x) +\
172 #define BYTE_TO_HOST(x) (x) macro
176 #define BYTE_TO_HOST(x) ((x) >> (LOG_BITS_PER_AU - LOG_BITS_PER_BYTE)) macro
Dgetsection.c183 BYTE_TO_HOST(DOFF_ALIGN(dlthis->dfile_hdr.df_strtab_size)); in dload_module_open()
293 pos = BYTE_TO_HOST(DOFF_ALIGN((u32) sptr->ds_first_pkt_offset)); in dload_get_section()
314 ipsize = BYTE_TO_HOST(DOFF_ALIGN(ipacket.packet_size)); in dload_get_section()
315 if (ipsize > BYTE_TO_HOST(IMAGE_PACKET_SIZE)) { in dload_get_section()
Dcload.c597 ssiz = BYTE_TO_HOST(DOFF_ALIGN in dload_strings()
600 ssiz = BYTE_TO_HOST(DOFF_ALIGN in dload_strings()
699 #define MY_SYM_BUF_SIZ (BYTE_TO_HOST(IMAGE_PACKET_SIZE)/\
771 BYTE_TO_HOST(input_sym->dn_offset); in dload_symbols()
1138 u8 bufr[BYTE_TO_HOST(IMAGE_PACKET_SIZE)]; in dload_data()
1184 BYTE_TO_HOST(DOFF_ALIGN in dload_data()
1186 if (ipsize > BYTE_TO_HOST(IMAGE_PACKET_SIZE)) { in dload_data()
1264 BYTE_TO_HOST in dload_data()
Dtramp.c600 BYTE_TO_HOST in priv_tramp_pkt_finalize()
709 BYTE_TO_HOST in priv_dup_pkt_finalize()