Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dhdparm.c266 #define LBA_SUP 0x0200 /* 1=Logical Block Address support */ macro
1037 if (val[CAPAB_0] & LBA_SUP) printf("LBA, "); in identify()