Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dhdparm.c168 #define CAPACITY_LSB 57 /* current capacity in sectors */ macro
993 mm = (uint32_t)val[CAPACITY_MSB] << 16 | val[CAPACITY_LSB]; in identify()
997 oo = (uint32_t)val[CAPACITY_LSB] << 16 | val[CAPACITY_MSB]; in identify()