Searched defs:ahci_softc (Results 1 – 1 of 1) sorted by relevance
517 struct ahci_softc { struct518 device_t sc_dev;519 const struct ahci_device *sc_ad; /* special casing */521 struct resource *sc_irq; /* bus resources */522 struct resource *sc_regs; /* bus resources */523 bus_space_tag_t sc_iot; /* split from sc_regs */524 bus_space_handle_t sc_ioh; /* split from sc_regs */526 int sc_irq_type;527 int sc_rid_irq; /* saved bus RIDs */528 int sc_rid_regs;[all …]