Searched refs:headp (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-geometry.c104 const byte *headp = dm_head_vals; local
125 while (63 * headp[0] * 1024 < total && headp[1] != 0)
126 headp++;
127 *h = headp[0];
128 *c = total / (63 * headp[0]);

Completed in 73 milliseconds