Searched refs:SET_FIS_CYL_HI (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/si3124/
H A Dsi3124reg.h109 #define SET_FIS_CYL_HI(fis, cyl_hi) \ macro
/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h355 #define SET_FIS_CYL_HI(fis, cyl_hi) \ macro
/illumos-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c2622 SET_FIS_CYL_HI(prb->prb_fis, cmd->satacmd_lba_high_lsb);
2637 SET_FIS_CYL_HI(prb->prb_fis, cmd->satacmd_lba_high_lsb);
3497 SET_FIS_CYL_HI(prb->prb_fis, (regval >> 24) & 0xff);
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c2183 SET_FIS_CYL_HI(h2d_register_fisp, scmd->satacmd_lba_high_lsb);
2198 SET_FIS_CYL_HI(h2d_register_fisp, scmd->satacmd_lba_high_lsb);

Completed in 88 milliseconds