Lines Matching refs:xff
632 p[2] = (cylinders >> 16) & 0xff;
633 p[3] = (cylinders >> 8) & 0xff;
634 p[4] = cylinders & 0xff;
635 p[5] = heads & 0xff;
637 p[6] = (cylinders >> 16) & 0xff;
638 p[7] = (cylinders >> 8) & 0xff;
639 p[8] = cylinders & 0xff;
641 p[9] = (cylinders >> 16) & 0xff;
642 p[10] = (cylinders >> 8) & 0xff;
643 p[11] = cylinders & 0xff;
648 p[14] = 0xff;
649 p[15] = 0xff;
650 p[16] = 0xff;
652 p[20] = (5400 >> 8) & 0xff;
653 p[21] = 5400 & 0xff;
663 p[3] = 5000 & 0xff;
666 p[4] = heads & 0xff;
667 p[5] = secs & 0xff;
669 p[8] = (cylinders >> 8) & 0xff;
670 p[9] = cylinders & 0xff;
672 p[10] = (cylinders >> 8) & 0xff;
673 p[11] = cylinders & 0xff;
675 p[12] = (cylinders >> 8) & 0xff;
676 p[13] = cylinders & 0xff;
690 p[28] = (5400 >> 8) & 0xff;
691 p[29] = 5400 & 0xff;
710 p[5] = 0xff; /* CD DA, DA accurate, RW supported,
718 p[9] = (50 * 176) & 0xff;
720 p[11] = 0 & 0xff;
722 p[13] = 2048 & 0xff;
724 p[15] = (16 * 176) & 0xff;
726 p[19] = (16 * 176) & 0xff;
728 p[21] = (16 * 176) & 0xff;
762 outbuf[0] = (nb_sectors >> 24) & 0xff;
763 outbuf[1] = (nb_sectors >> 16) & 0xff;
764 outbuf[2] = (nb_sectors >> 8) & 0xff;
765 outbuf[3] = nb_sectors & 0xff;
868 outbuf[0] = (nb_sectors >> 56) & 0xff;
869 outbuf[1] = (nb_sectors >> 48) & 0xff;
870 outbuf[2] = (nb_sectors >> 40) & 0xff;
871 outbuf[3] = (nb_sectors >> 32) & 0xff;
872 outbuf[4] = (nb_sectors >> 24) & 0xff;
873 outbuf[5] = (nb_sectors >> 16) & 0xff;
874 outbuf[6] = (nb_sectors >> 8) & 0xff;
875 outbuf[7] = nb_sectors & 0xff;