Lines Matching refs:athn_softc
64 struct athn_softc csc_sc;
85 Static uint32_t athn_cardbus_read(struct athn_softc *, uint32_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);
131 struct athn_softc *sc = &csc->csc_sc;
193 struct athn_softc *sc = &csc->csc_sc;
258 athn_cardbus_read(struct athn_softc *sc, uint32_t addr)
266 athn_cardbus_write(struct athn_softc *sc, uint32_t addr, uint32_t val)
274 athn_cardbus_write_barrier(struct athn_softc *sc)
316 athn_cardbus_enable(struct athn_softc *sc)
341 athn_cardbus_disable(struct athn_softc *sc)
357 athn_cardbus_power(struct athn_softc *sc, int why)