Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsmc91111.h218 #define SWAB7206(x) ({ word __x = x; ((__x << 8)|(__x >> 8)); }) macro
226 *__b2++ = SWAB7206(SMC_inw(a, r)); \
243 SMC_outw(a, SWAB7206(*__b2), r); \