| /freebsd-11-stable/sys/dev/ctau/ |
| HD | ctau.c | 469 c->board = b; in ct_init_chan() 539 ct_board_t *b = c->board; in ct_reinit_chan() 582 c->board->opt.bcr2 &= c->num ? in ct_reinit_chan() 600 c->board->opt.bcr2 &= c->num ? in ct_reinit_chan() 639 ct_board_t *b = c->board; in ct_setup_ctlr() 870 if (c->num && c->board->opt.cfg == CFG_B) in ct_setup_lxt() 1066 if (c->mode == M_E1 && c->board->opt.cfg == CFG_D) { in ct_update_chan() 1109 ct_compute_clock (c->board->osc, c->baud * 8, &rxbr, &tmc); in ct_update_chan() 1113 ct_compute_clock (c->board->osc, c->baud * 8, &rxbr, &tmc); in ct_update_chan() 1117 ct_compute_clock (c->board->osc, c->baud, &rxbr, &tmc); in ct_update_chan() [all …]
|
| HD | ctddk.c | 147 ct_setup_g703 (c->board); in ct_g703_rate() 234 c->board->opt.clk1 = clk; in ct_set_clk() 236 c->board->opt.clk0 = clk; in ct_set_clk() 238 ct_setup_e1 (c->board); in ct_set_clk() 241 ct_setup_g703 (c->board); in ct_set_clk() 249 return c->num ? c->board->opt.clk1 : c->board->opt.clk0; in ct_get_clk() 257 c->board->opt.s1 = ts; in ct_set_ts() 259 c->board->opt.s0 = ts; in ct_set_ts() 260 ct_setup_e1 (c->board); in ct_set_ts() 278 ct_setup_e1 (c->board); in ct_set_higain() [all …]
|
| /freebsd-11-stable/sys/dev/ida/ |
| HD | ida_eisa.c | 224 for (i = 0; board_id[i].board; i++) in ida_eisa_match() 225 if (board_id[i].board == id) in ida_eisa_match() 233 struct ida_board *board; in ida_eisa_probe() local 237 board = ida_eisa_match(eisa_get_id(dev)); in ida_eisa_probe() 238 if (board == NULL) in ida_eisa_probe() 240 device_set_desc(dev, board->desc); in ida_eisa_probe() 275 struct ida_board *board; in ida_eisa_attach() local 282 board = ida_eisa_match(eisa_get_id(dev)); in ida_eisa_attach() 283 ida->cmd = *board->accessor; in ida_eisa_attach() 284 ida->flags = board->flags; in ida_eisa_attach()
|
| HD | ida_pci.c | 214 for (i = 0; board_id[i].board; i++) in ida_pci_match() 215 if (board_id[i].board == sub_id) in ida_pci_match() 224 struct ida_board *board = ida_pci_match(dev); in ida_pci_probe() local 226 if (board != NULL) { in ida_pci_probe() 227 device_set_desc(dev, board->desc); in ida_pci_probe() 236 struct ida_board *board = ida_pci_match(dev); in ida_pci_attach() local 243 ida->cmd = *board->accessor; in ida_pci_attach() 244 ida->flags = board->flags; in ida_pci_attach()
|
| /freebsd-11-stable/sys/mips/rmi/ |
| HD | board.c | 70 xlr_chip_specific_overrides(struct xlr_board_info* board) in xlr_chip_specific_overrides() argument 76 blk0 = &board->gmac_block[0]; in xlr_chip_specific_overrides() 77 blk1 = &board->gmac_block[1]; in xlr_chip_specific_overrides() 78 blk2 = &board->gmac_block[2]; in xlr_chip_specific_overrides() 152 xlr_board_specific_overrides(struct xlr_board_info* board) in xlr_board_specific_overrides() argument 156 blk1 = &board->gmac_block[1]; in xlr_board_specific_overrides() 157 blk2 = &board->gmac_block[2]; in xlr_board_specific_overrides() 206 xls_chip_specific_overrides(struct xlr_board_info* board) in xls_chip_specific_overrides() argument 211 blk0 = &board->gmac_block[0]; in xls_chip_specific_overrides() 212 blk1 = &board->gmac_block[1]; in xls_chip_specific_overrides() [all …]
|
| /freebsd-11-stable/sys/dev/cx/ |
| HD | cxddk.c | 153 if (c->board->dma) { in cx_start_chan() 162 if (c->board->dma) in cx_start_chan() 829 if (c->board->type == B_SIGMA_XXX) { in cx_set_port() 832 if ((c->board->if0type != 0) == (iftype != 0)) in cx_set_port() 834 c->board->if0type = iftype; in cx_set_port() 835 c->board->bcr0 &= ~BCR0_UMASK; in cx_set_port() 836 if (c->board->if0type && in cx_set_port() 838 c->board->bcr0 |= BCR0_UI_RS449; in cx_set_port() 839 outb (BCR0(c->board->port), c->board->bcr0); in cx_set_port() 842 if ((c->board->if8type != 0) == (iftype != 0)) in cx_set_port() [all …]
|
| HD | csigma.c | 558 c->board = b; in cx_init_board() 785 c->board = b; in cx_init_800() 841 c->board = b; in cx_init_2x() 1007 if (c->board->type == B_SIGMA_XXX) in cx_update_chan() 1010 c->board->bcr0 &= ~BCR0_UMASK; in cx_update_chan() 1012 c->board->bcr0 |= BCR0_UM_SYNC; in cx_update_chan() 1013 if (c->board->if0type && in cx_update_chan() 1015 c->board->bcr0 |= BCR0_UI_RS449; in cx_update_chan() 1016 outb (BCR0(c->board->port), c->board->bcr0); in cx_update_chan() 1019 c->board->bcr0b &= ~BCR0_UMASK; in cx_update_chan() [all …]
|
| /freebsd-11-stable/tools/tools/nanobsd/embedded/ |
| HD | README | 26 qemu-mips.cfg Create a bootable mips malta board image for 28 qemu-mips64.cfg Create a bootable mips malta board (64-bit 38 evaluation board (still needs a kernel loaded 41 evaluation board (still needs a kernel loaded 44 compatible with the references board.
|
| /freebsd-11-stable/sys/sparc64/fhc/ |
| HD | fhc.c | 166 uint32_t board; in fhc_attach() local 195 board = bus_read_4(sc->sc_memres[FHC_INTERNAL], FHC_BSR); in fhc_attach() 196 board = ((board >> 16) & 0x1) | ((board >> 12) & 0xe); in fhc_attach() 198 if (OF_getprop(node, "board#", &board, sizeof(board)) == -1) { in fhc_attach() 205 device_printf(dev, "board %d, ", board); in fhc_attach() 217 sc->sc_ign = board << 1; in fhc_attach() 276 snprintf(ledname, sizeof(ledname), "board%d", board); in fhc_attach()
|
| /freebsd-11-stable/sys/dev/ce/ |
| HD | ceddk.c | 226 b = c->board; in ce_on_receive() 298 CE_DDK_DEBUG (c->board, c, ("Another transmit error: %x\n", in ce_on_transmit() 346 if (!TAU32_SubmitRequest (c->board->ddk.pControllerObject, req)) { in ce_send_packet() 347 CE_DDK_DEBUG (c->board, c, ("Can't submit packet for " in ce_send_packet() 531 ce_board_t *b = c->board; in ce_start_chan() 620 ce_board_t *b = c->board; in ce_stop_chan() 737 unsigned int e1status = c->board->ddk.InterfacesInfo[c->dir].Status; in ce_get_cd() 756 ce_board_t *b = c->board; in ce_e1_timer() 938 ce_board_t *b = c->board; in ce_set_baud() 987 ce_board_t *b = c->board; in ce_set_lloop() [all …]
|
| /freebsd-11-stable/sys/mips/conf/ |
| HD | AP135 | 4 # This contains a QCA9558 MIPS74k SoC with on-board 3x3 2GHz wifi, 22 # Override hints with board values 25 # Force the board memory - the base AP135 has 128MB RAM 55 # yes, this board has a PCIe connected atheros device
|
| HD | TL-ARCHERC7V2 | 4 # This contains a QCA9558 MIPS74k SoC with on-board 3x3 2GHz wifi, 22 # Override hints with board values 25 # Force the board memory - this has 128MiB RAM 55 # yes, this board has a PCIe connected atheros device
|
| HD | DIR-825C1 | 3 # Specific board setup for the D-Link DIR-825C1 router. 21 # Override hints with board values 24 # Force the board memory - the base DB120 has 128MB RAM 54 # yes, this board has a PCI connected atheros device
|
| HD | AP143 | 2 # AP143 - the AP143 reference board from Qualcomm Atheros includes: 19 # Override hints with board values 22 # Force the board memory - the base AP121 only has 16MB RAM
|
| HD | AP121 | 2 # AP121 - the AP121 reference board from Qualcomm Atheros includes: 19 # Override hints with board values 22 # Force the board memory - the base AP121 only has 16MB RAM
|
| HD | DB120 | 14 # Override hints with board values 17 # Force the board memory - the base DB120 has 128MB RAM 47 # yes, this board has a PCI connected atheros device
|
| HD | DIR-655A1 | 4 # This contains a QCA9558 MIPS74k SoC with on-board 3x3 2GHz wifi, 17 # Override hints with board values 20 # Force the board memory - the base AP135 has 128MB RAM
|
| HD | TL-WR1043NDv2 | 4 # This contains a QCA9558 MIPS74k SoC with on-board 3x3 2GHz wifi, 17 # Override hints with board values 43 # yes, this board has a PCI connected atheros device
|
| HD | TL-WDR4300 | 14 # Override hints with board values 17 # Force the board memory - the base DB120 has 128MB RAM 47 # yes, this board has a PCI connected atheros device
|
| HD | PICOSTATION_M2HP | 2 # Specific board setup for the Picostation M2 HP board. 4 # This board has the following hardware:
|
| HD | AR71XX_BASE.hints | 36 # board. 37 # So each board will override the settings as needed. 61 # Each board should override the GPIO bus pins with the configuration
|
| /freebsd-11-stable/sys/gnu/dts/arm/ |
| HD | pm9g45.dts | 2 * pm9g45.dts - Device Tree file for Ronetix pm9g45 board 50 board { 51 pinctrl_board_nand: nand0-board { 59 pinctrl_board_mmc: mmc0-board {
|
| HD | at91-foxg20.dts | 2 * at91-foxg20.dts - Device Tree file for Acme Systems FoxG20 board 4 * Based on DT files for at91sam9g20ek evaluation board (AT91SAM9G20 SoC) 103 board { 111 pinctrl_board_mmc0_slot1: mmc0_slot1-board {
|
| HD | exynos4412-odroidx2.dts | 2 * Hardkernel's Exynos4412 based ODROID-X2 board device tree source 6 * Device tree source file for Hardkernel's ODROID-X2 board which is based 17 model = "Hardkernel ODROID-X2 board based on Exynos4412";
|
| HD | exynos4412-odroidx.dts | 2 * Hardkernel's Exynos4412 based ODROID-X board device tree source 6 * Device tree source file for Hardkernel's ODROID-X board which is based 18 model = "Hardkernel ODROID-X board based on Exynos4412";
|