Lines Matching defs:Static
76 #define Static static
78 Static int athn_pci_match(device_t, cfdata_t, void *);
79 Static void athn_pci_attach(device_t, device_t, void *);
80 Static int athn_pci_detach(device_t, int);
81 Static int athn_pci_activate(device_t, enum devact);
86 Static bool athn_pci_resume(device_t, const pmf_qual_t *);
87 Static bool athn_pci_suspend(device_t, const pmf_qual_t *);
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 *);
93 Static int
96 static const struct {
126 Static void
241 Static int
259 Static int
273 Static bool
287 Static bool
311 Static uint32_t
319 Static void
327 Static void
336 Static void