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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dsclp.h14 #define SCLP_CHP_INFO_MASK_SIZE 32 macro
17 u8 recognized[SCLP_CHP_INFO_MASK_SIZE];
18 u8 standby[SCLP_CHP_INFO_MASK_SIZE];
19 u8 configured[SCLP_CHP_INFO_MASK_SIZE];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dsclp_cmd.c716 u8 recognized[SCLP_CHP_INFO_MASK_SIZE];
717 u8 standby[SCLP_CHP_INFO_MASK_SIZE];
718 u8 configured[SCLP_CHP_INFO_MASK_SIZE];
753 memcpy(info->recognized, sccb->recognized, SCLP_CHP_INFO_MASK_SIZE);
754 memcpy(info->standby, sccb->standby, SCLP_CHP_INFO_MASK_SIZE);
755 memcpy(info->configured, sccb->configured, SCLP_CHP_INFO_MASK_SIZE);

Completed in 104 milliseconds