Searched refs:ph_read (Results 1 – 4 of 4) sorted by relevance
56 u_int8_t (*ph_read)(struct pcic_handle *, int); member183 (*(h)->ph_read)((h), (idx))
212 sc->handle[0].ph_read = st_pcic_read; in pcic_attach()229 sc->handle[1].ph_read = st_pcic_read; in pcic_attach()251 sc->handle[2].ph_read = st_pcic_read; in pcic_attach()271 sc->handle[3].ph_read = st_pcic_read; in pcic_attach()
76 u_int8_t (*ph_read)(struct cbb_pcic_handle *, int); member
93 #define Pcic_read(ph, reg) ((ph)->ph_read((ph), (reg)))802 ph->ph_read = pccbb_pcmcia_read; in pccbb_pcmcia_attach_setup()