Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dlibata.h865 struct ata_port { struct
867 struct ata_port_operations *ops; argument
868 spinlock_t *lock;
871 unsigned long flags; /* ATA_FLAG_xxx */
873 unsigned int pflags; /* ATA_PFLAG_xxx */
874 unsigned int print_id; /* user visible unique port ID */
875 unsigned int port_no; /* 0 based port no. inside the host */
878 struct ata_ioports ioaddr; /* ATA cmd/ctl/dma register blocks */
879 u8 ctl; /* cache of ATA control register */
880 u8 last_ctl; /* Cache last written value */
[all …]
/linux-6.12.1/drivers/ata/
Dlibata-sff.c1460 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()