Home
last modified time | relevance | path

Searched refs:board_type (Results 1 – 12 of 12) sorted by relevance

/arch/mips/cavium-octeon/executive/
A Dcvmx-helper-spi.c54 if ((cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) && in __cvmx_helper_spi_enumerate()
75 if ((cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) && in __cvmx_helper_spi_probe()
121 if (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) { in __cvmx_helper_spi_enable()
150 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM) { in __cvmx_helper_spi_link_get()
A Dcvmx-helper-board.c65 switch (cvmx_sysinfo_get()->board_type) { in cvmx_helper_board_get_mii_address()
188 cvmx_sysinfo_get()->board_type); in cvmx_helper_board_get_mii_address()
300 switch (cvmx_sysinfo_get()->board_type) { in __cvmx_helper_board_interface_probe()
331 switch (cvmx_sysinfo_get()->board_type) { in __cvmx_helper_board_usb_get_clock_type()
A Dcvmx-helper-sgmii.c151 if (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) { in __cvmx_helper_sgmii_hardware_init_link()
181 if ((cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) && in __cvmx_helper_sgmii_hardware_init_link()
321 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM) in __cvmx_helper_sgmii_hardware_init()
407 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM) { in __cvmx_helper_sgmii_link_get()
A Dcvmx-helper-rgmii.c309 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM) in __cvmx_helper_rgmii_link_set()
A Dcvmx-helper.c998 && (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM)) in cvmx_helper_ipd_and_packet_input_enable()
/arch/mips/cavium-octeon/
A Dsetup.c308 return octeon_bootinfo->board_type == CVMX_BOARD_TYPE_SIM; in octeon_is_simulation()
477 switch (octeon_bootinfo->board_type) { in octeon_halt()
495 char const *board_type; in init_octeon_system_type() local
497 board_type = cvmx_board_type_to_string(octeon_bootinfo->board_type); in init_octeon_system_type()
498 if (board_type == NULL) { in init_octeon_system_type()
503 ret = of_property_read_string(root, "model", &board_type); in init_octeon_system_type()
506 board_type = "Unsupported Board"; in init_octeon_system_type()
510 board_type, octeon_model_get_string(read_c0_prid())); in init_octeon_system_type()
698 sysinfo->board_type = octeon_bootinfo->board_type; in prom_init()
A Docteon-platform.c467 switch (cvmx_sysinfo_get()->board_type) { in octeon_has_fixed_link()
620 switch (cvmx_sysinfo_get()->board_type) { in octeon_rx_tx_delay()
778 WARN(octeon_bootinfo->board_type == CVMX_BOARD_TYPE_CUST_DSR1000N, in octeon_prune_device_tree()
780 cvmx_board_type_to_string(octeon_bootinfo->board_type)); in octeon_prune_device_tree()
795 if (octeon_bootinfo->board_type == CVMX_BOARD_TYPE_NIC10E) in octeon_prune_device_tree()
1091 octeon_bootinfo->board_type == CVMX_BOARD_TYPE_NIC2E)) { in octeon_prune_device_tree()
1095 } else if (octeon_bootinfo->board_type == CVMX_BOARD_TYPE_NIC10E || in octeon_prune_device_tree()
1096 octeon_bootinfo->board_type == CVMX_BOARD_TYPE_NIC4E) { in octeon_prune_device_tree()
/arch/mips/include/asm/octeon/
A Dcvmx-sysinfo.h81 uint16_t board_type; member
A Docteon.h98 uint16_t board_type; member
157 uint16_t board_type;
A Dcvmx-bootinfo.h85 uint16_t board_type; member
170 uint16_t board_type;
/arch/mips/pci/
A Dpci-octeon.c204 switch (octeon_bootinfo->board_type) { in octeon_get_pci_interrupts()
A Dpcie-octeon.c754 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_EBH5200) { in __cvmx_pcie_rc_initialize_gen1()
1071 if ((cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_EBH5200) && in __cvmx_pcie_rc_initialize_gen1()

Completed in 27 milliseconds