Home
last modified time | relevance | path

Searched refs:CCWDEV_EARLY_NOTIFICATION (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/s390/cio/
Ddevice_ops.c43 if ((flags & CCWDEV_EARLY_NOTIFICATION) && in ccw_device_set_options_mask()
46 cdev->private->options.fast = (flags & CCWDEV_EARLY_NOTIFICATION) != 0; in ccw_device_set_options_mask()
68 if (((flags & CCWDEV_EARLY_NOTIFICATION) && in ccw_device_set_options()
70 ((flags & CCWDEV_EARLY_NOTIFICATION) && in ccw_device_set_options()
75 cdev->private->options.fast |= (flags & CCWDEV_EARLY_NOTIFICATION) != 0; in ccw_device_set_options()
92 cdev->private->options.fast &= (flags & CCWDEV_EARLY_NOTIFICATION) == 0; in ccw_device_clear_options()
/linux-3.4.99/arch/s390/include/asm/
Dccwdev.h170 #define CCWDEV_EARLY_NOTIFICATION 0x0001 macro