Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-bootmem.h71 #define OCTEON_DDR0_SIZE (0x010000000ULL) macro
H A Dcvmx-bootmem.c1119 if (mem_size <= OCTEON_DDR0_SIZE) in cvmx_bootmem_phy_mem_list_init()
1125 __cvmx_bootmem_phy_free(cur_block_addr, OCTEON_DDR0_SIZE - low_reserved_bytes, 0); in cvmx_bootmem_phy_mem_list_init()
1127 mem_size -= OCTEON_DDR0_SIZE; in cvmx_bootmem_phy_mem_list_init()
H A Docteon-pci-console.c460 … = cvmx_bootmem_phy_named_block_alloc(alloc_size, OCTEON_DDR0_SIZE - alloc_size - 128, OCTEON_DDR0… in octeon_pci_console_init()