Lines Matching refs:port
104 board_1841_idx = 0, /* ADMA 2-port controller */
518 static void adma_ata_setup_port(struct ata_ioports *port, void __iomem *base)
520 port->cmd_addr =
521 port->data_addr = base + 0x000;
522 port->error_addr =
523 port->feature_addr = base + 0x004;
524 port->nsect_addr = base + 0x008;
525 port->lbal_addr = base + 0x00c;
526 port->lbam_addr = base + 0x010;
527 port->lbah_addr = base + 0x014;
528 port->device_addr = base + 0x018;
529 port->status_addr =
530 port->command_addr = base + 0x01c;
531 port->altstatus_addr =
532 port->ctl_addr = base + 0x038;
620 ata_port_pbar_desc(ap, ADMA_MMIO_BAR, offset, "port");