Searched defs:ata_port (Results 1 – 3 of 3) sorted by relevance
418 struct ata_port { struct419 unsigned long flags;420 unsigned int pflags;421 unsigned int print_id;422 unsigned int port_no;446 struct ata_port_stats stats; argument447 struct device *dev;448 u32 msg_enable;450 struct ata_host *host;451 void *port_task_data;[all …]
812 struct ata_port { struct814 struct ata_port_operations *ops; argument815 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 …]
1544 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()