Searched refs:chp_idx (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/s390/cio/ |
| H A D | device_ops.c | 479 int chp_idx) in ccw_device_get_chp_desc() argument 486 chpid.id = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_chp_desc() 498 u8 *ccw_device_get_util_str(struct ccw_device *cdev, int chp_idx) in ccw_device_get_util_str() argument 506 chpid.id = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_util_str() 782 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid) in ccw_device_get_chpid() argument 787 if ((chp_idx < 0) || (chp_idx > 7)) in ccw_device_get_chpid() 789 mask = 0x80 >> chp_idx; in ccw_device_get_chpid() 793 *chpid = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_chpid() 804 int ccw_device_get_chid(struct ccw_device *cdev, int chp_idx, u16 *chid) in ccw_device_get_chid() argument 811 rc = ccw_device_get_chpid(cdev, chp_idx, &cssid_chpid.id); in ccw_device_get_chid()
|
| /linux/arch/s390/include/asm/ |
| H A D | ccwdev.h | 230 u8 *ccw_device_get_util_str(struct ccw_device *cdev, int chp_idx); 236 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid); 237 int ccw_device_get_chid(struct ccw_device *cdev, int chp_idx, u16 *chid);
|