Searched defs:t_bd (Results 1 - 6 of 6) sorted by relevance

/illumos-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;
/illumos-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;
/illumos-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.c3423 int s_bd, t_bd, cpuid, active_cpus, i; local
3509 t_bd = t_mem->dev.bp->bnum;
3580 prog->critical->scf_td[1] = (t_bd & 0xff);
3584 prog->critical->scf_td[15] = ((0xaa + s_bd + t_bd) & 0xff);
3647 if ((*scf_fmem_start)(s_bd, 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) 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;
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c1149 int s_bd, t_bd; local
1274 t_bd = t_mem->bp->bnum;
1331 rsp[m].masr_addr = STARFIRE_PC_MADR_ADDR(b, t_bd, i);
1368 rsp[m].masr_addr = STARFIRE_PC_MADR_ADDR(b, t_bd, i+4);

Completed in 117 milliseconds