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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dhcf.h125 #define CNV_LONGP_TO_LITTLE(pdw) ((hcf_32)(*(hcf_8 *)pdw)) | ((hcf_32)(*((hcf_8 *)pdw+1)) << 8) | \ macro
128 #define CNV_LONGP_TO_LITTLE(pdw) (*(hcf_32 *)pdw) macro

Completed in 34 milliseconds