Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dhd.c67 #define HD_STATUS 0x1f7 /* see status-bits */ macro
70 #define HD_COMMAND HD_STATUS /* same io address, read=status, write=cmd */
256 int i = inb_p(HD_STATUS); in check_status()
270 status = inb_p(HD_STATUS); in controller_busy()
277 unsigned char status = inb_p(HD_STATUS); in status_ok()
344 c = inb_p(HD_STATUS); in drive_busy()
402 unsigned int stat = inb_p(HD_STATUS); in unexpected_hd_interrupt()
438 stat = inb_p(HD_STATUS); in wait_DRQ()
452 i = (unsigned) inb_p(HD_STATUS); in read_intr()
478 (void) inb_p(HD_STATUS); in read_intr()
[all …]