Searched refs:high_low_short_to_ptr (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/dream/qdsp5/
H A Dadsp_video_verify_cmd.c34 static inline void *high_low_short_to_ptr(unsigned short high, function
58 phys_addr = high_low_short_to_ptr(*high, *low);
59 phys_size = (unsigned long)high_low_short_to_ptr(size_high, size_low);
H A Dadsp_videoenc_verify_cmd.c36 static inline void *high_low_short_to_ptr(unsigned short high, function
60 phys_addr = high_low_short_to_ptr(*high, *low);
61 phys_size = (unsigned long)high_low_short_to_ptr(size_high, size_low);

Completed in 87 milliseconds