Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dlibata.h789 struct ata_port { struct
791 struct ata_port_operations *ops; argument
792 spinlock_t *lock;
795 unsigned long flags; /* ATA_FLAG_xxx */
797 unsigned int pflags; /* ATA_PFLAG_xxx */
798 unsigned int print_id; /* user visible unique port ID */
799 unsigned int local_port_no; /* host local port num */
800 unsigned int port_no; /* 0 based port no. inside the host */
803 struct ata_ioports ioaddr; /* ATA cmd/ctl/dma register blocks */
804 u8 ctl; /* cache of ATA control register */
[all …]
/linux-6.1.9/drivers/ata/
Dlibata-sff.c1531 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()