ccw_device_get_mdc
int ccw_device_get_mdc(struct ccw_device *cdev, u8 mask);
mdc = ccw_device_get_mdc(device->cdev, 0);
mdc = ccw_device_get_mdc(device->cdev, lpm);
EXPORT_SYMBOL(ccw_device_get_mdc);