Home
last modified time | relevance | path

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

/openbsd/sys/arch/armv7/omap/
H A Dti_iic.c89 struct ti_iic_softc { struct
90 struct device sc_dev;
95 bus_space_tag_t sc_iot;
98 void *sc_ih;
99 int sc_node;
100 ti_i2cop_t sc_op;
101 int sc_buflen;
102 int sc_bufidx;
103 char *sc_buf;
105 int sc_rxthres;
[all …]