Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/sata/adapters/si3124/
H A Dsi3124reg.h115 #define SET_FIS_DEV_HEAD(fis, dev_head) \ argument
116 ((&fis)->fish_sector_cyllow_cylhi_devhead |= ((dev_head & 0xff) << 24))
/titanic_44/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h361 #define SET_FIS_DEV_HEAD(fis, dev_head) \ argument
362 (fis->ahcifhr_sector_cyllow_cylhi_devhead |= ((dev_head & 0xff) << 24))