Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Di82365var.h56 u_int8_t (*ph_read)(struct pcic_handle *, int); member
183 (*(h)->ph_read)((h), (idx))
H A Di82365.c212 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()
/openbsd/sys/dev/pci/
H A Dpccbbvar.h76 u_int8_t (*ph_read)(struct cbb_pcic_handle *, int); member
H A Dpccbb.c93 #define Pcic_read(ph, reg) ((ph)->ph_read((ph), (reg)))
802 ph->ph_read = pccbb_pcmcia_read; in pccbb_pcmcia_attach_setup()