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

  /src/sys/arch/mips/alchemy/dev/
aupcmcia.c 123 int (*as_intr)(void *); member in struct:aupcm_slot
323 sp->as_intr = handler;
354 sp->as_intr = NULL;
453 if (sp->as_intr != NULL) {
466 sp->as_intr(sp->as_intrarg);
470 if (sp->as_intr && sp->as_enabled) {
484 if (sp->as_intr)
498 if (sp->as_intr)

Completed in 11 milliseconds