Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dbcmgenetreg.h40 #define __LOWEST_SET_BIT(__mask) ((((__mask) - 1) & (__mask)) ^ (__mask)) macro
41 #define __SHIFTOUT(__x, __mask) (((__x) & (__mask)) / __LOWEST_SET_BIT(__mask))
42 #define __SHIFTIN(__x, __mask) ((__x) * __LOWEST_SET_BIT(__mask))
H A Dbwireg.h697 #define __LOWEST_SET_BIT(__mask) ((((__mask) - 1) & (__mask)) ^ (__mask)) macro
699 #define __SHIFTOUT(__x, __mask) (((__x) & (__mask)) / __LOWEST_SET_BIT(__mask))
700 #define __SHIFTIN(__x, __mask) ((__x) * __LOWEST_SET_BIT(__mask))
/openbsd/sys/dev/pci/
H A Dif_et.c74 #define __LOWEST_SET_BIT(__mask) ((((__mask) - 1) & (__mask)) ^ (__mask)) macro
75 #define __SHIFTOUT(__x, __mask) (((__x) & (__mask)) / __LOWEST_SET_BIT(__mask))
76 #define __SHIFTIN(__x, __mask) ((__x) * __LOWEST_SET_BIT(__mask))
H A Dif_aq_pci.c592 #define __LOWEST_SET_BIT(__mask) (((((uint32_t)__mask) - 1) & ((uint32_t)__mask)) ^ ((uint32_t)__ma… macro
593 #define __SHIFTIN(__x, __mask) ((__x) * __LOWEST_SET_BIT(__mask))