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

  /src/sys/arch/cobalt/stand/boot/
pci.c 37 #define GT_BASE 0x14000000
45 pcicfg_addr = (uint32_t *)MIPS_PHYS_TO_KSEG1(GT_BASE + GT_PCICFG_ADDR);
46 pcicfg_data = (uint32_t *)MIPS_PHYS_TO_KSEG1(GT_BASE + GT_PCICFG_DATA);
  /src/sys/arch/cobalt/include/
cpu.h 22 #define GT_BASE 0x14000000
  /src/sys/arch/cobalt/cobalt/
machdep.c 514 pcicfg_addr = (uint32_t *)MIPS_PHYS_TO_KSEG1(GT_BASE + GT_PCICFG_ADDR);
515 pcicfg_data = (uint32_t *)MIPS_PHYS_TO_KSEG1(GT_BASE + GT_PCICFG_DATA);
interrupt.c 437 (uint32_t *)MIPS_PHYS_TO_KSEG1(GT_BASE + GT_INTR_CAUSE);

Completed in 122 milliseconds