tag
line
file
source code
head_vals
2775
drivers/block/ide.c
static const byte head_vals[] = {4, 8, 16, 32, 64, 128, 255, 0};
head_vals
2776
drivers/block/ide.c
const byte *heads = head_vals;