Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/gpio/
H A Dtca64xx.c92 struct tca64xx_softc { struct
93 device_t dev;
94 device_t busdev;
95 enum chip_type chip;
96 struct mtx mtx;
97 uint32_t addr;
98 uint8_t num_pins;
99 uint8_t in_port_reg;
100 uint8_t out_port_reg;
101 uint8_t polarity_inv_reg;
[all …]