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

/drivers/block/
H A Dhd.c67 #define HD_STATUS 0x1f7 /* see status-bits */ macro
70 #define HD_COMMAND HD_STATUS /* same io address, read=status, write=cmd */
73 #define HD_ALTSTATUS 0x3f6 /* same as HD_STATUS but doesn't clear irq */
75 /* Bits of HD_STATUS */
256 int i = inb_p(HD_STATUS);
270 status = inb_p(HD_STATUS);
277 unsigned char status = inb_p(HD_STATUS);
344 c = inb_p(HD_STATUS);
402 unsigned int stat = inb_p(HD_STATUS);
438 stat = inb_p(HD_STATUS);
[all...]

Completed in 216 milliseconds