Lines Matching defs:port
72 #define ATP867X_IO_PORTBASE(ap, port) (0x00 + ATP867X_IOBASE(ap) + \ argument
74 #define ATP867X_IO_DMABASE(ap, port) (0x40 + \ argument
77 #define ATP867X_IO_STATUS(ap, port) (0x07 + \ argument
79 #define ATP867X_IO_ALTSTATUS(ap, port) (0x0E + \ argument
85 #define ATP867X_IO_MSTRPIOSPD(ap, port) (0x08 + \ argument
87 #define ATP867X_IO_SLAVPIOSPD(ap, port) (0x09 + \ argument
89 #define ATP867X_IO_8BPIOSPD(ap, port) (0x0A + \ argument
91 #define ATP867X_IO_DMAMODE(ap, port) (0x0B + \ argument
94 #define ATP867X_IO_PORTSPD(ap, port) (0x4A + \ argument
96 #define ATP867X_IO_PREREAD(ap, port) (0x4C + \ argument
288 static void atp867x_check_ports(struct ata_port *ap, int port) in atp867x_check_ports()
340 int port = ap->port_no; in atp867x_set_priv() local