Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dsclp.h11 #define SCLP_CHP_INFO_MASK_SIZE 32 macro
25 u8 recognized[SCLP_CHP_INFO_MASK_SIZE];
26 u8 standby[SCLP_CHP_INFO_MASK_SIZE];
27 u8 configured[SCLP_CHP_INFO_MASK_SIZE];
/openbmc/linux/drivers/s390/char/
H A Dsclp_cmd.c586 u8 recognized[SCLP_CHP_INFO_MASK_SIZE];
587 u8 standby[SCLP_CHP_INFO_MASK_SIZE];
588 u8 configured[SCLP_CHP_INFO_MASK_SIZE];
623 memcpy(info->recognized, sccb->recognized, SCLP_CHP_INFO_MASK_SIZE); in sclp_chp_read_info()
624 memcpy(info->standby, sccb->standby, SCLP_CHP_INFO_MASK_SIZE); in sclp_chp_read_info()
625 memcpy(info->configured, sccb->configured, SCLP_CHP_INFO_MASK_SIZE); in sclp_chp_read_info()