Searched refs:octeon_bootinfo (Results 1 – 4 of 4) sorted by relevance
59 struct cvmx_bootinfo *octeon_bootinfo; variable60 EXPORT_SYMBOL(octeon_bootinfo);204 kexec_bootmem_init(octeon_bootinfo->dram_size*1024ULL*1024ULL, in octeon_generic_shutdown()289 return octeon_bootinfo->board_type == CVMX_BOARD_TYPE_SIM; in octeon_is_simulation()302 return octeon_bootinfo->config_flags & CVMX_BOOTINFO_CFG_FLAG_PCI_HOST; in octeon_is_pci_host()339 if (octeon_bootinfo->led_display_base_addr) { in octeon_write_lcd()341 ioremap_nocache(octeon_bootinfo->led_display_base_addr, in octeon_write_lcd()464 switch (octeon_bootinfo->board_type) { in octeon_halt()483 cvmx_board_type_to_string(octeon_bootinfo->board_type), in init_octeon_system_type()644 octeon_bootinfo = in prom_init()[all …]
630 ((octeon_bootinfo->mac_addr_base[0] & 0xffull)) << 40 | in octeon_prune_device_tree()631 ((octeon_bootinfo->mac_addr_base[1] & 0xffull)) << 32 | in octeon_prune_device_tree()632 ((octeon_bootinfo->mac_addr_base[2] & 0xffull)) << 24 | in octeon_prune_device_tree()633 ((octeon_bootinfo->mac_addr_base[3] & 0xffull)) << 16 | in octeon_prune_device_tree()634 ((octeon_bootinfo->mac_addr_base[4] & 0xffull)) << 8 | in octeon_prune_device_tree()635 (octeon_bootinfo->mac_addr_base[5] & 0xffull); in octeon_prune_device_tree()644 if (octeon_bootinfo->board_type == CVMX_BOARD_TYPE_NIC10E) in octeon_prune_device_tree()786 if (octeon_bootinfo->major_version == 1 in octeon_prune_device_tree()787 && octeon_bootinfo->minor_version >= 1) { in octeon_prune_device_tree()788 if (octeon_bootinfo->compact_flash_common_base_addr) in octeon_prune_device_tree()[all …]
327 extern struct cvmx_bootinfo *octeon_bootinfo;
207 switch (octeon_bootinfo->board_type) { in octeon_get_pci_interrupts()