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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/si3124/
H A Dsi3124reg.h95 uint32_t fish_sector_cyllow_cylhi_devhead; member in struct:fis_reg_h2d
98 ((&fis)->fish_sector_cyllow_cylhi_devhead |= ((sector & 0xff)))
101 ((&fis)->fish_sector_cyllow_cylhi_devhead & 0xff)
104 ((&fis)->fish_sector_cyllow_cylhi_devhead |= ((cyl_low & 0xff) << 8))
107 (((&fis)->fish_sector_cyllow_cylhi_devhead >> 8) & 0xff)
110 ((&fis)->fish_sector_cyllow_cylhi_devhead |= ((cyl_hi & 0xff) << 16))
113 (((&fis)->fish_sector_cyllow_cylhi_devhead >> 16) & 0xff)
116 ((&fis)->fish_sector_cyllow_cylhi_devhead |= ((dev_head & 0xff) << 24))
119 (((&fis)->fish_sector_cyllow_cylhi_devhead >> 24) & 0xff)

Completed in 59 milliseconds