Home | Sort by: relevance | last modified time | path |
/src/sys/arch/hpc/stand/hpcboot/arm/ | |
arm_pxa2x0.cpp | 446 uint32_t dir, altfn, redge, fedge, status; local in function:PXA2X0Architecture::dumpPeripheralRegs 476 fedge = VOLATILE_REF(gpio + GPIO_OFFSET(i, 0x3c)); 477 fedge = (fedge >> (i % 32)) & 1; 480 fedge ? TEXT("enable") : TEXT("disable"))); |
arm_pxa2x0.cpp | 446 uint32_t dir, altfn, redge, fedge, status; local in function:PXA2X0Architecture::dumpPeripheralRegs 476 fedge = VOLATILE_REF(gpio + GPIO_OFFSET(i, 0x3c)); 477 fedge = (fedge >> (i % 32)) & 1; 480 fedge ? TEXT("enable") : TEXT("disable"))); |