Searched defs:icee_softc (Results 1 – 1 of 1) sorted by relevance
65 struct icee_softc { struct66 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 */