Searched refs:OCTEON_DDR0_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-bootmem.h71 #define OCTEON_DDR0_SIZE (0x010000000ULL) macro
H A Docteon-pci-console.c460 int64_t console_block_addr = cvmx_bootmem_phy_named_block_alloc(alloc_size, OCTEON_DDR0_SIZE - alloc_size - 128, OCTEON_DDR0_SIZE, 128, OCTEON_PCI_CONSOLE_BLOCK_NAME, CVMX_BOOTMEM_FLAG_END_ALLOC);
H A Dcvmx-bootmem.c1119 if (mem_size <= OCTEON_DDR0_SIZE)
1125 __cvmx_bootmem_phy_free(cur_block_addr, OCTEON_DDR0_SIZE - low_reserved_bytes, 0);
1127 mem_size -= OCTEON_DDR0_SIZE;

Completed in 101 milliseconds