HomeSort by: relevance | last modified time | path
    Searched defs:board (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/distrib/utils/embedded/conf/
amd64.conf 5 board=amd64 key
i386.conf 5 board=i386 key
octeon.conf 4 board=octeon key
riscv32.conf 4 board=riscv64 key
riscv64.conf 4 board=riscv64 key
wii.conf 4 board=wii key
rpi.conf 5 board=rpi key
rpi_inst.conf 5 board=rpi_inst key
11 image=$HOME/${board}.img
arm64mbr.conf 4 board=arm64mbr key
99 # Board specific configuration
armv7.conf 4 board=armv7 key
150 # board specific configuration
arm64.conf 4 board=arm64 key
114 # Board specific configuration
  /src/sys/arch/sparc64/dev/
fhc_central.c 69 u_int32_t board; local in function:fhc_central_attach
117 board = bus_space_read_4(sc->sc_bt, sc->sc_preg, FHC_P_BSR);
118 sc->sc_board = ((board >> 16) & 0x1) | ((board >> 12) & 0xe);
  /src/usr.sbin/installboot/arch/
evbarm.c 67 evb_board board; local in function:evbarm_setboot
71 warnx("Unable to load board db.");
75 board = evb_db_get_board(params);
76 if (board == NULL)
79 rv = evb_uboot_setboot(params, board);
108 warnx("Unable to load board db.");
112 fprintf(stderr, "Known boards (for -o board=...) are:\n");
evbmips.c 67 evb_board board; local in function:evbmips_setboot
71 warnx("Unable to load board db.");
75 board = evb_db_get_board(params);
76 if (board == NULL)
79 rv = evb_uboot_setboot(params, board);
108 warnx("Unable to load board db.");
112 fprintf(stderr, "Known boards (for -o board=...) are:\n");
  /src/sys/arch/evbmips/alchemy/
obio.c 50 #include <evbmips/alchemy/board.h>
81 const struct alchemy_board *board; local in function:obio_attach
86 board = board_info();
87 for (od = board->ab_devices; od->od_name != NULL; od++) {
machdep.c 114 #include <evbmips/alchemy/board.h>
151 const struct alchemy_board *board; local in function:mach_init
155 board = board_info();
156 KASSERT(board != NULL);
163 cpu_setmodel("%s", board->ab_name);
205 * Perform board-specific initialization.
207 board->ab_init();
350 const struct alchemy_board *board; local in function:cpu_reboot
355 board = board_info();
356 KASSERT(board != NULL)
443 const struct alchemy_board *board; local in function:aupci_intr_map
454 const struct alchemy_board *board; local in function:aupcmcia_machdep
463 const struct alchemy_board *board; local in function:auspi_machdep
    [all...]
  /src/sys/arch/mips/atheros/
ar5312_board.c 60 * Locate the Board Configuration data using heuristics.
68 static const struct ar531x_boarddata *board = NULL; local in function:ar5312_get_board_info
72 if (board == NULL) {
99 board = (const struct ar531x_boarddata *) ptr;
103 return board;
108 * to the board configuration data.
114 const struct ar531x_boarddata *board; local in function:ar5312_get_radio_info
118 board = ar5312_get_board_info();
119 if (board == NULL)
121 baddr = (const uint8_t *) board;
    [all...]
ar5315_board.c 45 * This file provides code to locate board-specific configuration and radio
79 * Locate the Board Configuration data using heuristics.
87 static const struct ar531x_boarddata *board = NULL; local in function:ar5315_get_board_info
90 if (board == NULL) {
99 board = (const struct ar531x_boarddata *) ptr;
103 return board;
108 * board configuration data.
114 const struct ar531x_boarddata *board; local in function:ar5315_get_radio_info
120 board = ar5315_get_board_info();
121 if (board == NULL
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_ic.c 105 struct nvkm_i2c_bus_probe board[] = { local in function:nvkm_therm_ic_ctor
110 nvkm_i2c_bus_probe(bus, "monitoring device", board,
117 struct nvkm_i2c_bus_probe board[] = { local in function:nvkm_therm_ic_ctor
122 nvkm_i2c_bus_probe(bus, "monitoring device", board,
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_attach.c 288 const struct ar531x_boarddata *board = AR5312_BOARDCONFIG(ah); local in function:ar5312GetMacAddr
294 macAddr = board->wlan0Mac;
297 macAddr = board->wlan1Mac;
  /src/games/monop/
monop.c 105 printboard, /* print board |* 1 *| */
175 SQUARE board[N_SQRS+1] = { /* board itself (+1 for Jail) */ variable in typeref:typename:SQUARE[]
246 cur_p->money, board[cur_p->loc].name);
358 mp->sq[i] = &board[mp->sqnums[i]];
  /src/sys/dev/usb/
auvitek.c 67 enum auvitek_board board; member in struct:__anon53f2cd6c0108
115 sc->sc_board = auvitek_devices[i].board;
  /src/games/tetris/
tetris.c 62 cell board[B_SIZE]; /* 1 => occupied, 0 => empty */ variable in typeref:typename:cell[]
65 int Offset; /* used to center board & shapes */
85 * Set up the initial board. The bottom display row is completely set,
95 p = board;
111 p = &board[base];
115 memset(&board[base], 0, B_COLS - 2);
119 board[base + B_COLS] = board[base];
121 memset(&board[1], 0, B_COLS - 2);
  /src/games/boggle/boggle/
bog.c 102 char board[17]; variable in typeref:typename:char[17]
191 /* This board is assumed to be valid... */
200 errx(1, "must give both -b and a board setup");
325 showboard(board);
418 * Check if the given word is present on the board, with the constraint
505 * the current board
537 * Check each word in the dictionary against the board
615 * If the argument is non-null then it is assumed to be a legal board spec
616 * in ascending cube order, oth. make a random board
633 * Shake the cubes and make the board
    [all...]
  /src/sys/external/isc/atheros_hal/dist/
ah_soc.h 26 * This is board-specific data that is stored in a "known"
30 * start of Board Configuration. Typically one gives up if
34 uint32_t magic; /* board data is valid */
39 char boardName[64]; /* Name of board */
40 uint16_t major; /* Board major number */
41 uint16_t minor; /* Board minor number */
42 uint32_t config; /* Board configuration */
80 * Board support data. The driver is required to locate
86 const struct ar531x_boarddata *board; /* board config data * member in struct:ar531x_config
    [all...]

Completed in 22 milliseconds

1 2