Home
last modified time | relevance | path

Searched refs:mapctl (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/ide/
Dtx4938ide.c137 unsigned long mapbase, mapctl; in tx4938ide_probe() local
152 mapctl = (unsigned long)devm_ioremap(&pdev->dev, in tx4938ide_probe()
156 if (!mapbase || !mapctl) in tx4938ide_probe()
162 unsigned long ctl = mapctl; in tx4938ide_probe()
174 ide_std_init_ports(&hw, mapbase, mapctl); in tx4938ide_probe()
179 mapbase, mapctl, hw.irq); in tx4938ide_probe()