Home | History | Annotate | Download | only in mmc-utils

Lines Matching defs:reliable

1159 	printf("Reliable write sector count [REL_WR_SEC_C: 0x%02x]\n",
1286 const char * const reliable = "the device protects existing "
1292 printf(" user area: %s\n", reg & (1<<0) ? reliable : fast);
1296 reg & (1<<i) ? reliable : fast);
1305 printf(" Device supports the enhanced def. of reliable "