Lines Matching defs:ixp425_softc
64 struct ixp425_softc { struct
65 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;
79 struct arm32_bus_dma_tag ia_pci_dmat;
80 struct arm32_pci_chipset ia_pci_chipset;
81 vaddr_t sc_pci_va;
84 struct arm32_dma_range ia_pci_dma_range;
87 uint32_t sc_gpio_out;
88 uint32_t sc_gpio_oe;
89 uint32_t sc_gpio_intr1;
90 uint32_t sc_gpio_intr2;