Home
last modified time | relevance | path

Searched refs:CVMX_BOARD_TYPE_SIM (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/mips/cavium-octeon/executive/
H 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()
H 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()
H A Dcvmx-helper-board.c66 case CVMX_BOARD_TYPE_SIM: in cvmx_helper_board_get_mii_address()
H A Dcvmx-helper-rgmii.c309 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM) in __cvmx_helper_rgmii_link_set()
H A Dcvmx-helper.c998 && (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM)) in cvmx_helper_ipd_and_packet_input_enable()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-bootinfo.h209 CVMX_BOARD_TYPE_SIM = 1, enumerator
328 ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_SIM) in cvmx_board_type_to_string()
/openbmc/linux/arch/mips/cavium-octeon/
H A Dsetup.c308 return octeon_bootinfo->board_type == CVMX_BOARD_TYPE_SIM; in octeon_is_simulation()