Home
last modified time | relevance | path

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

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