HomeSort by: relevance | last modified time | path
    Searched refs:GLOBAL_BASE (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/evbppc/include/
wii.h 45 #define GLOBAL_BASE 0x00000000
99 #define GLOBAL_MEM1_SIZE (GLOBAL_BASE + 0x0028)
100 #define GLOBAL_CUR_VID_MODE (GLOBAL_BASE + 0x00cc)
101 #define GLOBAL_BUS_SPEED (GLOBAL_BASE + 0x00f8)
102 #define GLOBAL_CPU_SPEED (GLOBAL_BASE + 0x00fc)
103 #define GLOBAL_SYSTEM_TIME (GLOBAL_BASE + 0x30d8)
104 #define GLOBAL_MEM2_SIZE (GLOBAL_BASE + 0x3118)
105 #define GLOBAL_MEM2_AVAIL_START (GLOBAL_BASE + 0x3124)
106 #define GLOBAL_MEM2_AVAIL_END (GLOBAL_BASE + 0x3128)
107 #define GLOBAL_IOS_VERSION (GLOBAL_BASE + 0x3140
    [all...]
  /src/sys/arch/powerpc/booke/dev/
pq3gpio.c 271 const uint32_t pmuxcr = cpu_read_4(GLOBAL_BASE + PMUXCR);
405 const uint32_t pmuxcr = cpu_read_4(GLOBAL_BASE + PMUXCR);
451 const uint32_t pmuxcr = cpu_read_4(GLOBAL_BASE + PMUXCR);
489 const uint32_t pmuxcr2 = cpu_read_4(GLOBAL_BASE + PMUXCR2);
515 GLOBAL_BASE, GLOBAL_SIZE },
519 GLOBAL_BASE, GLOBAL_SIZE },
523 GLOBAL_BASE, GLOBAL_SIZE },
531 GLOBAL_BASE, GLOBAL_SIZE },
  /src/sys/arch/powerpc/booke/
e500_autoconf.c 74 const uint32_t v = cpu_read_4(GLOBAL_BASE + DEVDISR);
  /src/sys/arch/evbppc/mpc85xx/
machdep.c 315 { "gpio", GLOBAL_BASE, GLOBAL_SIZE, 0,
490 cpu_write_4(GLOBAL_BASE + RSTCR, HRESET_REQ);
638 const uint32_t porpplsr = cpu_read_4(GLOBAL_BASE + PORPLLSR);
1179 *(uint32_t *)(GUR_BASE + GLOBAL_BASE + PORPLLSR));
1253 printf(" pordevsr=%#x", cpu_read_4(GLOBAL_BASE + PORDEVSR));
1254 printf(" devdisr=%#x", cpu_read_4(GLOBAL_BASE + DEVDISR));
1418 uint32_t v = cpu_read_4(GLOBAL_BASE + PORPLLSR);
  /src/sys/arch/powerpc/include/booke/
e500reg.h 413 #define GLOBAL_BASE 0xe0000
  /src/sys/arch/powerpc/booke/pci/
pq3pci.c 755 const uint32_t pordevsr = cpu_read_4(GLOBAL_BASE + PORDEVSR);

Completed in 18 milliseconds