Home
last modified time | relevance | path

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

/drivers/staging/wlags49_h2/
Dhcf.h112 #define CNV_BIG_TO_SHORT(w) (w) // no endianness conversion needed macro
118 #define CNV_BIG_TO_SHORT(w) CNV_END_SHORT(w) // endianness conversion needed macro
135 #define CNV_SHORT_TO_BIG(w) CNV_BIG_TO_SHORT(w)