Searched defs:rk_i2c_softc (Results 1 – 1 of 1) sorted by relevance
121 struct rk_i2c_softc { struct122 device_t dev;123 struct resource *res[2];124 struct mtx mtx;125 clk_t sclk;126 clk_t pclk;127 int busy;128 void * intrhand;129 uint32_t intr;130 uint32_t ipd;[all …]