Searched defs:pm2fb_softc (Results 1 – 1 of 1) sorted by relevance
87 struct pm2fb_softc { struct88 device_t sc_dev;90 pci_chipset_tag_t sc_pc;91 pcitag_t sc_pcitag;93 bus_space_tag_t sc_memt;94 bus_space_tag_t sc_iot;96 bus_space_handle_t sc_regh;97 bus_addr_t sc_fb, sc_reg;98 bus_size_t sc_fbsize, sc_regsize;100 int sc_width, sc_height, sc_depth, sc_stride;[all …]