Home
last modified time | relevance | path

Searched refs:density (Results 1 – 17 of 17) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dsr_vendor.c111 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()
Dst.h112 unsigned char density; member
Dosst.h357 u8 density; member
578 unsigned char density; member
Dst.c620 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 …]
DREADME.st21 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
Dosst.c2654 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()
DREADME.ibmmca490 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
DChangeLog308 * sr.c: Fix setting density for Toshiba drives.
/linux-2.4.37.9/Documentation/arm/SA1100/
Dserial_UART9 > 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/
Dadfs_fs.h13 __u8 density; member
Dcdrom.h1028 __u8 density; member
/linux-2.4.37.9/include/scsi/
Dscsi.h186 u_char density; /* device-specific density code */ member
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daiclib.h785 uint8_t density; member
/linux-2.4.37.9/Documentation/
Dfloppy.txt198 access high capacity disks (up to 1992K on a high density 3 1/2 disk!).
Ddevices.txt2342 204 char Low-density serial ports
2366 205 char Low-density serial ports (alternate device)
DConfigure.help9588 Around 1991, Arxe Systems Limited released a high density floppy
/linux-2.4.37.9/drivers/ide/
Dide-tape.c565 __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()