Home
last modified time | relevance | path

Searched refs:ccw_device_get_mdc (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/s390/include/asm/
Dccwdev.h207 int ccw_device_get_mdc(struct ccw_device *cdev, u8 mask);
/linux-4.1.27/drivers/s390/cio/
Ddevice_ops.c713 int ccw_device_get_mdc(struct ccw_device *cdev, u8 mask) in ccw_device_get_mdc() function
749 EXPORT_SYMBOL(ccw_device_get_mdc);
/linux-4.1.27/drivers/s390/block/
Ddasd_eckd.c1176 mdc = ccw_device_get_mdc(device->cdev, lpm); in verify_fcx_max_data()
1653 mdc = ccw_device_get_mdc(device->cdev, 0); in get_fcx_max_data()