Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpcsh/dev/hd64465/
H A Dhd64465pcmcia.c192 STATIC enum hd64465pcmcia_event_type __detect_card(int);
369 if (ch->ch_pcmcia && (__detect_card(ch->ch_channel) == EVENT_INSERT)) { in hd64465pcmcia_attach_channel()
398 __queue_event(ch, __detect_card(ch->ch_channel)); in hd64465pcmcia_intr()
721 __detect_card(int channel) in __detect_card() function