Lines Matching refs:density
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()
3349 else if (STp->density == 2) in st_ioctl()
3351 else if (STp->density == 3) in st_ioctl()
3904 tpnt->density = 0; in st_attach()