Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/controller/twsi/
H A Dtwsi.h44 struct twsi_softc { struct
45 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 …]