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

/drivers/block/
H A Dhd.c178 int hdind = 0; local
183 hdind = 1;
184 hd_info[hdind].head = ints[2];
185 hd_info[hdind].sect = ints[3];
186 hd_info[hdind].cyl = ints[1];
187 hd_info[hdind].wpcom = 0;
188 hd_info[hdind].lzone = ints[1];
189 hd_info[hdind].ctl = (ints[2] > 8 ? 8 : 0);
190 NR_HD = hdind+1;

Completed in 49 milliseconds