Searched refs:pccbb_softc (Results 1 – 4 of 4) sorted by relevance
86 delay_ms(int millis, struct pccbb_softc *sc) in delay_ms()100 static int pccbbintr_function(struct pccbb_softc *);102 static int pccbb_detect_card(struct pccbb_softc *);104 static void pccbb_pcmcia_write(struct pccbb_softc *, int, uint8_t);105 static uint8_t pccbb_pcmcia_read(struct pccbb_softc *, int);109 STATIC int cb_reset(struct pccbb_softc *);110 STATIC int cb_detect_voltage(struct pccbb_softc *);114 STATIC void pccbb_pcmcia_attach_setup(struct pccbb_softc *,118 STATIC int pccbb_power(struct pccbb_softc *, int);120 STATIC int pccbb_cardenable(struct pccbb_softc *, int);[all …]
68 struct pccbb_softc; /* forward */86 struct pccbb_softc { struct154 void pccbb_intr_route(struct pccbb_softc *sc); argument
203 struct pccbb_softc *sc = arg; in pccbb_cardbus_isvalid()
610 struct pccbb_softc *psc = (struct pccbb_softc *)cc; in ppb_cardbus_attach()