Lines Matching defs:piixpm_softc
82 struct piixpm_softc { struct
83 device_t sc_dev;
85 bus_space_tag_t sc_iot;
86 bus_space_tag_t sc_sb800_bt;
87 bus_space_handle_t sc_pm_ioh;
88 bus_space_handle_t sc_sb800_bh;
89 bus_space_handle_t sc_smb_ioh;
90 void * sc_smb_ih;
91 int sc_poll;
92 bool sc_sb800_mmio; /* Use MMIO access */
93 bool sc_sb800_selen; /* Use SMBUS0SEL */
95 pci_chipset_tag_t sc_pc;
96 pcitag_t sc_pcitag;
97 pcireg_t sc_id;
98 pcireg_t sc_rev;
100 int sc_numbusses;
101 device_t sc_i2c_device[4];
102 struct piixpm_smbus sc_busses[4];
103 struct i2c_controller sc_i2c_tags[4];
128 static uint8_t piixpm_sb800_pmread(struct piixpm_softc *, bus_size_t); argument