Searched refs:node_id (Results 1 - 4 of 4) sorted by relevance

/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91480b/src/
H A Dui_bcm91480b.c197 unsigned int node_id; local
210 node_id = (board_config & BOARD_CFG_NODE_ID ? 5 : 4);
221 ht_node_route(port, node_id, node_id ^ 1);
H A Dbcm91480b_devs.c214 unsigned int node_id = (board_config & BOARD_CFG_NODE_ID ? 5 : 4); local
217 syscfg |= V_BCM1480_SYS_NODEID(node_id);
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91480ht/src/
H A Dui_bcm91480ht.c197 unsigned int node_id; local
210 node_id = (board_config & BOARD_CFG_NODE_ID ? 5 : 4);
221 ht_node_route(port, node_id, node_id ^ 1);
H A Dbcm91480ht_devs.c224 unsigned int node_id = (board_config & BOARD_CFG_NODE_ID ? 5 : 4); local
227 syscfg |= V_BCM1480_SYS_NODEID(node_id);

Completed in 25 milliseconds