Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Docteon-pci-console.c100 …tmem_named_block_desc_t *block_desc = cvmx_bootmem_find_named_block(OCTEON_PCI_CONSOLE_BLOCK_NAME); in __cvmx_pci_console_write()
460 …, OCTEON_DDR0_SIZE - alloc_size - 128, OCTEON_DDR0_SIZE, 128, OCTEON_PCI_CONSOLE_BLOCK_NAME, CVMX_… in octeon_pci_console_init()
462 …TEON_DDR2_BASE + 1, OCTEON_DDR2_BASE + alloc_size + 128, 128, OCTEON_PCI_CONSOLE_BLOCK_NAME, CVMX_… in octeon_pci_console_init()
464 …bootmem_phy_named_block_alloc(alloc_size, 0, 0x7fffffff, 128, OCTEON_PCI_CONSOLE_BLOCK_NAME, CVMX_… in octeon_pci_console_init()
H A Docteon-pci-console.h58 #define OCTEON_PCI_CONSOLE_BLOCK_NAME "__pci_console" macro
/f-stack/freebsd/mips/cavium/
H A Docteon_pci_console.c100 cvmx_bootmem_find_named_block(OCTEON_PCI_CONSOLE_BLOCK_NAME); in opcic_cnprobe()