Searched defs:tca64xx_softc (Results 1 – 1 of 1) sorted by relevance
92 struct tca64xx_softc { struct93 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 …]