Lines Matching refs:port
104 board_1841_idx = 0, /* ADMA 2-port controller */
489 static void adma_ata_setup_port(struct ata_ioports *port, void __iomem *base)
491 port->cmd_addr =
492 port->data_addr = base + 0x000;
493 port->error_addr =
494 port->feature_addr = base + 0x004;
495 port->nsect_addr = base + 0x008;
496 port->lbal_addr = base + 0x00c;
497 port->lbam_addr = base + 0x010;
498 port->lbah_addr = base + 0x014;
499 port->device_addr = base + 0x018;
500 port->status_addr =
501 port->command_addr = base + 0x01c;
502 port->altstatus_addr =
503 port->ctl_addr = base + 0x038;
591 ata_port_pbar_desc(ap, ADMA_MMIO_BAR, offset, "port");