Home
last modified time | relevance | path

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

/openbsd/sys/dev/isa/
H A Dcy_isa.c77 ret = cy_probe_common(memt, memh, CY_BUSTYPE_ISA); in cy_isa_probe()
100 sc->sc_nr_cd1400s = cy_probe_common(sc->sc_memt, sc->sc_memh, in cy_isa_attach()
/openbsd/sys/dev/ic/
H A Dcyreg.h185 int cy_probe_common(bus_space_tag_t, bus_space_handle_t, int);
H A Dcy.c89 cy_probe_common(bus_space_tag_t memt, bus_space_handle_t memh, int bustype) in cy_probe_common() function
/openbsd/sys/dev/pci/
H A Dcy_pci.c127 if ((sc->sc_nr_cd1400s = cy_probe_common(sc->sc_memt, sc->sc_memh, in cy_pci_attach()