Searched defs:ide_host (Results 1 – 1 of 1) sorted by relevance
865 struct ide_host { struct866 ide_hwif_t *ports[MAX_HOST_PORTS + 1];867 unsigned int n_ports;868 struct device *dev[2];869 unsigned int (*init_chipset)(struct pci_dev *);870 irq_handler_t irq_handler;871 unsigned long host_flags;872 void *host_priv;873 ide_hwif_t *cur_port; /* for hosts requiring serialization */876 volatile unsigned long host_busy;