Searched refs:SWAB7206 (Results 1 – 1 of 1) sorted by relevance
217 #define SWAB7206(x) ({ word __x = x; ((__x << 8)|(__x >> 8)); }) macro225 *__b2++ = SWAB7206(SMC_inw(a, r)); \242 SMC_outw(a, SWAB7206(*__b2), r); \