Searched refs:BUF_TYPE (Results 1 – 1 of 1) sorted by relevance
151 #define BUF_TYPE 20 /* buffer type (ATA-1) */ macro1046 if ((like_std == 1) && val[BUF_TYPE]) { in identify()1047 printf("\tBuffer type: %04x: %s%s\n", val[BUF_TYPE], in identify()1048 (val[BUF_TYPE] < 2) ? "single port, single-sector" : "dual port, multi-sector", in identify()1049 (val[BUF_TYPE] > 2) ? " with read caching ability" : ""); in identify()