Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dhdparm.c294 #define DEPTH_BITS 0x001f /* bits used for queue depth */ macro
1059 printf("\tQueue depth: %u\n", (val[QUEUE_DEPTH] & DEPTH_BITS) + 1); in identify()