Lines Matching defs:port
86 #define ATP867X_IO_PORTBASE(ap, port) (0x00 + ATP867X_IOBASE(ap) + \ argument
88 #define ATP867X_IO_DMABASE(ap, port) (0x40 + \ argument
91 #define ATP867X_IO_STATUS(ap, port) (0x07 + \ argument
93 #define ATP867X_IO_ALTSTATUS(ap, port) (0x0E + \ argument
99 #define ATP867X_IO_MSTRPIOSPD(ap, port) (0x08 + \ argument
101 #define ATP867X_IO_SLAVPIOSPD(ap, port) (0x09 + \ argument
103 #define ATP867X_IO_8BPIOSPD(ap, port) (0x0A + \ argument
105 #define ATP867X_IO_DMAMODE(ap, port) (0x0B + \ argument
108 #define ATP867X_IO_PORTSPD(ap, port) (0x4A + \ argument
110 #define ATP867X_IO_PREREAD(ap, port) (0x4C + \ argument
300 static void atp867x_check_ports(struct ata_port *ap, int port) in atp867x_check_ports()
353 int port = ap->port_no; in atp867x_set_priv() local