Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/xscale/
H A Dixp425var.h64 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;
[all …]
H A Dixp425.c45 struct ixp425_softc *ixp425_softc; variable