Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_aca.h70 #define ACA_ERROR_UE_MASK BIT_MASK(ACA_ERROR_TYPE_UE)
71 #define ACA_ERROR_CE_MASK BIT_MASK(ACA_ERROR_TYPE_CE)
72 #define ACA_ERROR_DEFERRED_MASK BIT_MASK(ACA_ERROR_TYPE_DEFERRED)
/openbsd/src/sys/dev/pci/drm/include/linux/
Dbitops.h30 #define BIT_MASK(x) (1UL << ((x) % BITS_PER_LONG)) macro
/openbsd/src/usr.bin/compress/
Dzopen.c86 #define BIT_MASK 0x1f /* Defines for third byte of header. */ macro
504 zs->zs_maxbits &= BIT_MASK; in zread()
/openbsd/src/sbin/savecore/
Dzopen.c86 #define BIT_MASK 0x1f /* Defines for third byte of header. */ macro