Searched refs:cylinder (Results 1 – 10 of 10) sorted by relevance
/external/qemu-pc-bios/bochs/bios/ |
D | rombios.c | 2853 Bit16u ata_cmd_data_in(device, command, count, cylinder, head, sector, lba_low, lba_high, segment, … 2854 Bit16u device, command, count, cylinder, head, sector, segment, offset; 2895 cylinder = (Bit16u) ((lba_low>>8) & 0x0000ffffL); 2902 outb(iobase1 + ATA_CB_CL, cylinder & 0x00ff); 2903 outb(iobase1 + ATA_CB_CH, cylinder >> 8); 3004 Bit16u ata_cmd_data_out(device, command, count, cylinder, head, sector, lba_low, lba_high, segment,… 3005 Bit16u device, command, count, cylinder, head, sector, segment, offset; 3046 cylinder = (Bit16u) ((lba_low>>8) & 0x0000ffffL); 3053 outb(iobase1 + ATA_CB_CL, cylinder & 0x00ff); 3054 outb(iobase1 + ATA_CB_CH, cylinder >> 8); [all …]
|
D | notes | 12 out 1f4, ch # cylinder number bits 0..7, 0 based
|
/external/grub/stage2/ |
D | builtins.c | 1372 char *cylinder, *head, *sector, *total_sector; in geometry_func() local 1375 cylinder = ptr; in geometry_func() 1376 head = skip_to (0, cylinder); in geometry_func() 1379 if (! safe_parse_maxint (&cylinder, &num_cylinder) in geometry_func() 2761 int cylinder, head, sector; in partnew_func() local 2765 cylinder = lba / (buf_geom.sectors * buf_geom.heads); in partnew_func() 2767 if (cylinder >= buf_geom.cylinders) in partnew_func() 2768 cylinder = buf_geom.cylinders - 1; in partnew_func() 2770 *cl = sector | ((cylinder & 0x300) >> 2); in partnew_func() 2771 *ch = cylinder & 0xFF; in partnew_func()
|
/external/qemu/block/ |
D | vvfat.c | 246 uint8_t cylinder; member 369 chs->cylinder = 0xFF; in sector2CHS() 374 chs->cylinder = (uint8_t)spos; in sector2CHS()
|
/external/grub/docs/ |
D | multiboot.texi | 869 CHS mode (traditional cylinder/head/sector addressing mode).
|
D | multiboot.info | 805 CHS mode (traditional cylinder/head/sector addressing mode).
|
D | grub.texi | 2854 @deffn Command geometry drive [cylinder head sector [total_sector]] 3408 @item 18 : Selected cylinder exceeds maximum supported by BIOS
|
D | grub.info | 2683 -- Command: geometry drive [cylinder head sector [total_sector]] 3268 18 : Selected cylinder exceeds maximum supported by BIOS
|
/external/grub/ |
D | ChangeLog | 8893 of Award's encoding of cylinder bits 10 and 11.
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 6928 cylinder sil~dP
|