Searched refs:pathmask_to_pos (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dcio.h352 * pathmask_to_pos() - find the position of the left-most bit in a pathmask
355 static inline u8 pathmask_to_pos(u8 mask) function
/linux-master/drivers/s390/cio/
H A Ddevice_pgid.c139 int i = pathmask_to_pos(req->lpm);
441 int i = pathmask_to_pos(req->lpm);
/linux-master/drivers/s390/block/
H A Ddasd_3990_erp.c2187 int pos = pathmask_to_pos(lpum);
2219 int pos = pathmask_to_pos(lpum);
H A Ddasd_eckd.c1159 pos = pathmask_to_pos(lpm);
1402 pos = pathmask_to_pos(lpm);
6317 int pos = pathmask_to_pos(lpum);
6381 return device->path[pathmask_to_pos(lpum)].conf_data;
H A Ddasd_devmap.c2571 dasd_path_create_kobj(device, pathmask_to_pos(lpm));

Completed in 172 milliseconds