Home
last modified time | relevance | path

Searched refs:pccbb_softc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dpccbb.c86 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 …]
H A Dpccbbvar.h68 struct pccbb_softc; /* forward */
86 struct pccbb_softc { struct
154 void pccbb_intr_route(struct pccbb_softc *sc); argument
/netbsd-src/sys/arch/sparc64/sparc64/
H A Drbus_machdep.c203 struct pccbb_softc *sc = arg; in pccbb_cardbus_isvalid()
/netbsd-src/sys/dev/cardbus/
H A Drbus_ppb.c610 struct pccbb_softc *psc = (struct pccbb_softc *)cc; in ppb_cardbus_attach()