Home
last modified time | relevance | path

Searched refs:brd (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/uts/sun4u/starfire/io/
H A Didn_xf.c88 #define UPDATE_CIC_HISTORY(reg, brd, bus, val) \ argument
89 (BOARDSET_ADD(xf_cicboards, (brd)), \
91 xf_cicregs[brd][bus][reg] = (val))
124 #define UPDATE_CIC_HISTORY(reg, brd, bus, val) argument
161 static int verify_smregs(int brd, int bus, boardset_t smmask,
485 int brd, port; in pc_prep_cic_buffer() local
494 brd = CPUID_TO_BOARDID(cpuid); in pc_prep_cic_buffer()
496 csr_addr = STARFIRE_PC_CICBUF_ADDR(brd, port); in pc_prep_cic_buffer()
741 int brd; in pc_read_madr() local
777 for (brd = 0; brd < MAX_BOARDS; brd++) { in pc_read_madr()
[all …]
H A Ddrmach.c1155 drmach_board_t *brd; in drmach_prep_rename_script() local
1291 brd = b_id; in drmach_prep_rename_script()
1292 b = brd->bnum; in drmach_prep_rename_script()
1297 if (brd->devices == NULL) { in drmach_prep_rename_script()
1302 rv = drmach_array_first(brd->devices, &d_idx, &d_id); in drmach_prep_rename_script()
1308 DRMACH_PR("\t%s\n", brd->cm.name); in drmach_prep_rename_script()
1338 } while (drmach_array_next(brd->devices, &d_idx, &d_id) == 0); in drmach_prep_rename_script()
1343 rv = drmach_array_first(brd->devices, &d_idx, &d_id); in drmach_prep_rename_script()
1375 } while (drmach_array_next(brd->devices, &d_idx, &d_id) == 0); in drmach_prep_rename_script()
/titanic_44/usr/src/lib/fm/topo/modules/sun4/ioboard/
H A Dioboard.c222 uint_t bussep, int minbrd, int maxbrd, int *brd, int *br, int *bus) in split_bus_address() argument
259 *brd = ((bc - baseaddr) / bussep) + minbrd; in split_bus_address()
262 if (*brd < minbrd || *brd > maxbrd || (*br != 0 && *br != 1) || in split_bus_address()
266 *brd, *br, *bus, bc, ac); in split_bus_address()
269 return (did_create(mod, dp, *brd, *br, NO_RC, *bus)); in split_bus_address()
/titanic_44/usr/src/lib/fm/topo/modules/SUNW,Sun-Fire/ioboard/
H A Diob_platform.c85 int brd, br, bus, i; in platform_iob_enum() local
103 pnode, IOB_BASEADDR, BUS_ADDRDIST, 6, 9, &brd, &br, &bus); in platform_iob_enum()
108 iobs[brd][br][bus] = d; in platform_iob_enum()
/titanic_44/usr/src/lib/fm/topo/modules/SUNW,Sun-Fire-15000/ioboard/
H A Diob_platform.c85 int brd, br, bus, i; in platform_iob_enum() local
103 pnode, IOB_BASEADDR, BUS_ADDRDIST, 0, 17, &brd, &br, &bus); in platform_iob_enum()
108 iobs[brd][br][bus] = d; in platform_iob_enum()
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c633 struct wd_board *brd; in eth_probe() local
656 for (brd = wd_boards; brd->name; brd++) in eth_probe()
657 if (brd->id == c) break; in eth_probe()
658 if (!brd->name) { in eth_probe()
662 eth_flags = brd->flags; in eth_probe()
663 eth_memsize = brd->memsize; in eth_probe()
676 if (brd->id == TYPE_SMC8216T || brd->id == TYPE_SMC8216C) { in eth_probe()
680 brd += 2; in eth_probe()
681 eth_memsize = brd->memsize; in eth_probe()
688 printf("\n%s base %#hx", brd->name, eth_asic_base); in eth_probe()
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/cpuboard/
H A Dcpuboard_hostbridge.c242 tnode_t *cpubn, int brd) in cpuboard_hb_enum() argument
251 brd, cpubn); in cpuboard_hb_enum()
260 hb = rc = brd; in cpuboard_hb_enum()
265 "pciexrc=%d\n", brd, hb, rc); in cpuboard_hb_enum()
H A Dcpuboard_topo.h57 tnode_t *cpubn, int brd);
/titanic_44/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h77 #define IS_VALID_L1_BOARD(brd) ((brd) >= 0 && (brd) < L1_COUNT) argument
/titanic_44/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A Dopl_topo.h86 tnode_t *parent, int brd);
H A Dopl_hostbridge.c260 int brd) in opl_hb_enum() argument
291 brd, hb, rc); in opl_hb_enum()
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_sun4v.c325 int brd = 0; in platform_hb_enum() local
339 if (did_create(mod, dnode1, brd, hbp->id, in platform_hb_enum()
/titanic_44/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c298 update_mem_bounds(int brd, uint64_t base, uint64_t sz) in update_mem_bounds() argument
312 if ((mnode = plat_lgrphand_to_mem_node(brd)) == -1) { in update_mem_bounds()
315 plat_assign_lgrphand_to_mem_node(brd, mnode); in update_mem_bounds()
/titanic_44/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c291 update_mem_bounds(int brd, uint64_t base, uint64_t sz) in update_mem_bounds() argument
305 if ((mnode = plat_lgrphand_to_mem_node(brd)) == -1) { in update_mem_bounds()
308 plat_assign_lgrphand_to_mem_node(brd, mnode); in update_mem_bounds()
/titanic_44/usr/src/uts/sun4u/starfire/sys/
H A Didn.h339 #define BOARDSET(brd) ((boardset_t)(1 << (brd))) argument
341 #define BOARD_IN_SET(set, brd) ((set) & BOARDSET(brd)) argument
342 #define BOARDSET_ADD(set, brd) ((set) |= BOARDSET(brd)) argument
343 #define BOARDSET_DEL(set, brd) ((set) &= ~BOARDSET(brd)) argument
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c2956 sg_board_info_t *brd; in get_board_status() local
2974 brd = board_info_ksp->ks_data; in get_board_status()
2975 for (i = 0; i < SGENV_NUM_BOARD_READINGS(board_info_ksp); i++, brd++) { in get_board_status()
2979 if (SG_BOARD_IS_CPU_TYPE(brd->board_num)) { in get_board_status()
2981 SG_HPU_TYPE_CPU_BOARD_ID, brd->board_num); in get_board_status()
2984 SG_HPU_TYPE_PCI_IO_BOARD_ID, brd->board_num); in get_board_status()
2993 if (brd->condition >= 0 && brd->condition < 5) in get_board_status()
2995 hpu_condition_table[brd->condition], in get_board_status()