Lines Matching defs:amdpm_softc
150 struct amdpm_softc { struct
151 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;
187 sizeof(struct amdpm_softc), amdpm_match, amdpm_attach, argument