Lines Matching full:ide
28 * @ide_pins: if the device is using the plain IDE interface pins
50 * Values of IDE IOMUX bits in the misc control register
52 * Bits 26:24 are "IDE IO Select", which decides what SATA
53 * adapters are connected to which of the two IDE/ATA
54 * controllers in the Gemini. We can connect the two IDE blocks
55 * to one SATA adapter each, both acting as master, or one IDE
56 * blocks to two SATA adapters so the IDE block can act in a
59 * We also bring out different blocks on the actual IDE
65 * ata0 slave interface brought out on IDE pads
68 * ata1 slave interface brought out on IDE pads
72 * on IDE pads
76 * on IDE pads
304 ide_state = pinctrl_lookup_state(p, "ide"); in gemini_setup_ide_pins()
310 dev_err(dev, "could not select IDE state\n"); in gemini_setup_ide_pins()
350 if (of_property_read_bool(np, "cortina,gemini-enable-ide-pins")) in gemini_sata_probe()
354 dev_err(dev, "neither SATA bridge or IDE output enabled\n"); in gemini_sata_probe()
375 dev_err(dev, "unable to set up IDE muxing\n"); in gemini_sata_probe()
381 * Route out the IDE pins if desired. in gemini_sata_probe()
383 * "ide" that will route out the IDE pins. in gemini_sata_probe()
391 dev_info(dev, "set up the Gemini IDE/SATA nexus\n"); in gemini_sata_probe()