Searched defs:ixp425_softc (Results 1 – 2 of 2) sorted by relevance
64 struct ixp425_softc { struct65 device_t sc_dev;66 bus_space_tag_t sc_iot;67 bus_space_handle_t sc_ioh; /* IRQ handle */69 uint32_t sc_intrmask;72 bus_space_handle_t sc_pci_ioh; /* PCI mem handler */73 bus_space_handle_t sc_gpio_ioh; /* GPIOs handler */74 bus_space_handle_t sc_exp_ioh; /* Expansion bus handle */77 struct bus_space sc_pci_iot;78 struct bus_space sc_pci_memt;[all …]
45 struct ixp425_softc *ixp425_softc; variable