Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_dwc_460ex.c154 struct sata_dwc_device_port { struct
170 #define HSDEVP_FROM_AP(ap) ((struct sata_dwc_device_port *)(ap)->private_data) argument
193 static void sata_dwc_clear_dmacr(struct sata_dwc_device_port *hsdevp, u8 tag);
218 static int sata_dwc_dma_get_channel_old(struct sata_dwc_device_port *hsdevp) in sata_dwc_dma_get_channel_old()
339 struct sata_dwc_device_port *hsdevp; in dma_dwc_xfer_done()
370 struct sata_dwc_device_port *hsdevp = HSDEVP_FROM_AP(ap); in dma_dwc_xfer_setup()
459 struct sata_dwc_device_port *hsdevp = HSDEVP_FROM_AP(ap); in sata_dwc_error_intr()
517 struct sata_dwc_device_port *hsdevp; in sata_dwc_isr()
722 static void sata_dwc_clear_dmacr(struct sata_dwc_device_port *hsdevp, u8 tag) in sata_dwc_clear_dmacr()
749 struct sata_dwc_device_port *hsdevp = HSDEVP_FROM_AP(ap); in sata_dwc_dma_xfer_complete()
[all …]
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_dwc.c164 #define HSDEVP_FROM_AP(ap) (struct sata_dwc_device_port*) \
176 struct sata_dwc_device_port { struct
212 static struct sata_dwc_device_port dwc_devp;
285 struct sata_dwc_device_port hsdevp = dwc_devp; in init_sata()