Searched refs:t_bd (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | sbd.h | 97 int sbdp_move_memory(sbdp_handle_t *, int t_bd);
|
/titanic_44/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_mem.c | 278 sbdp_move_memory(sbdp_handle_t *hp, int t_bd) in sbdp_move_memory() argument 302 hp->h_board, t_bd); in sbdp_move_memory() 305 t_bdp = sbdp_get_bd_info(hp->h_wnode, t_bd); in sbdp_move_memory() 942 sbdp_bd_t s_bd, t_bd, *s_bdp, *t_bdp; in sbdp_prep_rename_script() local 951 t_bd = *cph->t_bdp; in sbdp_prep_rename_script() 955 t_bdp = &t_bd; in sbdp_prep_rename_script()
|
/titanic_44/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_mem.c | 2079 int t_bd; in dr_select_mem_target() local 2109 for (t_bd = 0; t_bd < MAX_BOARDS; t_bd++) { in dr_select_mem_target() 2116 t_bp = dr_lookup_board(t_bd); in dr_select_mem_target() 2333 idx += t_bd * MAX_MEM_UNITS_PER_BOARD + t_unit; in dr_select_mem_target()
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | sbd_mem.c | 1617 int t_bd; in sbd_select_mem_target() local 1658 for (t_bd = 0; t_bd < max_boards; t_bd++) { in sbd_select_mem_target() 1666 t_sbp += t_bd; in sbd_select_mem_target() 1719 idx += t_bd * MAX_MEM_UNITS_PER_BOARD + t_unit; in sbd_select_mem_target()
|
/titanic_44/usr/src/uts/sun4u/opl/io/ |
H A D | dr_mem.c | 2144 int t_bd; in dr_select_mem_target() local 2196 for (t_bd = 0; t_bd < MAX_BOARDS; t_bd++) { in dr_select_mem_target() 2203 t_bp = dr_lookup_board(t_bd); in dr_select_mem_target() 2254 idx += t_bd * MAX_MEM_UNITS_PER_BOARD + t_unit; in dr_select_mem_target()
|
H A D | drmach.c | 3423 int s_bd, t_bd, cpuid, active_cpus, i; in drmach_copy_rename_init() local 3509 t_bd = t_mem->dev.bp->bnum; in drmach_copy_rename_init() 3580 prog->critical->scf_td[1] = (t_bd & 0xff); in drmach_copy_rename_init() 3584 prog->critical->scf_td[15] = ((0xaa + s_bd + t_bd) & 0xff); in drmach_copy_rename_init() 3647 if ((*scf_fmem_start)(s_bd, t_bd)) { in drmach_copy_rename_init()
|
/titanic_44/usr/src/uts/sun4u/starfire/io/ |
H A D | drmach.c | 1149 int s_bd, t_bd; in drmach_prep_rename_script() local 1274 t_bd = t_mem->bp->bnum; in drmach_prep_rename_script() 1331 rsp[m].masr_addr = STARFIRE_PC_MADR_ADDR(b, t_bd, i); in drmach_prep_rename_script() 1368 rsp[m].masr_addr = STARFIRE_PC_MADR_ADDR(b, t_bd, i+4); in drmach_prep_rename_script()
|