Searched defs:ata_pci_controller (Results 1 – 1 of 1) sorted by relevance
42 struct ata_pci_controller { struct43 device_t dev;44 int r_type1;45 int r_rid1;46 struct resource *r_res1;47 int r_type2;48 int r_rid2;49 struct resource *r_res2;50 int r_irq_rid;51 struct resource *r_irq;[all …]