Searched refs:SCLP_CHP_INFO_MASK_SIZE (Results 1 – 2 of 2) sorted by relevance
13 #define SCLP_CHP_INFO_MASK_SIZE 32 macro16 u8 recognized[SCLP_CHP_INFO_MASK_SIZE];17 u8 standby[SCLP_CHP_INFO_MASK_SIZE];18 u8 configured[SCLP_CHP_INFO_MASK_SIZE];
712 u8 recognized[SCLP_CHP_INFO_MASK_SIZE];713 u8 standby[SCLP_CHP_INFO_MASK_SIZE];714 u8 configured[SCLP_CHP_INFO_MASK_SIZE];749 memcpy(info->recognized, sccb->recognized, SCLP_CHP_INFO_MASK_SIZE); in sclp_chp_read_info()750 memcpy(info->standby, sccb->standby, SCLP_CHP_INFO_MASK_SIZE); in sclp_chp_read_info()751 memcpy(info->configured, sccb->configured, SCLP_CHP_INFO_MASK_SIZE); in sclp_chp_read_info()