Home
last modified time | relevance | path

Searched defs:SET_BIT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dutils.h62 #define SET_BIT( _bits, _val ) SET_FLAGS ( _bits, (0x1ULL << _val) ) macro
/illumos-gate/usr/src/uts/common/sys/sata/adapters/si3124/
H A Dsi3124var.h241 #define SET_BIT(tag, bit) (tag |= (0x1<<bit)) macro
/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h586 #define SET_BIT(tag, bit) (tag |= (0x1<<bit)) macro