Lines Matching refs:outb_p
168 outb_p(0, 0x43); in read_timer()
297 outb_p(0xA0 | (drive<<4) | head, HD_CURRENT); in controller_ready()
325 outb_p(disk->ctl, HD_CMD); in hd_out()
327 outb_p(disk->wpcom >> 2, ++port); in hd_out()
328 outb_p(nsect, ++port); in hd_out()
329 outb_p(sect, ++port); in hd_out()
330 outb_p(cyl, ++port); in hd_out()
331 outb_p(cyl >> 8, ++port); in hd_out()
332 outb_p(0xA0 | (disk->unit << 4) | head, ++port); in hd_out()
333 outb_p(cmd, ++port); in hd_out()
356 outb_p(4, HD_CMD); in reset_controller()
358 outb_p(hd_info[0].ctl & 0x0f, HD_CMD); in reset_controller()