Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dhdparm.c314 #define ERASE_BITS 0x00ff macro
1230 jj = val[ERASE_TIME] & ERASE_BITS; in identify()
1231 kk = val[ENH_ERASE_TIME] & ERASE_BITS; in identify()
1234 if (jj) printf("%umin for %sSECURITY ERASE UNIT. ", jj==ERASE_BITS ? 508 : jj<<1, ""); in identify()
1235 if (kk) printf("%umin for %sSECURITY ERASE UNIT. ", kk==ERASE_BITS ? 508 : kk<<1, "ENHANCED "); in identify()