Searched refs:modeset_byte (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/s390/char/ |
D | tape_std.c | 170 tape_ccw_cc(request->cpaddr, MODE_SET_DB, 1, device->modeset_byte); in tape_std_read_block_id() 283 device->modeset_byte); in tape_std_mtfsf() 308 device->modeset_byte); in tape_std_mtfsr() 340 device->modeset_byte); in tape_std_mtbsr() 370 device->modeset_byte); in tape_std_mtweof() 395 device->modeset_byte); in tape_std_mtbsfm() 420 device->modeset_byte); in tape_std_mtbsf() 451 device->modeset_byte); in tape_std_mtfsfm() 479 device->modeset_byte); in tape_std_mtrew() 501 tape_ccw_cc(request->cpaddr, MODE_SET_DB, 1, device->modeset_byte); in tape_std_mtoffl() [all …]
|
D | tape_34xx.c | 323 inhibit_cu_recovery = (*device->modeset_byte & 0x80) ? 1 : 0; in tape_34xx_unit_check() 1119 bid->format = (*device->modeset_byte & 0x08) ? in tape_34xx_mtseek() 1124 tape_ccw_cc(request->cpaddr, MODE_SET_DB, 1, device->modeset_byte); in tape_34xx_mtseek() 1166 ccw = tape_ccw_cc(ccw, MODE_SET_DB, 1, device->modeset_byte); in tape_34xx_bread() 1239 start_block->format = (*device->modeset_byte & 0x08) ? in tape_34xx_check_locate()
|
D | tape_core.c | 543 device->modeset_byte = kmalloc(1, GFP_KERNEL | GFP_DMA); in tape_alloc_device() 544 if (device->modeset_byte == NULL) { in tape_alloc_device() 556 *device->modeset_byte = 0; in tape_alloc_device() 593 kfree(device->modeset_byte); in tape_put_device()
|
D | tape_3590.c | 550 tape_ccw_cc(request->cpaddr, MODE_SET_DB, 1, device->modeset_byte); in tape_3590_mtseek() 573 tape_ccw_cc(request->cpaddr, MODE_SET_DB, 1, device->modeset_byte); in tape_3590_read_opposite() 701 ccw = tape_ccw_cc(ccw, MODE_SET_DB, 1, device->modeset_byte); in tape_3590_bread() 830 *(device->modeset_byte) |= 0x03; in tape_3590_done() 835 *(device->modeset_byte) &= ~0x03; in tape_3590_done()
|
D | tape.h | 229 unsigned char * modeset_byte; member
|