Searched defs:amdpm_softc (Results 1 – 1 of 1) sorted by relevance
150 struct amdpm_softc { struct151 struct device sc_dev;153 pci_chipset_tag_t sc_pc;154 pcitag_t sc_tag;156 bus_space_tag_t sc_iot;157 bus_space_handle_t sc_ioh; /* PMxx space */158 bus_space_handle_t sc_i2c_ioh; /* I2C space */159 int sc_poll;161 struct timeout sc_rnd_ch;163 struct i2c_controller sc_i2c_tag;[all …]