Lines Matching refs:athn_softc
63 struct athn_softc psc_sc;
88 Static uint32_t athn_pci_read(struct athn_softc *, uint32_t);
89 Static void athn_pci_write(struct athn_softc *, uint32_t, uint32_t);
90 Static void athn_pci_write_barrier(struct athn_softc *);
91 Static void athn_pci_disable_aspm(struct athn_softc *);
130 struct athn_softc *sc = &psc->psc_sc; in athn_pci_attach()
245 struct athn_softc *sc = &psc->psc_sc; in athn_pci_detach()
263 struct athn_softc *sc = &psc->psc_sc; in athn_pci_activate()
277 struct athn_softc *sc = &psc->psc_sc; in athn_pci_suspend()
291 struct athn_softc *sc = &psc->psc_sc; in athn_pci_resume()
312 athn_pci_read(struct athn_softc *sc, uint32_t addr) in athn_pci_read()
320 athn_pci_write(struct athn_softc *sc, uint32_t addr, uint32_t val) in athn_pci_write()
328 athn_pci_write_barrier(struct athn_softc *sc) in athn_pci_write_barrier()
337 athn_pci_disable_aspm(struct athn_softc *sc) in athn_pci_disable_aspm()