Lines Matching defs:Static
76 #define Static static
78 Static int athn_cardbus_match(device_t, cfdata_t, void *);
79 Static void athn_cardbus_attach(device_t, device_t, void *);
80 Static int athn_cardbus_detach(device_t, int);
85 Static uint32_t athn_cardbus_read(struct athn_softc *, uint32_t);
86 Static bool athn_cardbus_resume(device_t, const pmf_qual_t *l);
87 Static void athn_cardbus_setup(struct athn_cardbus_softc *);
88 Static bool athn_cardbus_suspend(device_t, const pmf_qual_t *);
89 Static void athn_cardbus_write(struct athn_softc *, uint32_t, uint32_t);
90 Static void athn_cardbus_write_barrier(struct athn_softc *);
93 Static int athn_cardbus_enable(struct athn_softc *);
94 Static void athn_cardbus_disable(struct athn_softc *);
95 Static void athn_cardbus_power(struct athn_softc *, int);
98 Static int
101 static const struct {
127 Static void
189 Static int
213 Static void
257 Static uint32_t
265 Static void
273 Static void
282 Static bool
295 Static bool
315 Static int
340 Static void
356 Static void