Searched defs:ata_port (Results 1 – 1 of 1) sorted by relevance
883 struct ata_port { struct885 struct ata_port_operations *ops; argument886 spinlock_t *lock;889 unsigned long flags; /* ATA_FLAG_xxx */891 unsigned int pflags; /* ATA_PFLAG_xxx */892 unsigned int print_id; /* user visible unique port ID */893 unsigned int port_no; /* 0 based port no. inside the host */896 struct ata_ioports ioaddr; /* ATA cmd/ctl/dma register blocks */897 u8 ctl; /* cache of ATA control register */898 u8 last_ctl; /* Cache last written value */[all …]