Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dlibata.h832 struct ata_port { struct
834 struct ata_port_operations *ops; argument
835 spinlock_t *lock;
838 unsigned long flags; /* ATA_FLAG_xxx */
840 unsigned int pflags; /* ATA_PFLAG_xxx */
841 unsigned int print_id; /* user visible unique port ID */
842 unsigned int local_port_no; /* host local port num */
843 unsigned int port_no; /* 0 based port no. inside the host */
846 struct ata_ioports ioaddr; /* ATA cmd/ctl/dma register blocks */
847 u8 ctl; /* cache of ATA control register */
[all …]