Home
last modified time | relevance | path

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

/drivers/s390/char/
A Dtape_std.c166 tape_ccw_cc(request->cpaddr, MODE_SET_DB, 1, device->modeset_byte); in tape_std_read_block_id()
279 device->modeset_byte); in tape_std_mtfsf()
304 device->modeset_byte); in tape_std_mtfsr()
336 device->modeset_byte); in tape_std_mtbsr()
366 device->modeset_byte); in tape_std_mtweof()
391 device->modeset_byte); in tape_std_mtbsfm()
416 device->modeset_byte); in tape_std_mtbsf()
447 device->modeset_byte); in tape_std_mtfsfm()
475 device->modeset_byte); in tape_std_mtrew()
631 *device->modeset_byte &= ~0x08; in tape_std_mtcompression()
[all …]
A Dtape_core.c487 device->modeset_byte = kmalloc(1, GFP_KERNEL | GFP_DMA); in tape_alloc_device()
488 if (device->modeset_byte == NULL) { in tape_alloc_device()
500 *device->modeset_byte = 0; in tape_alloc_device()
537 kfree(device->modeset_byte); in tape_put_device()
A Dtape_34xx.c324 inhibit_cu_recovery = (*device->modeset_byte & 0x80) ? 1 : 0; in tape_34xx_unit_check()
1104 bid->format = (*device->modeset_byte & 0x08) ? in tape_34xx_mtseek()
1109 tape_ccw_cc(request->cpaddr, MODE_SET_DB, 1, device->modeset_byte); in tape_34xx_mtseek()
A Dtape_3590.c546 tape_ccw_cc(request->cpaddr, MODE_SET_DB, 1, device->modeset_byte); in tape_3590_mtseek()
569 tape_ccw_cc(request->cpaddr, MODE_SET_DB, 1, device->modeset_byte); in tape_3590_read_opposite()
738 *(device->modeset_byte) |= 0x03; in tape_3590_done()
743 *(device->modeset_byte) &= ~0x03; in tape_3590_done()
A Dtape.h203 unsigned char * modeset_byte; member

Completed in 13 milliseconds