Home
last modified time | relevance | path

Searched refs:t_bd (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd.h97 int sbdp_move_memory(sbdp_handle_t *, int t_bd);
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c278 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()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_mem.c2081 int t_bd; in dr_select_mem_target() local
2111 for (t_bd = 0; t_bd < MAX_BOARDS; t_bd++) { in dr_select_mem_target()
2118 t_bp = dr_lookup_board(t_bd); in dr_select_mem_target()
2335 idx += t_bd * MAX_MEM_UNITS_PER_BOARD + t_unit; in dr_select_mem_target()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_mem.c1617 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()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddr_mem.c2144 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 Ddrmach.c3426 int s_bd, t_bd, cpuid, active_cpus, i; in drmach_copy_rename_init() local
3512 t_bd = t_mem->dev.bp->bnum; in drmach_copy_rename_init()
3583 prog->critical->scf_td[1] = (t_bd & 0xff); in drmach_copy_rename_init()
3587 prog->critical->scf_td[15] = ((0xaa + s_bd + t_bd) & 0xff); in drmach_copy_rename_init()
3650 if ((*scf_fmem_start)(s_bd, t_bd)) { in drmach_copy_rename_init()