Lines Matching refs:octeon_bootinfo

647 		((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()
875 && octeon_bootinfo->minor_version >= 1) { in octeon_prune_device_tree()
876 if (octeon_bootinfo->compact_flash_common_base_addr) in octeon_prune_device_tree()
877 base_ptr = octeon_bootinfo->compact_flash_common_base_addr; in octeon_prune_device_tree()
972 base_ptr = octeon_bootinfo->led_display_base_addr; in octeon_prune_device_tree()
1023 octeon_bootinfo->board_type == CVMX_BOARD_TYPE_NIC2E)) { in octeon_prune_device_tree()
1027 } else if (octeon_bootinfo->board_type == CVMX_BOARD_TYPE_NIC10E || in octeon_prune_device_tree()
1028 octeon_bootinfo->board_type == CVMX_BOARD_TYPE_NIC4E) { in octeon_prune_device_tree()