Home
last modified time | relevance | path

Searched refs:cmg (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/s390/cio/
Dchp.h51 int cmg; member
Dchp.c140 if (chp->cmg == -1) in chp_measurement_chars_read()
332 if (chp->cmg == -1) /* channel measurements not available */ in chp_cmg_show()
334 return sprintf(buf, "%x\n", chp->cmg); in chp_cmg_show()
337 static DEVICE_ATTR(cmg, 0444, chp_cmg_show, NULL);
Dchsc.c1014 u32 cmg : 8; in chsc_get_channel_measurement_chars() member
1020 chp->cmg = -1; in chsc_get_channel_measurement_chars()
1048 chp->cmg = scmc_area->cmg; in chsc_get_channel_measurement_chars()
1050 if (chp->cmg != 2 && chp->cmg != 3) { in chsc_get_channel_measurement_chars()
/Linux-v4.19/Documentation/s390/
Ddriver-model.txt251 cmg - The channel measurement group.