Searched refs:HME_XD_FLAGS (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dhmereg.h268 #define HME_XD_FLAGS(base, index) ((base) + ((index) * HME_XD_SIZE) + 0) macro
271 (p) ? letoh32(*((u_int32_t *)HME_XD_FLAGS(b,i))) : \
272 (*((u_int32_t *)HME_XD_FLAGS(b,i)))
274 *((u_int32_t *)HME_XD_FLAGS(b,i)) = ((p) ? htole32(f) : (f)); \

Completed in 55 milliseconds