Lines Matching defs:chipsfb_softc
39 struct chipsfb_softc { struct
40 device_t sc_dev;
42 bus_space_tag_t sc_memt;
43 bus_space_tag_t sc_iot;
45 bus_space_handle_t sc_fbh;
46 bus_space_handle_t sc_mmregh;
47 bus_space_handle_t sc_ioregh;
48 bus_addr_t sc_fb;
49 bus_size_t sc_fbsize, sc_ioregsize;
51 int (*sc_ioctl)(void *, void *, u_long, void *, int, struct lwp *);
52 paddr_t (*sc_mmap)(void *, void *, off_t, int);
55 size_t memsize;
80 void chipsfb_do_attach(struct chipsfb_softc *sc); argument