Symbol: pccbb_softc
sys/arch/sparc64/sparc64/rbus_machdep.c
203
struct pccbb_softc *sc = arg;
sys/dev/cardbus/rbus_ppb.c
610
struct pccbb_softc *psc = (struct pccbb_softc *)cc;
sys/dev/pci/pccbb.c
100
static int pccbbintr_function(struct pccbb_softc *);
sys/dev/pci/pccbb.c
102
static int pccbb_detect_card(struct pccbb_softc *);
sys/dev/pci/pccbb.c
104
static void pccbb_pcmcia_write(struct pccbb_softc *, int, uint8_t);
sys/dev/pci/pccbb.c
105
static uint8_t pccbb_pcmcia_read(struct pccbb_softc *, int);
sys/dev/pci/pccbb.c
109
STATIC int cb_reset(struct pccbb_softc *);
sys/dev/pci/pccbb.c
1097
pccbbintr_function(struct pccbb_softc *sc)
sys/dev/pci/pccbb.c
110
STATIC int cb_detect_voltage(struct pccbb_softc *);
sys/dev/pci/pccbb.c
1118
struct pccbb_softc *sc = arg;
sys/dev/pci/pccbb.c
114
STATIC void pccbb_pcmcia_attach_setup(struct pccbb_softc *,
sys/dev/pci/pccbb.c
1160
pccbb_pcmcia_read(struct pccbb_softc *sc, int reg)
sys/dev/pci/pccbb.c
1170
pccbb_pcmcia_write(struct pccbb_softc *sc, int reg, uint8_t val)
sys/dev/pci/pccbb.c
118
STATIC int pccbb_power(struct pccbb_softc *, int);
sys/dev/pci/pccbb.c
1185
struct pccbb_softc *sc = (struct pccbb_softc *)ct;
sys/dev/pci/pccbb.c
120
STATIC int pccbb_cardenable(struct pccbb_softc *, int);
sys/dev/pci/pccbb.c
121
static void *pccbb_intr_establish(struct pccbb_softc *,
sys/dev/pci/pccbb.c
1226
struct pccbb_softc *sc = (struct pccbb_softc *)ct;
sys/dev/pci/pccbb.c
123
static void pccbb_intr_disestablish(struct pccbb_softc *, void *);
sys/dev/pci/pccbb.c
1237
pccbb_power(struct pccbb_softc *sc, int command)
sys/dev/pci/pccbb.c
132
static void pccbb_chipinit(struct pccbb_softc *);
sys/dev/pci/pccbb.c
133
static void pccbb_intrinit(struct pccbb_softc *);
sys/dev/pci/pccbb.c
1403
pccbb_detect_card(struct pccbb_softc *sc)
sys/dev/pci/pccbb.c
1433
cb_reset(struct pccbb_softc *sc)
sys/dev/pci/pccbb.c
1469
cb_detect_voltage(struct pccbb_softc *sc)
sys/dev/pci/pccbb.c
1504
pccbb_cardenable(struct pccbb_softc *sc, int function)
sys/dev/pci/pccbb.c
1542
struct pccbb_softc *sc = (struct pccbb_softc *)ct;
sys/dev/pci/pccbb.c
157
static int pccbb_pcmcia_wait_ready(struct pccbb_softc *);
sys/dev/pci/pccbb.c
1570
struct pccbb_softc *sc = (struct pccbb_softc *)ct;
sys/dev/pci/pccbb.c
158
static void pccbb_pcmcia_delay(struct pccbb_softc *, int, const char *);
sys/dev/pci/pccbb.c
1592
struct pccbb_softc *sc = (struct pccbb_softc *)ct;
sys/dev/pci/pccbb.c
160
static void pccbb_pcmcia_do_io_map(struct pccbb_softc *, int);
sys/dev/pci/pccbb.c
161
static void pccbb_pcmcia_do_mem_map(struct pccbb_softc *, int);
sys/dev/pci/pccbb.c
1614
struct pccbb_softc *sc = (struct pccbb_softc *)ct;
sys/dev/pci/pccbb.c
1650
struct pccbb_softc *sc = (struct pccbb_softc *)ct;
sys/dev/pci/pccbb.c
1665
struct pccbb_softc *sc = (struct pccbb_softc *)ct;
sys/dev/pci/pccbb.c
1672
pccbb_intr_route(struct pccbb_softc *sc)
sys/dev/pci/pccbb.c
1706
pccbb_intr_establish(struct pccbb_softc *sc, int level,
sys/dev/pci/pccbb.c
173
static int pccbb_open_win(struct pccbb_softc *, bus_space_tag_t,
sys/dev/pci/pccbb.c
175
static int pccbb_close_win(struct pccbb_softc *, bus_space_tag_t,
sys/dev/pci/pccbb.c
1755
pccbb_intr_disestablish(struct pccbb_softc *sc, void *ih)
sys/dev/pci/pccbb.c
181
static void pccbb_winset(bus_addr_t, struct pccbb_softc *, bus_space_tag_t);
sys/dev/pci/pccbb.c
1856
struct pccbb_softc *sc = (struct pccbb_softc *)cc;
sys/dev/pci/pccbb.c
1870
struct pccbb_softc *sc = (struct pccbb_softc *)cc;
sys/dev/pci/pccbb.c
1897
struct pccbb_softc *sc = (struct pccbb_softc *)cc;
sys/dev/pci/pccbb.c
1924
struct pccbb_softc *sc = (struct pccbb_softc *)pch;
sys/dev/pci/pccbb.c
196
CFATTACH_DECL3_NEW(cbb_pci, sizeof(struct pccbb_softc),
sys/dev/pci/pccbb.c
2019
struct pccbb_softc *sc = (struct pccbb_softc *)pch;
sys/dev/pci/pccbb.c
2055
struct pccbb_softc *sc = (struct pccbb_softc *)pch;
sys/dev/pci/pccbb.c
2113
pccbb_pcmcia_do_io_map(struct pccbb_softc *sc, int win)
sys/dev/pci/pccbb.c
2191
struct pccbb_softc *sc = (struct pccbb_softc *)pch;
sys/dev/pci/pccbb.c
2213
pccbb_pcmcia_wait_ready(struct pccbb_softc *sc)
sys/dev/pci/pccbb.c
2243
pccbb_pcmcia_delay(struct pccbb_softc *sc, int timo, const char *wmesg)
sys/dev/pci/pccbb.c
2264
struct pccbb_softc *sc = (struct pccbb_softc *)pch;
sys/dev/pci/pccbb.c
2369
struct pccbb_softc *sc = (struct pccbb_softc *)pch;
sys/dev/pci/pccbb.c
2397
struct pccbb_softc *sc = (struct pccbb_softc *)pch;
sys/dev/pci/pccbb.c
2424
struct pccbb_softc *sc = (struct pccbb_softc *)pch;
sys/dev/pci/pccbb.c
2450
struct pccbb_softc *sc = (struct pccbb_softc *)pch;
sys/dev/pci/pccbb.c
2526
struct pccbb_softc *sc = (struct pccbb_softc *)pch;
sys/dev/pci/pccbb.c
2541
pccbb_pcmcia_do_mem_map(struct pccbb_softc *sc, int win)
sys/dev/pci/pccbb.c
2653
struct pccbb_softc *sc = (struct pccbb_softc *)pch;
sys/dev/pci/pccbb.c
2726
struct pccbb_softc *sc = (struct pccbb_softc *)pch;
sys/dev/pci/pccbb.c
2753
struct pccbb_softc *sc = (struct pccbb_softc *)pch;
sys/dev/pci/pccbb.c
2777
struct pccbb_softc *sc = (struct pccbb_softc *)pch;
sys/dev/pci/pccbb.c
2799
struct pccbb_softc *sc = (struct pccbb_softc *)ct;
sys/dev/pci/pccbb.c
2866
struct pccbb_softc *sc = (struct pccbb_softc *)ct;
sys/dev/pci/pccbb.c
2885
pccbb_open_win(struct pccbb_softc *sc, bus_space_tag_t bst, bus_addr_t addr,
sys/dev/pci/pccbb.c
2912
pccbb_close_win(struct pccbb_softc *sc, bus_space_tag_t bst,
sys/dev/pci/pccbb.c
2988
pccbb_winset(bus_addr_t align, struct pccbb_softc *sc, bus_space_tag_t bst)
sys/dev/pci/pccbb.c
3113
struct pccbb_softc *sc = device_private(dv);
sys/dev/pci/pccbb.c
3148
struct pccbb_softc *sc = device_private(dv);
sys/dev/pci/pccbb.c
363
struct pccbb_softc *sc = device_private(self);
sys/dev/pci/pccbb.c
377
struct pccbb_softc *sc = device_private(self);
sys/dev/pci/pccbb.c
509
struct pccbb_softc *sc = device_private(self);
sys/dev/pci/pccbb.c
581
struct pccbb_softc *sc = device_private(self);
sys/dev/pci/pccbb.c
709
pccbb_chipinit(struct pccbb_softc *sc)
sys/dev/pci/pccbb.c
86
delay_ms(int millis, struct pccbb_softc *sc)
sys/dev/pci/pccbb.c
904
pccbb_intrinit(struct pccbb_softc *sc)
sys/dev/pci/pccbb.c
957
pccbb_pcmcia_attach_setup(struct pccbb_softc *sc,
sys/dev/pci/pccbb.c
995
struct pccbb_softc *sc = (struct pccbb_softc *)arg;
sys/dev/pci/pccbbvar.h
154
void pccbb_intr_route(struct pccbb_softc *sc);
sys/dev/pci/pccbbvar.h
68
struct pccbb_softc; /* forward */