Searched refs:density (Results 1 – 17 of 17) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | sr_vendor.c | 111 int rc, density = 0; in sr_set_blocklength() local 115 density = (blocklength > 2048) ? 0x81 : 0x83; in sr_set_blocklength() 123 printk("sr%d: MODE SELECT 0x%x/%d\n", minor, density, blocklength); in sr_set_blocklength() 134 modesel->density = density; in sr_set_blocklength()
|
D | st.h | 112 unsigned char density; member
|
D | osst.h | 357 u8 density; member 578 unsigned char density; member
|
D | st.c | 620 STm->default_density != STp->density) { in set_mode_densblk() 624 arg = STp->density; in set_mode_densblk() 786 STp->density = 0; /* Clear the erroneous "residue" */ in check_tape() 850 STp->density = (STp->buffer)->b_data[4]; in check_tape() 855 dev, STp->density, (STp->buffer)->b_data[5] * 65536 + in check_tape() 2595 (STp->buffer)->b_data[4] = STp->density; in st_int_ioctl() 2658 STp->density = arg >> MT_ST_DENSITY_SHIFT; in st_int_ioctl() 2662 STp->density = arg; in st_int_ioctl() 3319 ((STp->density << MT_ST_DENSITY_SHIFT) & MT_ST_DENSITY_MASK); in st_ioctl() 3347 if (STp->density == 1) in st_ioctl() [all …]
|
D | README.st | 21 parameters, like block size and density using the MTSETDRVBUFFER ioctl. 251 MTSETDENSITY Sets the drive density code to arg. See drive 262 density codes for compression control. Some drives use another 323 Used to set or clear the density (8 bits), and drive buffer 378 The current block size and the density code are stored in the field
|
D | osst.c | 2654 STp->density = prm->density; in osst_configure_onstream() 2658 dev, STp->density, STp->capacity / 32, drive_buffer_size); in osst_configure_onstream() 4540 STp->density = 0; /* Clear the erroneous "residue" */ in os_scsi_tape_open() 5027 ((STp->density << MT_ST_DENSITY_SHIFT) & MT_ST_DENSITY_MASK); in osst_ioctl() 5052 if (STp->density == 1) in osst_ioctl() 5054 else if (STp->density == 2) in osst_ioctl() 5056 else if (STp->density == 3) in osst_ioctl() 5674 tpnt->density = 0; in osst_attach()
|
D | README.ibmmca | 490 3) When using DDS-2 (120M) DAT-Tapes, mtst shows still density-code 716 3) By the way, only Sony DAT-drives seem to show density code 0x13. A
|
D | ChangeLog | 308 * sr.c: Fix setting density for Toshiba drives.
|
/linux-2.4.37.9/Documentation/arm/SA1100/ |
D | serial_UART | 9 > Okay. Note that device numbers 204 and 205 are used for "low density 16 > 204 char Low-density serial ports 21 > 205 char Low-density serial ports (alternate device)
|
/linux-2.4.37.9/include/linux/ |
D | adfs_fs.h | 13 __u8 density; member
|
D | cdrom.h | 1028 __u8 density; member
|
/linux-2.4.37.9/include/scsi/ |
D | scsi.h | 186 u_char density; /* device-specific density code */ member
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aiclib.h | 785 uint8_t density; member
|
/linux-2.4.37.9/Documentation/ |
D | floppy.txt | 198 access high capacity disks (up to 1992K on a high density 3 1/2 disk!).
|
D | devices.txt | 2342 204 char Low-density serial ports 2366 205 char Low-density serial ports (alternate device)
|
D | Configure.help | 9588 Around 1991, Arxe Systems Limited released a high density floppy
|
/linux-2.4.37.9/drivers/ide/ |
D | ide-tape.c | 565 __u8 density; /* kbpi */ member 6135 …tape->name, tape->capacity/32, ntohs(prm->segtrk), ntohs(prm->trks), tape->capacity, prm->density); in idetape_onstream_mode_sense_tape_parameter_page()
|