/titanic_44/usr/src/uts/sun4u/sunfire/sys/ |
H A D | jtag.h | 36 enum board_type jtag_get_board_type(volatile uint_t *, sysc_cfga_stat_t *); 37 int jtag_powerdown_board(volatile uint_t *, int, enum board_type,
|
H A D | fhc.h | 488 enum board_type { enum 606 enum board_type type; /* Type of board */ 683 enum board_type type; /* Type of board */ 823 void fhc_bd_init(struct fhc_soft_state *, int, enum board_type); 828 enum board_type fhc_bd_type(int); 829 char *fhc_bd_typestr(enum board_type); 942 enum board_type get_board_type(int board);
|
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/sunfire/common/ |
H A D | sunfire.c | 484 char *board_type = NULL; in disp_fail_parts() local 496 if (bnode->board_type == CPU_BOARD) { in disp_fail_parts() 497 board_type = "CPU"; in disp_fail_parts() 499 board_type = "IO"; in disp_fail_parts() 504 name, board_type, bnode->board_num, 0); in disp_fail_parts() 540 "%s board %d\n"), board_type, in disp_fail_parts() 851 bnode->board_type = UNKNOWN_BOARD; in add_node() 883 bnode->board_type = UNKNOWN_BOARD; in resolve_board_types() 893 bnode->board_type = CPU_BOARD; in resolve_board_types() 895 bnode->board_type = MEM_BOARD; in resolve_board_types() [all …]
|
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/desktop/common/ |
H A D | desktop.c | 181 char *board_type = NULL; in disp_fail_parts() local 193 if (bnode->board_type == CPU_BOARD) { in disp_fail_parts() 194 board_type = "CPU"; in disp_fail_parts() 196 board_type = "IO"; in disp_fail_parts() 200 "on %s Board #%d\n"), name, board_type, in disp_fail_parts() 235 "%s board %d\n"), board_type, in disp_fail_parts()
|
/titanic_44/usr/src/uts/common/io/ntxn/ |
H A D | unm_nic_hw.c | 1692 if (boardinfo->board_type == UNM_BRDTYPE_P3_4_GB_MM) { in unm_nic_get_board_info() 1696 boardinfo->board_type = UNM_BRDTYPE_P3_10G_TRP; in unm_nic_get_board_info() 1700 boardinfo->board_type)); in unm_nic_get_board_info() 1702 switch ((unm_brdtype_t)boardinfo->board_type) { in unm_nic_get_board_info() 1704 adapter->ahw.board_type = UNM_NIC_GBE; in unm_nic_get_board_info() 1718 adapter->ahw.board_type = UNM_NIC_XGBE; in unm_nic_get_board_info() 1723 adapter->ahw.board_type = UNM_NIC_GBE; in unm_nic_get_board_info() 1729 adapter->ahw.board_type = UNM_NIC_GBE; in unm_nic_get_board_info() 1733 adapter->ahw.board_type = UNM_NIC_XGBE; in unm_nic_get_board_info() 1735 adapter->ahw.board_type = UNM_NIC_GBE; in unm_nic_get_board_info() [all …]
|
H A D | unm_nic_isr.c | 81 switch (adapter->ahw.board_type) { in unm_nic_handle_phy_intr() 119 if (adapter->ahw.board_type == UNM_NIC_GBE) in unm_nic_handle_phy_intr()
|
H A D | unm_ndd.c | 199 if (adapter->ahw.board_type == UNM_NIC_XGBE) in unm_param_register() 248 if (adapter->ahw.board_type == UNM_NIC_XGBE) { in unm_param_register()
|
H A D | unm_brdcfg.h | 125 __uint32_t board_type; member
|
H A D | niu.c | 578 if ((adapter->ahw.boardcfg.board_type != in unm_niu_xg_set_promiscuous_mode() 580 (adapter->ahw.boardcfg.board_type != in unm_niu_xg_set_promiscuous_mode()
|
H A D | unm_gem.c | 1075 int btype = adapter->ahw.boardcfg.board_type, data = 0; in netxen_set_port_mode() 1218 switch (adapter->ahw.boardcfg.board_type) { in unmattach() 1315 switch (adapter->ahw.board_type) { in unmattach()
|
/titanic_44/usr/src/uts/sun4u/sunfire/io/ |
H A D | fhc.c | 321 static enum board_type fhc_board_type(struct fhc_soft_state *, int); 340 static short calibrate_temp(enum board_type, uchar_t, uint_t); 341 static enum temp_state get_temp_state(enum board_type, short, int); 346 static void build_bd_display_str(char *, enum board_type, int); 726 static enum board_type 730 char *board_type; in fhc_board_type() local 731 enum board_type type; in fhc_board_type() 736 DDI_PROP_DONTPASS, "board-type", (caddr_t)&board_type, in fhc_board_type() 739 if (strcmp(CPU_BD_NAME, board_type) == 0) { in fhc_board_type() 741 } else if (strcmp(MEM_BD_NAME, board_type) == 0) { in fhc_board_type() [all …]
|
H A D | fhc_bd.c | 313 fhc_bd_init(struct fhc_soft_state *softsp, int board, enum board_type type) in fhc_bd_init() 433 enum board_type 447 fhc_bd_typestr(enum board_type type) in fhc_bd_typestr() 767 enum board_type type; in fhc_bdlist_prime() 904 enum board_type type; in fhc_bdlist_scan()
|
H A D | jtag.c | 413 static int jtag_init_ac(volatile u_int *, int, enum board_type); 1114 get_ring_descriptor_bytype(int ring, enum board_type type) in get_ring_descriptor_bytype() 1170 enum board_type 1955 jtag_init_ac(volatile u_int *jreg, int bid, enum board_type brdtype) in jtag_init_ac() 2032 jtag_powerdown_board(volatile u_int *jreg, int board, enum board_type type, in jtag_powerdown_board()
|
/titanic_44/usr/src/uts/sun4u/serengeti/io/ |
H A D | sghsc.c | 320 int board_type = 0; in sghsc_attach() local 394 sghsc->sghsc_board, 0, &board_type); in sghsc_attach() 397 instance, sghsc->sghsc_node_id, sghsc->sghsc_board, board_type)); in sghsc_attach() 403 if (sghsc_register_slots(sghsc, board_type) != DDI_SUCCESS) { in sghsc_attach() 553 sghsc_register_slots(sghsc_t *sghsc, int board_type) in sghsc_register_slots() argument 571 switch (board_type) { in sghsc_register_slots() 606 board_type, sghsc->sghsc_node_id, in sghsc_register_slots() 684 sghsc->sghsc_slot_table[i].board_type = HPC_BOARD_UNKNOWN; in sghsc_register_slots() 1073 sghsc->sghsc_slot_table[slot].board_type; in sghsc_control() 1533 enum_state->sghsc_slot_table[rsp_data->slot].board_type = in sghsc_event_handler() [all …]
|
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/ |
H A D | littleneck.c | 487 char *board_type = NULL; in disp_fail_parts() local 499 if (bnode->board_type == CPU_BOARD) { in disp_fail_parts() 500 board_type = "CPU"; in disp_fail_parts() 502 board_type = "IO"; in disp_fail_parts() 506 "on %s Board #%d\n"), name, board_type, in disp_fail_parts() 541 "%s board %d\n"), board_type, in disp_fail_parts()
|
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/daktari/common/ |
H A D | daktari.c | 162 char *board_type = NULL; in disp_fail_parts() local 174 if (bnode->board_type == CPU_BOARD) { in disp_fail_parts() 175 board_type = "CPU"; in disp_fail_parts() 177 board_type = "IO"; in disp_fail_parts() 181 "on %s Board #%d\n"), name, board_type, in disp_fail_parts() 216 "%s board %d\n"), board_type, in disp_fail_parts()
|
/titanic_44/usr/src/uts/common/io/hotplug/pcihp/ |
H A D | pcihp.c | 1320 hpc_board_type_t board_type; in pcihp_ioctl() local 1325 board_type = pcihp_get_board_type(slotinfop); in pcihp_ioctl() 1326 if (board_type == -1) { in pcihp_ioctl() 1332 if (copyout((void *)&board_type, hpc_ctrldata.data, in pcihp_ioctl() 3804 hpc_board_type_t board_type; in pcihp_get_board_type() local 3810 (caddr_t)&board_type) != 0) { in pcihp_get_board_type() 3829 board_type = HPC_BOARD_CPCI_FULL_HS; in pcihp_get_board_type() 3831 if (board_type == HPC_BOARD_CPCI_HS) { in pcihp_get_board_type() 3833 board_type = HPC_BOARD_CPCI_BASIC_HS; in pcihp_get_board_type() 3835 if (board_type == HPC_BOARD_UNKNOWN) { in pcihp_get_board_type() [all …]
|
/titanic_44/usr/src/uts/intel/io/dnet/ |
H A D | dnet.c | 587 dnetp->board_type = deviceid; in dnet_attach() 650 secondary = dnet_read_srom(devinfo, dnetp->board_type, dnetp->io_handle, in dnet_attach() 675 ((dnetp->board_type == DEVICE_ID_21140 && revid >= 0x20) || in dnet_attach() 676 (dnetp->board_type == DEVICE_ID_21143 && revid <= 0x30)) ? 1 : 0; in dnet_attach() 693 if (dnetp->board_type != DEVICE_ID_21040 && in dnet_attach() 694 dnetp->board_type != DEVICE_ID_21041 && in dnet_attach() 725 if (dnetp->board_type == DEVICE_ID_21140 || in dnet_attach() 726 dnetp->board_type == DEVICE_ID_21143) in dnet_attach() 1928 switch (dnetp->board_type) { in write_gpr() 1950 switch (dnetp->board_type) { in read_gpr() [all …]
|
H A D | dnet.h | 362 int board_type; /* board type: 21040 or 21140 */ member
|
/titanic_44/usr/src/lib/libprtdiag/inc/ |
H A D | pdevinfo.h | 137 int board_type; member
|
H A D | pdevinfo_sun4u.h | 142 enum board_type type; /* board type */
|
/titanic_44/usr/src/uts/sun4u/serengeti/sys/ |
H A D | sghsc.h | 154 uint32_t board_type; member
|
/titanic_44/usr/src/uts/sun4u/starcat/sys/ |
H A D | dr_mbx.h | 117 char board_type[BD_TYPELEN]; member
|
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/ |
H A D | montecarlo.c | 1373 char *misc_info, *health, *board_type; in display_mc_prtdiag_info() local 1520 board_type = AC_CARD; in display_mc_prtdiag_info() 1522 board_type = UK; in display_mc_prtdiag_info() 1546 board_type = AC_CARD; in display_mc_prtdiag_info() 1548 board_type = UK; in display_mc_prtdiag_info() 1781 BOARDTYPE, board_type, 0); in display_mc_prtdiag_info()
|
/titanic_44/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_hp.c | 1557 hpc_board_type_t board_type; in cardbus_ioctl() local 1564 (caddr_t)&board_type) != 0) { in cardbus_ioctl() 1570 if (copyout((void *)&board_type, hpc_ctrldata.data, in cardbus_ioctl()
|