Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dhdparm.c263 #define STD_STBY 0x2000 /* 1=standard values supported (ATA); 0=vendor specific values */ macro
1067 (val[CAPAB_0] & STD_STBY) ? "standard" : "vendor"); in identify()