Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/hme/
HDif_hmereg.h271 #define HME_XD_FLAGS(base, index) ((base) + ((index) * HME_XD_SIZE) + 0) macro
274 ((p) ? le32toh(*((u_int32_t *)HME_XD_FLAGS(b,i))) : \
275 (*((u_int32_t *)HME_XD_FLAGS(b,i))))
277 *((u_int32_t *)HME_XD_FLAGS(b,i)) = ((p) ? htole32((f)) : (f)); \