Searched refs:PPC_ECR_PS2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/ppc/
H A Dppcreg.h152 #define PPC_ECR_PS2 0x20 macro
158 #define PPC_ECR_RESET (PPC_ECR_PS2 | PPC_DISABLE_INTR)
H A Dppc.c338 ecr |= PPC_ECR_PS2;
384 ecr |= PPC_ECR_PS2;
1201 w_ecr(ppc, PPC_ECR_PS2);
1202 if ((r_ecr(ppc) & 0xe0) == PPC_ECR_PS2) {

Completed in 100 milliseconds