Home
last modified time | relevance | path

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

/drivers/s390/char/
Dtape_std.c176 tape_ccw_cc(request->cpaddr, MODE_SET_DB, 1, device->modeset_byte); in tape_std_read_block_id()
291 device->modeset_byte); in tape_std_mtfsf()
316 device->modeset_byte); in tape_std_mtfsr()
348 device->modeset_byte); in tape_std_mtbsr()
378 device->modeset_byte); in tape_std_mtweof()
403 device->modeset_byte); in tape_std_mtbsfm()
428 device->modeset_byte); in tape_std_mtbsf()
459 device->modeset_byte); in tape_std_mtfsfm()
487 device->modeset_byte); in tape_std_mtrew()
509 tape_ccw_cc(request->cpaddr, MODE_SET_DB, 1, device->modeset_byte); in tape_std_mtoffl()
[all …]
Dtape_34xx.c305 inhibit_cu_recovery = (*device->modeset_byte & 0x80) ? 1 : 0; in tape_34xx_unit_check()
1115 bid->format = (*device->modeset_byte & 0x08) ? in tape_34xx_mtseek()
1120 tape_ccw_cc(request->cpaddr, MODE_SET_DB, 1, device->modeset_byte); in tape_34xx_mtseek()
1162 ccw = tape_ccw_cc(ccw, MODE_SET_DB, 1, device->modeset_byte); in tape_34xx_bread()
1235 start_block->format = (*device->modeset_byte & 0x08) ? in tape_34xx_check_locate()
Dtape_core.c442 device->modeset_byte = kmalloc(1, GFP_KERNEL | GFP_DMA); in tape_alloc_device()
443 if (device->modeset_byte == NULL) { in tape_alloc_device()
455 *device->modeset_byte = 0; in tape_alloc_device()
496 kfree(device->modeset_byte); in tape_put_device()
Dtape_3590.c496 tape_ccw_cc(request->cpaddr, MODE_SET_DB, 1, device->modeset_byte); in tape_3590_mtseek()
519 tape_ccw_cc(request->cpaddr, MODE_SET_DB, 1, device->modeset_byte); in tape_3590_read_opposite()
645 ccw = tape_ccw_cc(ccw, MODE_SET_DB, 1, device->modeset_byte); in tape_3590_bread()
775 *(device->modeset_byte) |= 0x03; in tape_3590_done()
780 *(device->modeset_byte) &= ~0x03; in tape_3590_done()
Dtape.h226 unsigned char * modeset_byte; member