Searched defs:ctl_base (Results 1 - 3 of 3) sorted by relevance

/drivers/ata/
H A Dpata_pcmcia.c204 unsigned long io_base, ctl_base; local
226 ctl_base = pdev->resource[1]->start;
228 ctl_base = pdev->resource[0]->start + 0x0e;
240 ctl_addr = devm_ioport_map(&pdev->dev, ctl_base, 1);
276 ata_port_desc(ap, "cmd 0x%lx ctl 0x%lx", io_base, ctl_base);
/drivers/ide/
H A Dide-cs.c193 unsigned long io_base, ctl_base; local
209 ctl_base = link->resource[1]->start;
211 ctl_base = link->resource[0]->start + 0x0e;
221 outb(0x02, ctl_base);
225 outb(0x81, ctl_base+1);
227 host = idecs_register(io_base, ctl_base, link->irq, link);
229 outb(0x02, ctl_base + 0x10);
230 host = idecs_register(io_base + 0x10, ctl_base + 0x10,
H A Dscc_pata.c212 unsigned long ctl_base = ports->ctl; local
213 unsigned long cckctrl_port = ctl_base + 0xff0;
214 unsigned long piosht_port = ctl_base + 0x000;
215 unsigned long pioct_port = ctl_base + 0x004;
244 unsigned long ctl_base = ports->ctl; local
245 unsigned long cckctrl_port = ctl_base + 0xff0;
246 unsigned long mdmact_port = ctl_base + 0x008;
247 unsigned long mcrcst_port = ctl_base + 0x00c;
248 unsigned long sdmact_port = ctl_base + 0x010;
249 unsigned long scrcst_port = ctl_base
416 unsigned long ctl_base = hwif->config_data; local
590 unsigned long ctl_base; local
[all...]

Completed in 160 milliseconds