Lines Matching refs:ctl_base
223 unsigned long ctl_base; member
265 stk->ctl_base = pdev->io.BasePort2; in pcmcia_check_one_config()
271 stk->ctl_base = pdev->io.BasePort1 + 0x0e; in pcmcia_check_one_config()
285 unsigned long io_base, ctl_base; in ide_config() local
298 stk->skip_vcc = io_base = ctl_base = 0; in ide_config()
306 ctl_base = stk->ctl_base; in ide_config()
312 outb(0x02, ctl_base); in ide_config()
316 outb(0x81, ctl_base+1); in ide_config()
318 host = idecs_register(io_base, ctl_base, link->irq.AssignedIRQ, link); in ide_config()
320 outb(0x02, ctl_base + 0x10); in ide_config()
321 host = idecs_register(io_base + 0x10, ctl_base + 0x10, in ide_config()