Lines Matching +full:ide +full:- +full:port
11 #include <linux/ide.h>
23 * jmicron_cable_detect - cable detection
24 * @hwif: IDE port
31 struct pci_dev *pdev = to_pci_dev(hwif->dev); in jmicron_cable_detect()
36 int port = hwif->channel; in jmicron_cable_detect() local
43 SATA port mapped */ in jmicron_cable_detect()
52 /* The 365/366 may have this bit set to map the second PATA port in jmicron_cable_detect()
60 port = port ^ 1; in jmicron_cable_detect()
63 * Now we know which physical port we are talking about we can in jmicron_cable_detect()
67 switch (port_map[port]) { in jmicron_cable_detect()
79 /* Avoid bogus "control reaches end of non-void function" */ in jmicron_cable_detect()
88 * jmicron_set_dma_mode - set host controller for DMA mode
89 * @hwif: port
115 * jmicron_init_one - pci layer discovery entry
120 * We then use the IDE PCI generic helper to do most of the work.
153 .name = "JMicron IDE",