Searched defs:amdpm_softc (Results 1 – 1 of 1) sorted by relevance
37 struct amdpm_softc { struct38 device_t sc_dev;40 pci_chipset_tag_t sc_pc;41 pcitag_t sc_tag;42 struct pci_attach_args *sc_pa;44 bus_space_tag_t sc_iot;45 bus_space_handle_t sc_ioh; /* PMxx space */46 bus_space_handle_t sc_sm_ioh; /* SM space */48 i2c_addr_t sc_smbus_slaveaddr; /* address of smbus slave */49 struct i2c_controller sc_i2c; /* i2c controller info */[all …]