Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/
H A Dicee.c65 struct icee_softc { struct
66 device_t dev; /* Myself */
67 struct cdev *cdev; /* user interface */
68 int addr; /* Slave address on the bus */
69 int size; /* How big am I? */
70 int type; /* What address type 8 or 16 bit? */
71 int wr_sz; /* What's the write page size */