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 474 redge = VOLATILE_REF(gpio + GPIO_OFFSET(i, 0x30)); 475 redge = (redge >> (i % 32)) & 1; 479 redge ? TEXT("enable") : TEXT("disable"), |