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

  /src/sys/arch/mips/alchemy/dev/
aupsc.c 79 static void aupsc_enable(void *, int);
130 ctrl.psc_enable = aupsc_enable;
146 aupsc_enable(&p, aupsc_protos[i].protocol);
188 aupsc_enable(void *arg, int proto) function in typeref:typename:void
204 printf("%s: aupsc_enable: unsupported protocol.\n",
210 printf("%s: aupsc_enable: please disable first.\n",
aupsc.c 79 static void aupsc_enable(void *, int);
130 ctrl.psc_enable = aupsc_enable;
146 aupsc_enable(&p, aupsc_protos[i].protocol);
188 aupsc_enable(void *arg, int proto) function in typeref:typename:void
204 printf("%s: aupsc_enable: unsupported protocol.\n",
210 printf("%s: aupsc_enable: please disable first.\n",

Completed in 26 milliseconds