Home
last modified time | relevance | path

Searched defs:ixp12x0_softc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/arm/ixp12x0/
H A Dixp12x0var.h40 struct ixp12x0_softc { struct
41 device_t sc_dev;
42 bus_space_tag_t sc_iot;
45 bus_space_handle_t sc_pci_ioh; /* PCI CSR */
46 bus_space_handle_t sc_conf0_ioh; /* PCI Configuration 0 */
47 bus_space_handle_t sc_conf1_ioh; /* PCI Configuration 1 */
50 struct arm32_bus_dma_tag ia_pci_dmat;
51 struct arm32_pci_chipset ia_pci_chipset;
54 struct arm32_dma_range ia_pci_dma_range;
H A Dixp12x0.c43 static struct ixp12x0_softc *ixp12x0_softc; variable