Searched defs:ahcifhr_sectexp_cyllowexp_cylhiexp_featuresexp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h365 uint32_t ahcifhr_sectexp_cyllowexp_cylhiexp_featuresexp; member in struct:ahci_fis_h2d_register
368 (fis->ahcifhr_sectexp_cyllowexp_cylhiexp_featuresexp & 0xff)
371 (fis->ahcifhr_sectexp_cyllowexp_cylhiexp_featuresexp |= \
375 ((fis->ahcifhr_sectexp_cyllowexp_cylhiexp_featuresexp >> 8) & 0xff)
378 (fis->ahcifhr_sectexp_cyllowexp_cylhiexp_featuresexp |= \
382 ((fis->ahcifhr_sectexp_cyllowexp_cylhiexp_featuresexp >> 16) & 0xff)
385 (fis->ahcifhr_sectexp_cyllowexp_cylhiexp_featuresexp |= \
389 (fis->ahcifhr_sectexp_cyllowexp_cylhiexp_featuresexp |= \

Completed in 47 milliseconds