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

  /src/sys/arch/pmax/ibus/
sii_ds.c 134 u_int *wsrc = (u_int *)src; local in function:kn230_copytobuf
152 *wdst = *wsrc;
153 wsrc++;
169 volatile u_int *wsrc = (volatile u_int *)src; local in function:kn230_copyfrombuf
185 *wdst = *wsrc;
186 wsrc += 2;
191 u_int lastword = *wsrc;
  /src/sys/arch/arm/xscale/
pxa2x0_apm.c 686 pxa2x0_wakeup_config(u_int wsrc, int enable)
699 if ((wsrc & PXA2X0_WAKEUP_POWERON) != 0) {
705 if ((wsrc & PXA2X0_WAKEUP_GPIORST) != 0)
707 if ((wsrc & PXA2X0_WAKEUP_SD) != 0)
709 if ((wsrc & PXA2X0_WAKEUP_RC) != 0)
711 if ((wsrc & PXA2X0_WAKEUP_SYNC) != 0)
713 if ((wsrc & PXA2X0_WAKEUP_KEYNS0) != 0)
715 if ((wsrc & PXA2X0_WAKEUP_KEYNS1) != 0)
717 if ((wsrc & PXA2X0_WAKEUP_KEYNS2) != 0)
719 if ((wsrc & PXA2X0_WAKEUP_KEYNS3) != 0
779 u_int wsrc; local in function:pxa2x0_wakeup_status
    [all...]

Completed in 43 milliseconds