Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/controller/vybrid/
H A Dvf_i2c.h58 struct vf_i2c_softc { struct
59 struct resource *res[2];
60 bus_space_tag_t bst;
61 bus_space_handle_t bsh;
62 uint32_t freq;
63 device_t dev;
64 device_t iicbus;
65 struct mtx mutex;
66 uintptr_t hwtype;
68 clk_t clock;