Searched refs:board_type (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-rtc.h84 switch (cvmx_sysinfo_get()->board_type)
103 cvmx_board_type_to_string(cvmx_sysinfo_get()->board_type),
120 switch (cvmx_sysinfo_get()->board_type)
141 switch (cvmx_sysinfo_get()->board_type)
H A Dcvmx-helper-spi.c92 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_CUST_LANNER_MR955)
108 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_CUST_RADISYS_RSYS4GBE) {
117 if ((cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) &&
181 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_CUST_RADISYS_RSYS4GBE)
187 if (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM)
214 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM)
H A Dcvmx-ebt3000.c69 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_EBT3000 && cvmx_sysinfo_get()->board_rev_major == 1)
92 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_EBT3000 && cvmx_sysinfo_get()->board_rev_major == 1)
H A Dcvmx-sysinfo.h91 uint16_t board_type; member in struct:cvmx_sysinfo
161 * @param board_type Octeon board type enumeration
173 extern int cvmx_sysinfo_minimal_initialize(uint64_t phy_mem_desc_addr, uint16_t board_type, uint8_t board_rev_major,
H A Dcvmx-sysinfo.c157 * @param board_type Octeon board type enumeration
169 int cvmx_sysinfo_minimal_initialize(uint64_t phy_mem_desc_addr, uint16_t board_type, uint8_t board_rev_major, argument
176 state.sysinfo.board_type = board_type;
226 else if (strcmp(field, "board_type:") == 0)
227 system_info->board_type = value;
H A Dcvmx-app-init.c130 sys_info_ptr->board_type = cvmx_bootinfo_ptr->board_type;
150 else if (sys_info_ptr->board_type == CVMX_BOARD_TYPE_EBT3000 ||
151 sys_info_ptr->board_type == CVMX_BOARD_TYPE_EBT5800 ||
152 sys_info_ptr->board_type == CVMX_BOARD_TYPE_EBT5810)
444 if (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM)
578 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM)
H A Dcvmx-llm.c120 if (sys_ptr->board_type == CVMX_BOARD_TYPE_EBT3000)
134 else if (sys_ptr->board_type == CVMX_BOARD_TYPE_EBT5800)
146 else if (sys_ptr->board_type == CVMX_BOARD_TYPE_EBH3000)
157 else if (sys_ptr->board_type == CVMX_BOARD_TYPE_THUNDER)
180 else if (sys_ptr->board_type == CVMX_BOARD_TYPE_NICPRO2)
192 else if (sys_ptr->board_type == CVMX_BOARD_TYPE_EBH3100)
198 else if (sys_ptr->board_type == CVMX_BOARD_TYPE_KBP)
211 cvmx_dprintf("No default LLM configuration available for board %s (%d)\n", cvmx_board_type_to_string(sys_ptr->board_type), sys_ptr->board_type);
225 if (sys_ptr->board_type
[all...]
H A Dcvmx-bootloader.h97 uint16_t board_type; /* Board type that the image is for */ member in struct:bootloader_header
H A Dcvmx-helper-sgmii.c122 && (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_CUST_W5650)
123 && (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_CUST_W63XX)
185 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM
212 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_CUST_TNPA5651X) {
230 if( (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_CUST_TNPA56X4) && (interface == 0) )
253 if ((cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) &&
281 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_CUST_TNPA5651X)
420 if (!(cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM))
574 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM)
H A Dcvmx-helper-board.c373 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM)
383 switch (cvmx_sysinfo_get()->board_type)
638 __FUNCTION__, cvmx_sysinfo_get()->board_type);
793 switch (cvmx_sysinfo_get()->board_type)
905 cvmx_sysinfo_get()->board_type);
932 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM)
1007 switch (cvmx_sysinfo_get()->board_type)
1353 switch (cvmx_sysinfo_get()->board_type)
1448 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_CN3005_EVB_HS5)
1461 else if (cvmx_sysinfo_get()->board_type
[all...]
H A Dcvmx-uart.c72 return cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM;
H A Dcvmx-app-init.h98 uint16_t board_type; member in struct:cvmx_bootinfo
164 uint16_t board_type;
H A Dcvmx-helper-rgmii.c240 switch (cvmx_sysinfo_get()->board_type) {
344 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM)
/freebsd-11.0-release/sys/dev/bhnd/
H A Dbhnd_match.h204 board_type:1, member in struct:bhnd_board_match::__anon9286::__anon9287
212 uint16_t board_type; /**< required board type */ member in struct:bhnd_board_match
219 _BHND_COPY_MATCH_FIELD(_src, board_type), \
227 #define BHND_MATCH_BOARD_TYPE(_type) _BHND_SET_MATCH_FIELD(board_type, \
263 board_type:1, member in struct:bhnd_device_match::__anon9288::__anon9289
281 uint16_t board_type; /**< required board type */ member in struct:bhnd_device_match
/freebsd-11.0-release/sys/mips/cavium/
H A Docteon_machdep.c210 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM) {
317 if (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_CN3010_EVB_HS5) {
319 cvmx_board_type_to_string(cvmx_sysinfo_get()->board_type));
323 cvmx_board_type_to_string(cvmx_sysinfo_get()->board_type));
327 cvmx_sysinfo_get()->board_type,
425 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_EBT3000 &&
563 uint16_t board_type; member in struct:__anon12173
597 octeon_bootinfo->board_type,
645 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_EBT3000 &&
H A Docteon_pci_console.c85 switch (cvmx_sysinfo_get()->board_type) {
H A Docteon_ebt3000_cf.c594 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM)
622 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM)
700 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM)
/freebsd-11.0-release/sys/dev/sfxge/common/
H A Dhunt_nic.c109 uint32_t board_type = 0; local
168 rc = efx_mcdi_get_board_cfg(enp, &board_type, NULL, NULL);
172 board_type = 0;
177 encp->enc_board_type = board_type;
H A Dmedford_nic.c137 uint32_t board_type = 0; local
208 rc = efx_mcdi_get_board_cfg(enp, &board_type, NULL, NULL);
212 board_type = 0;
217 encp->enc_board_type = board_type;
H A Dsiena_nic.c88 uint32_t board_type; local
96 if ((rc = efx_mcdi_get_board_cfg(enp, &board_type,
102 encp->enc_board_type = board_type;
H A Dsiena_flash.h111 efx_byte_t board_type; member in struct:siena_mc_boot_hdr_s
/freebsd-11.0-release/sys/mips/cavium/octe/
H A Dethernet-common.c230 if (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM && priv->miibus == NULL) {
269 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM)
324 switch (cvmx_sysinfo_get()->board_type) {
H A Dethernet-rgmii.c259 if (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) {
288 if (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) {
/freebsd-11.0-release/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c503 switch (info->board_type) {
508 info->board_type = 0; /* allow override below */
520 if (info->board_type == 0)
521 info->board_type = pci_get_subdevice(sc->parent);
/freebsd-11.0-release/sys/dev/urtwn/
H A Dif_urtwnvar.h170 uint8_t board_type; member in struct:urtwn_softc

Completed in 239 milliseconds

12