Lines Matching defs:board
190 int board, bd;
206 board = apktp->board;
212 if (bd != board)
215 SBDP_DBG_MISC("%s: board is %d\n", f, bd);
285 sbdp_attach_bd(int node, int board)
294 apktp->board = board;
322 sbdp_cpu_in_reset(node, board, SBDP_ALL_CPUS, 1);
326 sbdp_detach_bd(int node, int board, sbd_error_t *sep)
335 apktp->board = board;
347 sbdp_cpu_in_reset(node, board, SBDP_ALL_CPUS, 1);
349 * Clean up this board struct
351 sbdp_cleanup_bd(node, board);