Searched refs:board (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-11-stable/sys/arm/at91/
H A Dboard_bwct.c32 #include <machine/board.h>
44 * I don't know anything at all about this board.
H A Dboard_hl200.c32 #include <machine/board.h>
H A Dboard_eb9200.c32 #include <machine/board.h>
H A Dboard_kb920x.c32 #include <machine/board.h>
H A Dboard_sn9g45.c36 #include <machine/board.h>
H A Dboard_ethernut5.c28 * Ethernut 5 board support
36 #include <machine/board.h>
H A Dboard_hl201.c32 #include <machine/board.h>
108 * For CE, this currently asserts it during board setup and leaves it
H A Dboard_qila9g20.c35 #include <machine/board.h>
H A Dboard_sam9260ek.c28 * Ethernut 5 board support
36 #include <machine/board.h>
229 * For CE, this currently asserts it during board setup and leaves it
/freebsd-11-stable/sys/dev/ida/
H A Dida_eisa.c224 for (i = 0; board_id[i].board; i++)
225 if (board_id[i].board == id)
233 struct ida_board *board; local
237 board = ida_eisa_match(eisa_get_id(dev));
238 if (board == NULL)
240 device_set_desc(dev, board->desc);
275 struct ida_board *board; local
282 board = ida_eisa_match(eisa_get_id(dev));
283 ida->cmd = *board->accessor;
284 ida->flags = board
[all...]
H A Dida_pci.c214 for (i = 0; board_id[i].board; i++)
215 if (board_id[i].board == sub_id)
224 struct ida_board *board = ida_pci_match(dev); local
226 if (board != NULL) {
227 device_set_desc(dev, board->desc);
236 struct ida_board *board = ida_pci_match(dev); local
243 ida->cmd = *board->accessor;
244 ida->flags = board->flags;
/freebsd-11-stable/sys/dev/ctau/
H A Dctddk.c92 /* init board structure */
124 /* Load firmware and set up board */
147 ct_setup_g703 (c->board);
184 * Configure Tau/E1 board.
208 * Config Tau/G.703 board
234 c->board->opt.clk1 = clk;
236 c->board->opt.clk0 = clk;
238 ct_setup_e1 (c->board);
241 ct_setup_g703 (c->board);
249 return c->num ? c->board
[all...]
H A Dctau.c270 * Check if the Tau board is present at the given base port.
271 * Read board status register 1 and check identification bits
355 /* Initialize board structure. */
363 /* Get the board type. */
390 * Initialize the board structure.
421 /* Get the board type. */
469 c->board = b;
539 ct_board_t *b = c->board;
582 c->board->opt.bcr2 &= c->num ?
600 c->board
[all...]
/freebsd-11-stable/sys/mips/rmi/
H A Dboard.c42 #include <mips/rmi/board.h>
70 xlr_chip_specific_overrides(struct xlr_board_info* board) argument
76 blk0 = &board->gmac_block[0];
77 blk1 = &board->gmac_block[1];
78 blk2 = &board->gmac_block[2];
152 xlr_board_specific_overrides(struct xlr_board_info* board) argument
156 blk1 = &board->gmac_block[1];
157 blk2 = &board->gmac_block[2];
206 xls_chip_specific_overrides(struct xlr_board_info* board) argument
211 blk0 = &board
235 xls_board_specific_overrides(struct xlr_board_info* board) argument
[all...]
/freebsd-11-stable/sys/dev/cx/
H A Dcxddk.c153 if (c->board->dma) {
162 if (c->board->dma)
829 if (c->board->type == B_SIGMA_XXX) {
832 if ((c->board->if0type != 0) == (iftype != 0))
834 c->board->if0type = iftype;
835 c->board->bcr0 &= ~BCR0_UMASK;
836 if (c->board->if0type &&
838 c->board->bcr0 |= BCR0_UI_RS449;
839 outb (BCR0(c->board->port), c->board
[all...]
H A Dcsigma.c143 * Check if the Sigma-XXX board is present at the given base port.
149 /* Read and check the board revision code. */
186 * Check if the Sigma-800 board is present at the given base port.
187 * Read board status register 1 and check identification bits
214 * Check if the Sigma-2x board is present at the given base port.
220 /* Read and check the board revision code. */
234 * Check if the Cronyx-Sigma board is present at the given base port.
252 /* chained board attached */
254 /* invalid chained board? */
257 /* invalid chained board fla
[all...]
H A Dif_cx.c132 cx_board_t *board; member in struct:_drv_t
163 cx_board_t *board; member in struct:_bdrv_t
299 CX_LOCK ((bdrv_t *)d->board->sys);
311 CX_UNLOCK ((bdrv_t *)d->board->sys);
337 cx_board_t *b = bd->board;
730 bd->board = b;
736 bd->board = 0;
755 bd->board = 0;
784 d->board = b;
810 c->board
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_soc.h26 * This is board-specific data that is stored in a "known"
34 uint32_t magic; /* board data is valid */
39 char boardName[64]; /* Name of board */
86 const struct ar531x_boarddata *board; /* board config data */ member in struct:ar531x_config
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dwrapper-cvmx-includes.h46 #include <contrib/octeon-sdk/cvmx-helper-board.h>
/freebsd-11-stable/sys/mips/nlm/
H A Duart_cpu_xlp.c64 #include <mips/nlm/board.h>
H A Dboard_cpld.c40 #include <mips/nlm/board.h>
98 /* get daughter board type */
/freebsd-11-stable/sys/sparc64/fhc/
H A Dfhc.c166 uint32_t board; local
195 board = bus_read_4(sc->sc_memres[FHC_INTERNAL], FHC_BSR);
196 board = ((board >> 16) & 0x1) | ((board >> 12) & 0xe);
198 if (OF_getprop(node, "board#", &board, sizeof(board)) == -1) {
199 device_printf(dev, "cannot get board number\n");
205 device_printf(dev, "board
[all...]
/freebsd-11-stable/sys/dev/ce/
H A Dceddk.c226 b = c->board;
298 CE_DDK_DEBUG (c->board, c, ("Another transmit error: %x\n",
346 if (!TAU32_SubmitRequest (c->board->ddk.pControllerObject, req)) {
347 CE_DDK_DEBUG (c->board, c, ("Can't submit packet for "
531 ce_board_t *b = c->board;
620 ce_board_t *b = c->board;
737 unsigned int e1status = c->board->ddk.InterfacesInfo[c->dir].Status;
756 ce_board_t *b = c->board;
938 ce_board_t *b = c->board;
987 ce_board_t *b = c->board;
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c289 const struct ar531x_boarddata *board = AR5312_BOARDCONFIG(ah); local
295 macAddr = board->wlan0Mac;
298 macAddr = board->wlan1Mac;
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c111 cp_board_t *board; member in struct:_drv_t
130 cp_board_t *board; member in struct:_bdrv_t
231 CP_LOCK ((bdrv_t *)d->board->sys);
247 CP_UNLOCK ((bdrv_t *)d->board->sys);
276 cp_board_t *b = bd->board;
401 bd->board = b;
473 d->board = b;
485 c->board->num*NCHAN + c->num);
539 cp_board_t *b = bd->board;
646 bdrv_t *bd = d->board
[all...]

Completed in 122 milliseconds

123