Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dneo.c116 struct neo_softc { struct
117 device_t dev;
118 kmutex_t lock;
119 kmutex_t intr_lock;
121 bus_space_tag_t bufiot;
122 bus_space_handle_t bufioh;
124 bus_space_tag_t regiot;
125 bus_space_handle_t regioh;
127 uint32_t type;
128 void *ih;
[all …]