Searched refs:modeset_byte (Results 1 – 5 of 5) sorted by relevance
/drivers/s390/char/ |
D | tape_std.c | 176 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 …]
|
D | tape_34xx.c | 305 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()
|
D | tape_core.c | 442 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()
|
D | tape_3590.c | 496 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()
|
D | tape.h | 226 unsigned char * modeset_byte; member
|