Home
last modified time | relevance | path

Searched refs:EP_BUS_PCMCIA (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Delink3var.h81 #define EP_BUS_PCMCIA 0x1 macro
H A Delink3.c587 if (sc->bustype == EP_BUS_PCMCIA) { in epinit()
791 (sc->bustype == EP_BUS_PCMCIA ? MEDIA_LED : 0))); in epsetmedia()
1569 if (sc->bustype != EP_BUS_PCMCIA && sc->bustype != EP_BUS_PCI && in epbusyeeprom()
/openbsd/sys/dev/pcmcia/
H A Dif_ep_pcmcia.c323 sc->bustype = EP_BUS_PCMCIA; in ep_pcmcia_attach()