Searched refs:t_bd (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/
H A Dsbd.h97 int sbdp_move_memory(sbdp_handle_t *, int t_bd);
/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c278 sbdp_move_memory(sbdp_handle_t *hp, int t_bd) argument
302 hp->h_board, t_bd);
305 t_bdp = sbdp_get_bd_info(hp->h_wnode, t_bd);
942 sbdp_bd_t s_bd, t_bd, *s_bdp, *t_bdp; local
951 t_bd = *cph->t_bdp;
955 t_bdp = &t_bd;
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/
H A Dsbd_mem.c1617 int t_bd; local
1658 for (t_bd = 0; t_bd < max_boards; t_bd++) {
1666 t_sbp += t_bd;
1719 idx += t_bd * MAX_MEM_UNITS_PER_BOARD + t_unit;
/opensolaris-onvv-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_mem.c2079 int t_bd; local
2109 for (t_bd = 0; t_bd < MAX_BOARDS; t_bd++) {
2116 t_bp = dr_lookup_board(t_bd);
2333 idx += t_bd * MAX_MEM_UNITS_PER_BOARD + t_unit;
/opensolaris-onvv-gate/usr/src/uts/sun4u/opl/io/
H A Ddr_mem.c2144 int t_bd; local
2196 for (t_bd = 0; t_bd < MAX_BOARDS; t_bd++) {
2203 t_bp = dr_lookup_board(t_bd);
2254 idx += t_bd * MAX_MEM_UNITS_PER_BOARD + t_unit;
H A Ddrmach.c3424 int s_bd, t_bd, cpuid, active_cpus, i; local
3510 t_bd = t_mem->dev.bp->bnum;
3581 prog->critical->scf_td[1] = (t_bd & 0xff);
3585 prog->critical->scf_td[15] = ((0xaa + s_bd + t_bd) & 0xff);
3648 if ((*scf_fmem_start)(s_bd, t_bd)) {
/opensolaris-onvv-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c1151 int s_bd, t_bd; local
1276 t_bd = t_mem->bp->bnum;
1333 rsp[m].masr_addr = STARFIRE_PC_MADR_ADDR(b, t_bd, i);
1370 rsp[m].masr_addr = STARFIRE_PC_MADR_ADDR(b, t_bd, i+4);

Completed in 146 milliseconds