Home
last modified time | relevance | path

Searched refs:opl_boards (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c328 if (opl_boards[board].cfg_hwd == NULL) { in opl_read_hwd()
350 opl_boards[board].cfg_hwd = hwdp; in opl_read_hwd()
369 opl_boards[board].cfg_hwd = hwdp; in opl_read_hwd()
374 hwdp = opl_boards[board].cfg_hwd; in opl_read_hwd()
552 opl_boards[board].cfg_pseudo_mc = node; in opl_init_root_nodes()
1120 board_cfg = &opl_boards[board]; in opl_probe_memory()
2382 board_cfg = &opl_boards[board]; in opl_probe_leaf()
2552 cfg = &opl_boards[board]; in opl_init_leaves()
2702 board_cfg = &opl_boards[board]; in opl_unprobe_io()
2775 board_cfg = &opl_boards[board]; in opl_unprobe_memory()
[all …]
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c68 int opl_boards = OPL_MAX_BOARDS; variable