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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_mode_sense.c735 U32 standby_timer = 0x00000000; local
749 standby_timer = ata_sb_timer * 50;
753 standby_timer = ((ata_sb_timer - 240) * 18000);
757 standby_timer = 12600;
761 standby_timer = 432000;
765 standby_timer = 12750;
769 standby_timer = 0xFFFFFFFF;
781 sati_set_data_byte(sequence, scsi_io, offset + 8, (U8) (standby_timer >> 24));
782 sati_set_data_byte(sequence, scsi_io, offset + 9, (U8) (standby_timer >> 16));
783 sati_set_data_byte(sequence, scsi_io, offset + 10, (U8) (standby_timer >>
[all...]

Completed in 50 milliseconds