Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/controller/rockchip/
H A Drk_i2c.c121 struct rk_i2c_softc { struct
122 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 …]