Lines Matching defs:ctl
33 void __iomem *ctl;
202 ioaddr->altstatus_addr = ixpp->ctl + 0x06;
203 ioaddr->ctl_addr = ixpp->ctl + 0x06;
230 ata_port_desc(ap, "cmd 0x%lx ctl 0x%lx", raw_cmd, raw_ctl);
235 struct resource *cmd, *ctl;
272 ixpp->ctl = devm_platform_get_and_ioremap_resource(pdev, 1, &ctl);
273 if (IS_ERR(ixpp->ctl))
274 return PTR_ERR(ixpp->ctl);
282 ixp4xx_setup_port(ixpp->host->ports[0], ixpp, cmd->start, ctl->start);