Home
last modified time | relevance | path

Searched refs:chp_idx (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/s390/cio/
H A Ddevice_ops.c475 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 Dccwdev.h229 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);