Home
last modified time | relevance | path

Searched refs:KL_CONFIG_DUPLICATE_BOARD (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dmodule.c189 if (! board || KL_CONFIG_DUPLICATE_BOARD(board)) in module_probe_snum()
212 if (! board || KL_CONFIG_DUPLICATE_BOARD(board)) in module_probe_snum()
Dklgraph.c328 if (KL_CONFIG_DUPLICATE_BOARD(brd)) in klhwg_add_coretalk()
367 if (KL_CONFIG_DUPLICATE_BOARD(brd)) in klhwg_add_xbow()
690 if (is_specified(arg_maxnodes) && KL_CONFIG_DUPLICATE_BOARD(dest_brd)) in klhwg_connect_one_router()
803 if (is_specified(arg_maxnodes) && KL_CONFIG_DUPLICATE_BOARD(dest_brd)) in klhwg_connect_hubs()
857 if (KL_CONFIG_DUPLICATE_BOARD(board) || in klhwg_device_disable_hints_add()
/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-init.c858 if (!KL_CONFIG_DUPLICATE_BOARD(lbptr)) {
/linux-2.4.37.9/include/asm-ia64/sn/
Dklconfig.h192 #define KL_CONFIG_DUPLICATE_BOARD(_brd) ((_brd)->brd_flags & DUPLICATE_BOARD) macro
/linux-2.4.37.9/include/asm-mips64/sn/
Dklconfig.h222 #define KL_CONFIG_DUPLICATE_BOARD(_brd) ((_brd)->brd_flags & DUPLICATE_BOARD) macro