Lines Matching refs:ata_port
70 static void pdc2027x_set_piomode(struct ata_port *ap, struct ata_device *adev);
71 static void pdc2027x_set_dmamode(struct ata_port *ap, struct ata_device *adev);
74 static int pdc2027x_cable_detect(struct ata_port *ap);
187 static inline void __iomem *port_mmio(struct ata_port *ap, unsigned int offset) in port_mmio()
198 static inline void __iomem *dev_mmio(struct ata_port *ap, struct ata_device *adev, unsigned int off… in dev_mmio()
214 static int pdc2027x_cable_detect(struct ata_port *ap) in pdc2027x_cable_detect()
235 static inline int pdc2027x_port_enabled(struct ata_port *ap) in pdc2027x_port_enabled()
296 static void pdc2027x_set_piomode(struct ata_port *ap, struct ata_device *adev) in pdc2027x_set_piomode()
339 static void pdc2027x_set_dmamode(struct ata_port *ap, struct ata_device *adev) in pdc2027x_set_dmamode()
404 struct ata_port *ap = link->ap; in pdc2027x_set_mode()
744 struct ata_port *ap = host->ports[i]; in pdc2027x_init_one()