ph_read           218 dev/ic/i82365.c 	sc->handle[0].ph_read = st_pcic_read;
ph_read           235 dev/ic/i82365.c 	sc->handle[1].ph_read = st_pcic_read;
ph_read           257 dev/ic/i82365.c 	sc->handle[2].ph_read = st_pcic_read;
ph_read           277 dev/ic/i82365.c 		sc->handle[3].ph_read = st_pcic_read;
ph_read            56 dev/ic/i82365var.h 	u_int8_t (*ph_read)(struct pcic_handle *, int);
ph_read           183 dev/ic/i82365var.h 	(*(h)->ph_read)((h), (idx))
ph_read           100 dev/pci/pccbb.c #define Pcic_read(ph, reg) ((ph)->ph_read((ph), (reg)))
ph_read           864 dev/pci/pccbb.c 	ph->ph_read = pccbb_pcmcia_read;
ph_read            81 dev/pci/pccbbvar.h 	u_int8_t (*ph_read)(struct cbb_pcic_handle *, int);