Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/cdrom/
Daztcd.h80 #define CMD_PORT azt_port
81 #define DATA_PORT azt_port
82 #define STATUS_PORT azt_port+1
83 #define MODE_PORT azt_port+2
Daztcd.c213 #define SWITCH_IDE_SLAVE outb_p(0xa0,azt_port+6); \
214 outb_p(0x10,azt_port+6); \
215 outb_p(0x00,azt_port+7); \
216 outb_p(0x10,azt_port+6);
217 #define SWITCH_IDE_MASTER outb_p(0xa0,azt_port+6);
240 #define azt_port aztcd /*needed for the modutils */ macro
286 static int azt_port = AZT_BASE_ADDR; variable
288 MODULE_PARM(azt_port, "i");
490 if ((azt_port == 0x1f0) || (azt_port == 0x170)) in aztSendCmd()
1150 azt_port = ints[1]; in aztcd_setup()
[all …]