Searched defs:em4k_softc (Results 1 – 1 of 1) sorted by relevance
42 struct em4k_softc { struct43 device_t sc_dev;45 uint16_t model;47 struct bus_space_tag setup_area;48 bus_space_tag_t setup_area_t;49 bus_space_handle_t setup_area_h;51 struct bus_space_tag pci_conf_area;52 bus_space_tag_t pci_conf_t;53 bus_space_handle_t pci_conf_h;55 struct bus_space_tag pci_io_area;[all …]