Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dccwdev.h209 int ccw_device_get_mdc(struct ccw_device *cdev, u8 mask);
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Ddevice_ops.c640 int ccw_device_get_mdc(struct ccw_device *cdev, u8 mask) in ccw_device_get_mdc() function
676 EXPORT_SYMBOL(ccw_device_get_mdc);
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_eckd.c1184 mdc = ccw_device_get_mdc(device->cdev, 0); in get_fcx_max_data()
1200 mdc = ccw_device_get_mdc(device->cdev, lpm); in verify_fcx_max_data()