Home
last modified time | relevance | path

Searched refs:octeon_bootinfo (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/mips/cavium-octeon/
Dsetup.c77 struct cvmx_bootinfo *octeon_bootinfo; variable
78 EXPORT_SYMBOL(octeon_bootinfo);
221 kexec_bootmem_init(octeon_bootinfo->dram_size*1024ULL*1024ULL, in octeon_generic_shutdown()
306 return octeon_bootinfo->board_type == CVMX_BOARD_TYPE_SIM; in octeon_is_simulation()
319 return octeon_bootinfo->config_flags & CVMX_BOOTINFO_CFG_FLAG_PCI_HOST; in octeon_is_pci_host()
356 if (octeon_bootinfo->led_display_base_addr) { in octeon_write_lcd()
358 ioremap_nocache(octeon_bootinfo->led_display_base_addr, in octeon_write_lcd()
475 switch (octeon_bootinfo->board_type) { in octeon_halt()
495 board_type = cvmx_board_type_to_string(octeon_bootinfo->board_type); in init_octeon_system_type()
673 octeon_bootinfo = in prom_init()
[all …]
Docteon-platform.c647 ((octeon_bootinfo->mac_addr_base[0] & 0xffull)) << 40 | in octeon_fill_mac_addresses()
648 ((octeon_bootinfo->mac_addr_base[1] & 0xffull)) << 32 | in octeon_fill_mac_addresses()
649 ((octeon_bootinfo->mac_addr_base[2] & 0xffull)) << 24 | in octeon_fill_mac_addresses()
650 ((octeon_bootinfo->mac_addr_base[3] & 0xffull)) << 16 | in octeon_fill_mac_addresses()
651 ((octeon_bootinfo->mac_addr_base[4] & 0xffull)) << 8 | in octeon_fill_mac_addresses()
652 (octeon_bootinfo->mac_addr_base[5] & 0xffull); in octeon_fill_mac_addresses()
710 WARN(octeon_bootinfo->board_type == CVMX_BOARD_TYPE_CUST_DSR1000N, in octeon_prune_device_tree()
712 cvmx_board_type_to_string(octeon_bootinfo->board_type)); in octeon_prune_device_tree()
727 if (octeon_bootinfo->board_type == CVMX_BOARD_TYPE_NIC10E) in octeon_prune_device_tree()
874 if (octeon_bootinfo->major_version == 1 in octeon_prune_device_tree()
[all …]
/Linux-v4.19/arch/mips/include/asm/octeon/
Docteon.h351 extern struct cvmx_bootinfo *octeon_bootinfo;
/Linux-v4.19/arch/mips/pci/
Dpci-octeon.c204 switch (octeon_bootinfo->board_type) { in octeon_get_pci_interrupts()