Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/ide/legacy/
Dhd.c150 int hdind = 0; in hd_setup() local
155 hdind=1; in hd_setup()
156 hd_info[hdind].head = ints[2]; in hd_setup()
157 hd_info[hdind].sect = ints[3]; in hd_setup()
158 hd_info[hdind].cyl = ints[1]; in hd_setup()
159 hd_info[hdind].wpcom = 0; in hd_setup()
160 hd_info[hdind].lzone = ints[1]; in hd_setup()
161 hd_info[hdind].ctl = (ints[2] > 8 ? 8 : 0); in hd_setup()
162 NR_HD = hdind+1; in hd_setup()
/linux-2.4.37.9/drivers/block/
Dps2esdi.c250 int hdind = 0; in ed_setup() local
267 hdind = 1; in ed_setup()
270 ps2esdi_info[hdind].head = ints[2]; in ed_setup()
271 ps2esdi_info[hdind].sect = ints[3]; in ed_setup()
272 ps2esdi_info[hdind].cyl = ints[1]; in ed_setup()
273 ps2esdi_info[hdind].wpcom = 0; in ed_setup()
274 ps2esdi_info[hdind].lzone = ints[1]; in ed_setup()
275 ps2esdi_info[hdind].ctl = (ints[2] > 8 ? 8 : 0); in ed_setup()
277 ps2esdi_drives = hdind + 1; /* increment index for the next time */ in ed_setup()