Searched defs:nct_softc (Results 1 – 1 of 1) sorted by relevance
104 struct nct_softc { struct105 device_t dev;106 device_t busdev;107 struct mtx mtx;108 struct resource *iores;109 int iorid;110 int curgrp;111 struct {116 } cache;117 struct gpio_pin pins[NCT_MAX_PIN + 1];[all …]