pcic_handle        62 dev/cardbus/cardslotvar.h 	struct pcic_handle *caa_ph;
pcic_handle        86 dev/ic/i82365.c void	pcic_attach_socket(struct pcic_handle *);
pcic_handle        87 dev/ic/i82365.c void	pcic_init_socket(struct pcic_handle *);
pcic_handle        91 dev/ic/i82365.c int	pcic_intr_socket(struct pcic_handle *);
pcic_handle        93 dev/ic/i82365.c void	pcic_attach_card(struct pcic_handle *);
pcic_handle        94 dev/ic/i82365.c void	pcic_detach_card(struct pcic_handle *, int);
pcic_handle        95 dev/ic/i82365.c void	pcic_deactivate_card(struct pcic_handle *);
pcic_handle        97 dev/ic/i82365.c void	pcic_chip_do_mem_map(struct pcic_handle *, int);
pcic_handle        98 dev/ic/i82365.c void	pcic_chip_do_io_map(struct pcic_handle *, int);
pcic_handle       102 dev/ic/i82365.c void	pcic_event_process(struct pcic_handle *, struct pcic_event *);
pcic_handle       103 dev/ic/i82365.c void	pcic_queue_event(struct pcic_handle *, int);
pcic_handle       105 dev/ic/i82365.c void	pcic_wait_ready(struct pcic_handle *);
pcic_handle       107 dev/ic/i82365.c u_int8_t st_pcic_read(struct pcic_handle *, int);
pcic_handle       108 dev/ic/i82365.c void	st_pcic_write(struct pcic_handle *, int, int);
pcic_handle       135 dev/ic/i82365.c 	struct pcic_handle *h;
pcic_handle       353 dev/ic/i82365.c 	struct pcic_handle *h;
pcic_handle       388 dev/ic/i82365.c 	struct pcic_handle *h = arg;
pcic_handle       420 dev/ic/i82365.c 	struct pcic_handle *h = arg;
pcic_handle       450 dev/ic/i82365.c 	struct pcic_handle *h;
pcic_handle       516 dev/ic/i82365.c 	struct pcic_handle *h;
pcic_handle       568 dev/ic/i82365.c 	struct pcic_handle *h = (struct pcic_handle *) paa->pch;
pcic_handle       628 dev/ic/i82365.c 	struct pcic_handle *h = (struct pcic_handle *) paa->pch;
pcic_handle       694 dev/ic/i82365.c 	struct pcic_handle *h;
pcic_handle       758 dev/ic/i82365.c 	struct pcic_handle *h;
pcic_handle       777 dev/ic/i82365.c 	struct pcic_handle *h;
pcic_handle       790 dev/ic/i82365.c 	struct pcic_handle *h;
pcic_handle       806 dev/ic/i82365.c 	struct pcic_handle *h;
pcic_handle       836 dev/ic/i82365.c 	struct pcic_handle *h = (struct pcic_handle *)arg;
pcic_handle       860 dev/ic/i82365.c 	struct pcic_handle *h = (struct pcic_handle *) pch;
pcic_handle       910 dev/ic/i82365.c 	struct pcic_handle *h = (struct pcic_handle *) pch;
pcic_handle       974 dev/ic/i82365.c 	struct pcic_handle *h;
pcic_handle      1038 dev/ic/i82365.c 	struct pcic_handle *h = (struct pcic_handle *) pch;
pcic_handle      1103 dev/ic/i82365.c 	struct pcic_handle *h = (struct pcic_handle *) pch;
pcic_handle      1124 dev/ic/i82365.c 	struct pcic_handle *h = (struct pcic_handle *) pch;
pcic_handle      1266 dev/ic/i82365.c 	struct pcic_handle *h;
pcic_handle      1303 dev/ic/i82365.c 	struct pcic_handle *h = (struct pcic_handle *) pch;
pcic_handle      1349 dev/ic/i82365.c 	struct pcic_handle *h = (struct pcic_handle *) pch;
pcic_handle      1364 dev/ic/i82365.c 	struct pcic_handle *h;
pcic_handle      1388 dev/ic/i82365.c 	struct pcic_handle *h = (struct pcic_handle *) pch;
pcic_handle      1486 dev/ic/i82365.c 	struct pcic_handle *h = (struct pcic_handle *) pch;
pcic_handle      1502 dev/ic/i82365.c 	struct pcic_handle *h;
pcic_handle      1513 dev/ic/i82365.c 	struct pcic_handle *h;
pcic_handle        52 dev/ic/i82365var.h struct pcic_handle {
pcic_handle        56 dev/ic/i82365var.h 	u_int8_t (*ph_read)(struct pcic_handle *, int);
pcic_handle        57 dev/ic/i82365var.h 	void (*ph_write)(struct pcic_handle *, int, int);
pcic_handle       149 dev/ic/i82365var.h 	struct pcic_handle handle[PCIC_NSLOTS];
pcic_handle       154 dev/ic/i82365var.h int	pcic_vendor(struct pcic_handle *);
pcic_handle       159 dev/isa/i82365_isa.c 	struct pcic_handle *h;
pcic_handle       108 dev/isa/i82365_isapnp.c 	struct pcic_handle *h;
pcic_handle       193 dev/isa/i82365_isasubr.c 	struct pcic_handle *h = (struct pcic_handle *)pch;
pcic_handle       223 dev/isa/i82365_isasubr.c 	struct pcic_handle *h = (struct pcic_handle *) pch;
pcic_handle       242 dev/isa/i82365_isasubr.c 	struct pcic_handle *h = (struct pcic_handle *)pch;
pcic_handle       272 dev/isa/i82365_isasubr.c 	struct pcic_handle *ph = &sc->handle[0];
pcic_handle       110 dev/pci/i82365_pci.c 	struct pcic_handle *h;
pcic_handle        98 dev/pci/pccbb.c void	pccbb_pcmcia_write(struct pcic_handle *, int, int);
pcic_handle        99 dev/pci/pccbb.c u_int8_t pccbb_pcmcia_read(struct pcic_handle *, int);
pcic_handle       111 dev/pci/pccbb.c void	pccbb_pcmcia_attach_card(struct pcic_handle *);
pcic_handle       112 dev/pci/pccbb.c void	pccbb_pcmcia_detach_card(struct pcic_handle *, int);
pcic_handle       113 dev/pci/pccbb.c void	pccbb_pcmcia_deactivate_card(struct pcic_handle *);
pcic_handle       156 dev/pci/pccbb.c void	pccbb_pcmcia_do_io_map(struct pcic_handle *, int);
pcic_handle       157 dev/pci/pccbb.c void	pccbb_pcmcia_wait_ready(struct pcic_handle *);
pcic_handle       158 dev/pci/pccbb.c void	pccbb_pcmcia_do_mem_map(struct pcic_handle *, int);
pcic_handle       853 dev/pci/pccbb.c 	struct pcic_handle *ph = &sc->sc_pcmcia_h;
pcic_handle       903 dev/pci/pccbb.c 	struct pcic_handle *ph;
pcic_handle       917 dev/pci/pccbb.c 	struct pcic_handle *ph;
pcic_handle       945 dev/pci/pccbb.c 	struct pcic_handle *ph = &sc->sc_pcmcia_h;
pcic_handle       975 dev/pci/pccbb.c 					struct pcic_handle *ph =
pcic_handle      1112 dev/pci/pccbb.c 	struct pcic_handle *ph;
pcic_handle      1124 dev/pci/pccbb.c 	struct pcic_handle *ph;
pcic_handle      1825 dev/pci/pccbb.c 	struct pcic_handle *ph = (struct pcic_handle *)pch;
pcic_handle      1902 dev/pci/pccbb.c 	    (struct pccbb_softc *)((struct pcic_handle *)pch)->ph_parent;
pcic_handle      1930 dev/pci/pccbb.c 	struct pcic_handle *ph = (struct pcic_handle *)pch;
pcic_handle      1991 dev/pci/pccbb.c 	struct pcic_handle *ph;
pcic_handle      2072 dev/pci/pccbb.c 	struct pcic_handle *ph = (struct pcic_handle *)pch;
pcic_handle      2101 dev/pci/pccbb.c 	struct pcic_handle *ph;
pcic_handle      2135 dev/pci/pccbb.c 	struct pcic_handle *ph = (struct pcic_handle *)pch;
pcic_handle      2249 dev/pci/pccbb.c 	struct pcic_handle *ph = (struct pcic_handle *)pch;
pcic_handle      2283 dev/pci/pccbb.c 	struct pcic_handle *ph = (struct pcic_handle *)pch;
pcic_handle      2312 dev/pci/pccbb.c 	struct pcic_handle *ph = (struct pcic_handle *)pch;
pcic_handle      2374 dev/pci/pccbb.c 	struct pcic_handle *ph = (struct pcic_handle *)pch;
pcic_handle      2388 dev/pci/pccbb.c 	struct pcic_handle *ph;
pcic_handle      2502 dev/pci/pccbb.c 	struct pcic_handle *ph = (struct pcic_handle *)pch;
pcic_handle      2572 dev/pci/pccbb.c 	struct pcic_handle *ph = (struct pcic_handle *)pch;
pcic_handle      2591 dev/pci/pccbb.c 	struct pcic_handle *ph;
pcic_handle      2607 dev/pci/pccbb.c 	struct pcic_handle *ph = poll->ph;
pcic_handle      2668 dev/pci/pccbb.c 	struct pcic_handle *ph = (struct pcic_handle *)pch;
pcic_handle      2699 dev/pci/pccbb.c 	struct pcic_handle *ph = (struct pcic_handle *)pch;
pcic_handle       162 dev/pci/pccbbvar.h 	struct pcic_handle sc_pcmcia_h;