Searched defs:twsi_softc (Results 1 – 1 of 1) sorted by relevance
44 struct twsi_softc { struct45 device_t dev;46 struct resource *res[2];47 struct mtx mutex;48 device_t iicbus;49 clk_t clk_core;50 clk_t clk_reg;51 void * intrhand;52 bool have_intr;54 struct iic_msg *msgs;[all …]