HomeSort by relevance Sort by last modified time
    Searched defs:TCR (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/AArch64/
ArmMmuLibCore.c 562 UINT64 TCR;
577 // Set TCR that allows us to retrieve T0SZ in the subsequent functions
583 TCR = T0SZ | (1UL << 31) | (1UL << 23) | TCR_TG0_4KB;
587 TCR |= TCR_PS_4GB;
589 TCR |= TCR_PS_64GB;
591 TCR |= TCR_PS_1TB;
593 TCR |= TCR_PS_4TB;
595 TCR |= TCR_PS_16TB;
597 TCR |= TCR_PS_256TB;
605 TCR = T0SZ | TCR_TG0_4KB | TCR_TG1_4KB | TCR_EPD1;
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
smc9000.h 66 #define TCR 0 /* transmit control register */
74 /* the normal settings for the TCR register : */
via-velocity.h 240 u8 TCR;
472 * Bits in the TCR register
1036 volatile u8 TCR;
    [all...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cm3.h     [all...]
core_sc300.h     [all...]
core_cm4.h     [all...]
core_cm7.h     [all...]

Completed in 215 milliseconds