Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/include/asm/
Dsclp.h14 #define SCLP_CHP_INFO_MASK_SIZE 32 macro
18 u8 recognized[SCLP_CHP_INFO_MASK_SIZE];
19 u8 standby[SCLP_CHP_INFO_MASK_SIZE];
20 u8 configured[SCLP_CHP_INFO_MASK_SIZE];
/Linux-v5.10/drivers/s390/char/
Dsclp_cmd.c621 u8 recognized[SCLP_CHP_INFO_MASK_SIZE];
622 u8 standby[SCLP_CHP_INFO_MASK_SIZE];
623 u8 configured[SCLP_CHP_INFO_MASK_SIZE];
658 memcpy(info->recognized, sccb->recognized, SCLP_CHP_INFO_MASK_SIZE); in sclp_chp_read_info()
659 memcpy(info->standby, sccb->standby, SCLP_CHP_INFO_MASK_SIZE); in sclp_chp_read_info()
660 memcpy(info->configured, sccb->configured, SCLP_CHP_INFO_MASK_SIZE); in sclp_chp_read_info()