Searched refs:chp_idx (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/s390/cio/ |
H A D | device_ops.c | 475 int chp_idx) in ccw_device_get_chp_desc() argument 482 chpid.id = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_chp_desc() 494 u8 *ccw_device_get_util_str(struct ccw_device *cdev, int chp_idx) in ccw_device_get_util_str() argument 502 chpid.id = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_util_str() 774 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid) in ccw_device_get_chpid() argument 779 if ((chp_idx < 0) || (chp_idx > 7)) in ccw_device_get_chpid() 781 mask = 0x80 >> chp_idx; in ccw_device_get_chpid() 785 *chpid = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_chpid() 796 int ccw_device_get_chid(struct ccw_device *cdev, int chp_idx, u16 *chid) in ccw_device_get_chid() argument 803 rc = ccw_device_get_chpid(cdev, chp_idx, &cssid_chpid.id); in ccw_device_get_chid()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | ccwdev.h | 229 u8 *ccw_device_get_util_str(struct ccw_device *cdev, int chp_idx); 235 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid); 236 int ccw_device_get_chid(struct ccw_device *cdev, int chp_idx, u16 *chid);
|