HomeSort by: relevance | last modified time | path
    Searched defs:ch_pcmcia (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpcsh/dev/hd64465/
hd64465pcmcia.c 93 device_t ch_pcmcia; member in struct:hd64465pcmcia_channel
266 pcmcia_card_attach(pe->pe_ch->ch_pcmcia);
270 pcmcia_card_detach(pe->pe_ch->ch_pcmcia,
366 ch->ch_pcmcia = config_found(parent, &paa, hd64465pcmcia_print,
369 if (ch->ch_pcmcia && (__detect_card(ch->ch_channel) == EVENT_INSERT)) {
371 pcmcia_card_attach(ch->ch_pcmcia);
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461pcmcia.c 114 device_t ch_pcmcia; member in struct:hd64461pcmcia_channel
330 pcmcia_card_attach(pe->pe_ch->ch_pcmcia);
334 pcmcia_card_detach(pe->pe_ch->ch_pcmcia,
444 ch->ch_pcmcia = config_found(parent, &paa, hd64461pcmcia_print,
447 if (ch->ch_pcmcia && (detect_card(ch->ch_channel) == EVENT_INSERT)) {
449 pcmcia_card_attach(ch->ch_pcmcia);

Completed in 187 milliseconds