Home
last modified time | relevance | path

Searched refs:modeset_byte (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/s390/char/
Dtape_std.c170 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 …]
Dtape_34xx.c323 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()
Dtape_core.c543 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()
Dtape_3590.c550 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()
Dtape.h229 unsigned char * modeset_byte; member