Home | History | Annotate | Download | only in hw

Lines Matching refs:xff

633                 p[2] = (cylinders >> 16) & 0xff;
634 p[3] = (cylinders >> 8) & 0xff;
635 p[4] = cylinders & 0xff;
636 p[5] = heads & 0xff;
638 p[6] = (cylinders >> 16) & 0xff;
639 p[7] = (cylinders >> 8) & 0xff;
640 p[8] = cylinders & 0xff;
642 p[9] = (cylinders >> 16) & 0xff;
643 p[10] = (cylinders >> 8) & 0xff;
644 p[11] = cylinders & 0xff;
649 p[14] = 0xff;
650 p[15] = 0xff;
651 p[16] = 0xff;
653 p[20] = (5400 >> 8) & 0xff;
654 p[21] = 5400 & 0xff;
664 p[3] = 5000 & 0xff;
667 p[4] = heads & 0xff;
668 p[5] = secs & 0xff;
670 p[8] = (cylinders >> 8) & 0xff;
671 p[9] = cylinders & 0xff;
673 p[10] = (cylinders >> 8) & 0xff;
674 p[11] = cylinders & 0xff;
676 p[12] = (cylinders >> 8) & 0xff;
677 p[13] = cylinders & 0xff;
691 p[28] = (5400 >> 8) & 0xff;
692 p[29] = 5400 & 0xff;
711 p[5] = 0xff; /* CD DA, DA accurate, RW supported,
719 p[9] = (50 * 176) & 0xff;
721 p[11] = 0 & 0xff;
723 p[13] = 2048 & 0xff;
725 p[15] = (16 * 176) & 0xff;
727 p[19] = (16 * 176) & 0xff;
729 p[21] = (16 * 176) & 0xff;
763 outbuf[0] = (nb_sectors >> 24) & 0xff;
764 outbuf[1] = (nb_sectors >> 16) & 0xff;
765 outbuf[2] = (nb_sectors >> 8) & 0xff;
766 outbuf[3] = nb_sectors & 0xff;
869 outbuf[0] = (nb_sectors >> 56) & 0xff;
870 outbuf[1] = (nb_sectors >> 48) & 0xff;
871 outbuf[2] = (nb_sectors >> 40) & 0xff;
872 outbuf[3] = (nb_sectors >> 32) & 0xff;
873 outbuf[4] = (nb_sectors >> 24) & 0xff;
874 outbuf[5] = (nb_sectors >> 16) & 0xff;
875 outbuf[6] = (nb_sectors >> 8) & 0xff;
876 outbuf[7] = nb_sectors & 0xff;