Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/block/
Dxd.c637 outb(outdata ? *outdata++ : 0,XD_DATA); in xd_command()
645 *indata++ = inb(XD_DATA); in xd_command()
647 inb(XD_DATA); in xd_command()
650 outb(command ? *command++ : 0,XD_DATA); in xd_command()
657 csb = inb(XD_DATA); in xd_command()
Dxd.h17 #define XD_DATA (xd_iobase + 0x00) /* data RW register */ macro