Lines Matching refs:hd_info
129 static struct hd_i_struct hd_info[] = { HD_TYPE }; variable
130 static int NR_HD = ARRAY_SIZE(hd_info);
132 static struct hd_i_struct hd_info[MAX_HD]; variable
182 if (hd_info[0].head != 0) in hd_setup()
184 hd_info[hdind].head = ints[2]; in hd_setup()
185 hd_info[hdind].sect = ints[3]; in hd_setup()
186 hd_info[hdind].cyl = ints[1]; in hd_setup()
187 hd_info[hdind].wpcom = 0; in hd_setup()
188 hd_info[hdind].lzone = ints[1]; in hd_setup()
189 hd_info[hdind].ctl = (ints[2] > 8 ? 8 : 0); in hd_setup()
358 outb_p(hd_info[0].ctl & 0x0f, HD_CMD); in reset_controller()
381 struct hd_i_struct *disk = &hd_info[i]; in reset_hd()
737 struct hd_i_struct *p = &hd_info[drive]; in hd_init()