Home
last modified time | relevance | path

Searched defs:ata_port (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_dwc.h418 struct ata_port { struct
419 unsigned long flags;
420 unsigned int pflags;
421 unsigned int print_id;
422 unsigned int port_no;
446 struct ata_port_stats stats; argument
447 struct device *dev;
448 u32 msg_enable;
450 struct ata_host *host;
451 void *port_task_data;
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dlibata.h812 struct ata_port { struct
814 struct ata_port_operations *ops; argument
815 spinlock_t *lock;
818 unsigned long flags; /* ATA_FLAG_xxx */
820 unsigned int pflags; /* ATA_PFLAG_xxx */
821 unsigned int print_id; /* user visible unique port ID */
822 unsigned int local_port_no; /* host local port num */
823 unsigned int port_no; /* 0 based port no. inside the host */
826 struct ata_ioports ioaddr; /* ATA cmd/ctl/dma register blocks */
827 u8 ctl; /* cache of ATA control register */
[all …]
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-sff.c1544 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()