Home
last modified time | relevance | path

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

/freebsd/sys/dev/nctgpio/
H A Dnctgpio.c104 struct nct_softc { struct
105 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 …]