Home
last modified time | relevance | path

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

/freebsd/sys/arm/ti/
H A Dti_i2c.c75 struct ti_i2c_softc struct
77 device_t sc_dev;
78 struct resource* sc_irq_res;
79 struct resource* sc_mem_res;
80 device_t sc_iicbus;
82 void* sc_irq_h;
84 struct mtx sc_mtx;
86 struct iic_msg* sc_buffer;
87 int sc_bus_inuse;
88 int sc_buffer_pos;
[all …]