| /freebsd/sys/contrib/device-tree/Bindings/display/imx/ |
| H A D | fsl,imx8qxp-dc-command-sequencer.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/imx/fsl,imx8qxp-dc-command-sequencer.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Freescale i.MX8qxp Display Controller Command Sequencer 10 The Command Sequencer is designed to autonomously process command lists. 20 - Liu Ying <victor.liu@nxp.com> 24 const: fsl,imx8qxp-dc-command-sequencer 35 interrupt-names: 37 - const: error [all …]
|
| H A D | fsl,imx8qxp-dc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/imx/fsl,imx8qxp-dc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 controller for display output processing, as well as a command sequencer. 17 +---------------------------+------------+------------------+-+-+------+ 20 | @@@@@@@@@@@ +----------+------------+------------+ | | | | 21 A | | Command | | V V | | | | | 22 X <-+->| Sequencer | | @@@@@@@@@@@@@@@@@@@@@@@@@@@@ | V V V | 28 H <-+->| Configure | | V V V V | | Engine | | [all …]
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic79xx.reg | 1 /*- 4 * Copyright (c) 1994-2001, 2004 Justin T. Gibbs. 5 * Copyright (c) 2000-2002 Adaptec Inc. 19 * 3. Neither the names of the above-listed copyright holders nor the names 60 if ((ahd->bugs & AHD_SET_MODE_BUG) != 0) { \ 67 if ((ahd->bugs & AHD_SET_MODE_BUG) != 0) { \ 74 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { \ 115 * Sequencer Interrupt Code 147 * command. 150 * Target completed command [all …]
|
| H A D | aic7xxx.reg | 1 /*- 4 * Copyright (c) 1994-2001 Justin T. Gibbs. 5 * Copyright (c) 2000-2001 Adaptec Inc. 19 * 3. Neither the names of the above-listed copyright holders nor the names 47 * All page numbers refer to the Adaptec AIC-7770 Data Book available from 48 * Adaptec's Technical Documents Department 1-800-934-2766 52 * SCSI Sequence Control (p. 3-11). 69 * SCSI Transfer Control 0 Register (pp. 3-13). 85 * SCSI Transfer Control 1 Register (pp. 3-14,15). 101 * SCSI Control Signal Read Register (p. 3-15). [all …]
|
| H A D | aic79xx.c | 1 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 6 * Copyright (c) 1994-2002, 2004 Justin T. Gibbs. 7 * Copyright (c) 2000-2003 Adaptec Inc. 21 * 3. Neither the names of the above-listed copyright holders nor the names 72 { ILLOPCODE, "Illegal Opcode in sequencer program" }, 73 { SQPARERR, "Sequencer Parity Error" }, 74 { DPARERR, "Data-path Parity Error" }, 82 { P_DATAOUT, MSG_NOOP, "in Data-out phase" }, 83 { P_DATAIN, MSG_INITIATOR_DET_ERR, "in Data-in phase" }, [all …]
|
| H A D | aic7xxx.c | 1 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 6 * Copyright (c) 1994-2002 Justin T. Gibbs. 7 * Copyright (c) 2000-2002 Adaptec Inc. 21 * 3. Neither the names of the above-listed copyright holders nor the names 81 { ILLSADDR, "Illegal Sequencer Address referenced" }, 82 { ILLOPCODE, "Illegal Opcode in sequencer program" }, 83 { SQPARERR, "Sequencer Parity Error" }, 84 { DPARERR, "Data-path Parity Error" }, 93 { P_DATAOUT, MSG_NOOP, "in Data-out phase" }, [all …]
|
| H A D | aic79xx.h | 1 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 6 * Copyright (c) 1994-2002 Justin T. Gibbs. 7 * Copyright (c) 2000-2002 Adaptec Inc. 21 * 3. Neither the names of the above-listed copyright holders nor the names 88 SCSIID_OUR_ID((scb)->hscb->scsii [all...] |
| H A D | aic7xxx_inline.h | 1 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 6 * Copyright (c) 1994-2001 Justin T. Gibbs. 7 * Copyright (c) 2000-2001 Adaptec Inc. 21 * 3. Neither the names of the above-listed copyright holders nor the names 48 /************************* Sequencer Execution Control ************************/ 55 * Work around any chip bugs related to halting sequencer executio [all...] |
| H A D | aic7xxx.h | 1 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 6 * Copyright (c) 1994-2001 Justin T. Gibbs. 7 * Copyright (c) 2000-2001 Adaptec Inc. 21 * 3. Neither the names of the above-listed copyright holders nor the names 79 (((scsiid) & ((((ahc)->features & AHC_TWIN) != 0) ? TWIN_TID : TID)) \ 84 ((((ahc)->feature 909 uint8_t command; global() member [all...] |
| H A D | aic79xx_inline.h | 1 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 6 * Copyright (c) 1994-2001 Justin T. Gibbs. 7 * Copyright (c) 2000-2003 Adaptec Inc. 21 * 3. Neither the names of the above-listed copyright holders nor the names 54 return (ahd->name); in ahd_name() 57 /************************ Sequencer Execution Control *************************/ 82 ahd->src_mode = src; in ahd_known_modes() 83 ahd->dst_mode = dst; in ahd_known_modes() 84 ahd->saved_src_mode = src; in ahd_known_modes() [all …]
|
| H A D | aic79xx.seq | 1 /*- 4 * Copyright (c) 1994-2001, 2004 Justin T. Gibbs. 5 * Copyright (c) 2000-2002 Adaptec Inc. 19 * 3. Neither the names of the above-listed copyright holders nor the names 49 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { 56 if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) { 58 * Convert ERROR status into a sequencer 98 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL jne . - 1; 122 if ((ahd->bugs & AHD_FAINT_LED_BUG) != 0) { 126 * and re-selections. Make the LED status [all …]
|
| H A D | aic7xxx.seq | 1 /*- 4 * Copyright (c) 1994-2001 Justin T. Gibbs. 5 * Copyright (c) 2000-2001 Adaptec Inc. 19 * 3. Neither the names of the above-listed copyright holders nor the names 58 * use byte 27 of the SCB as a pseudo-next pointer and to thread a list 59 * of SCBs that are awaiting selection. Since 0-0xfe are valid SCB indexes, 61 * this list every time a request sense occurs or after completing a non-tagged 62 * command for which a second SCB has been queued. The sequencer will 76 if ((ahc->features & AHC_ULTRA2) != 0) { 80 if ((ahc->features & AHC_TWIN) != 0) { [all …]
|
| H A D | aic7xxx_osm.c | 1 /*- 4 * Copyright (c) 1994-2001 Justin T. Gibbs. 75 path_id = cam_sim_path(ahc->platform_data->sim_b); in ahc_create_path() 77 path_id = cam_sim_path(ahc->platform_data->sim); in ahc_create_path() 91 shareable = (ahc->flags & AHC_EDGE_INTERRUPT) ? 0: RF_SHAREABLE; in ahc_map_int() 92 ahc->platform_data->irq = in ahc_map_int() 93 bus_alloc_resource_any(ahc->dev_soft in ahc_map_int() [all...] |
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | sysex | 2 #------------------------------------------------------------------------ 16 >>0 use midi-sysex 18 0 name midi-sysex 20 >1 ubyte x MIDI audio System Exclusive (SysEx) message - 22 #!:mime application/octet-stream 23 !:mime audio/x-syx 26 # https://www.midi.org/specifications-old/item/manufacturer-id-numbers 27 # https://raw.githubusercontent.com/insolace/MIDI-Sysex-MFG-IDs/master/Sysex%20ID%20Tables/MIDI%20S… 88 >1 byte 0x18 E-mu 112 >1 byte 0x2c Audio Veritrieb-P. Struven [all …]
|
| /freebsd/sys/sys/ |
| H A D | soundcard.h | 5 /*- 6 * SPDX-License-Identifier: BSD-2-Clause 8 * Copyright by Hannu Savolainen 1993 / 4Front Technologies 1993-2006 55 * snd-sdk-doc-0.1.ps.gz (gzipped postscript). It contains 122 * number of bytes for a write operation to be non-blocking. 146 * format. We extend it by using bit 31 (RO) to indicate full-duplex 153 * o 8 bits for 8-bit formats, mu-law and A-law, 154 * o 16 bits for the 16-bit formats, and 155 * o 32 bits for the 24/32-bit formats. 160 #define AFMT_MU_LAW 0x00000001 /* Logarithmic mu-law */ [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | fsl,imx8qxp-dc-intc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/fsl,imx8qxp-dc-intc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 The Display Controller has a built-in interrupt controller with the following 18 Each interrupt can be connected as IRQ (maskable) and/or NMI (non-maskable). 19 Alternatively the un-masked trigger signals for all HW events are provided, 26 - Liu Ying <victor.liu@nxp.com> 30 const: fsl,imx8qxp-dc-intc 38 interrupt-controller: true [all …]
|
| /freebsd/share/man/man4/ |
| H A D | ahc.4 | 2 .\" SPDX-License-Identifier: BSD-3-Clause 39 .Bd -ragged -offset indent 50 .Bd -literal -offset indent 66 .Tn SCSI-Select 74 For systems that store non-volatile settings in a system specific manner 80 many chip-down motherboard configurations. 90 .Bd -ragged -offset indent 91 .Bl -column "aic7895CX" "MIPSX" "PCI/64X" "MaxSyncX" "MaxWidthX" "SCBsX" "2 3 4 5 6 7 8X" 108 .Bl -enum -compact 110 Multiplexed Twin Channel Device - One controller servicing two busses. [all …]
|
| /freebsd/stand/i386/libi386/ |
| H A D | vidconsole.c | 1 /*- 3 * Copyright (c) 1997 Kazutaka YOKOTA (yokota@zodiac.mech.utsunomiya-u.ac.jp) 111 for (p.tp_row = r->tr_begin.tp_row; in term_image_display() 112 p.tp_row < r->tr_end.tp_row; p.tp_row++) { in term_image_display() 113 for (p.tp_col = r->tr_begin.tp_col; in term_image_display() 114 p.tp_col < r->tr_end.tp_col; p.tp_col++) { in term_image_display() 115 idx = p.tp_col + p.tp_row * state->tg_tp.tp_col; in term_image_display() 116 if (idx >= state->tg_tp.tp_col * state->tg_tp.tp_row) in term_image_display() 171 if (p->tp_col == TEXT_COLS) in vidc_text_cursor() 172 col = p->tp_col - 1; in vidc_text_cursor() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedSiFive7.td | 1 //==- RISCVSchedSiFive7.td - SiFive7 Scheduling Definitions --*- tablegen -*-=// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 104 // We can calculate ceil(a/b) using (a + b - 1) / b. 197 let MicroOpBufferSize = 0; // Explicitly set to zero since SiFive7 is in-order. 198 let IssueWidth = 2; // 2 micro-ops are dispatched per cycle. 220 def SiFive7VA : ProcResource<1>; // Arithmetic sequencer 221 def SiFive7VL : ProcResource<1>; // Load sequencer 222 def SiFive7VS : ProcResource<1>; // Store sequencer [all …]
|
| /freebsd/sys/contrib/ncsw/inc/Peripherals/ |
| H A D | qm_ext.h | 3 � 1995-2003, 2004, 2005-2011 Freescale Semiconductor, Inc. 64 @Param[in] h_QmFqr A handle to an QM-FQR Module. 68 @Retval e_RX_STORE_RESPONSE_CONTINUE - order the driver to continue Rx 70 @Retval e_RX_STORE_RESPONSE_PAUSE - order the driver to stop Rx operation. 87 @Param[in] h_QmFqr A handle to an QM-FQR Module. 135 @Param[in] h_QmFqr A handle to an QM-FQR Module. 140 @Retval e_RX_STORE_RESPONSE_CONTINUE - order the driver to continue Rx 142 @Retval e_RX_STORE_RESPONSE_PAUSE - order the driver to stop Rx operation. 175 e_QM_EX_INVALID_COMMAND, /**< Invalid Command Verb Interrupt */ 201 @Param[in] h_App - User's application descriptor. [all …]
|
| /freebsd/sys/dev/sound/usb/ |
| H A D | uaudio.c | 3 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 123 if (err != 0 || req->newptr == NULL || val == uaudio_buffer_ms) in uaudio_buffer_ms_sysctl() 149 #define UAUDIO_NFRAMES 64 /* must be factor of 8 due HS-USB */ 157 #define BIT_TEST(bm,bno) (((bm)[(bno) / 8] >> (7 - ((bno) % 8))) & 1) 159 #define MIX(sc) ((sc)->sc_mixer_node) 290 #define UMIDI_ST_UNKNOWN 0 /* scan for command */ 436 {UA_FMT_PCM8, 8, AFMT_U8, "8-bit U-LE PCM"}, 437 {UA_FMT_PCM8, 16, AFMT_U16_LE, "16-bit U-LE PCM"}, 438 {UA_FMT_PCM8, 24, AFMT_U24_LE, "24-bit U-LE PCM"}, [all …]
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 78 …- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl… 79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea… 80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn… 81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea… 88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of … 90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… 116 … (0x1<<9) // Fast back-to-back transaction ena… 128 … (0x1<<23) // Fast back-to-back capable. Not ap… 144 … 0x000004UL //Access:RW DataWidth:0x20 // Command and Status Regist… [all …]
|
| /freebsd/sys/dev/bxe/ |
| H A D | bxe_elink.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. 508 /* When this pin is active high during reset, 10GBASE-T core is power 509 * down, When it is active low the 10GBASE-T is power up 550 /* Mailbox command set used by 84833/84858 */ 774 #define I2C_WA_PWR_ITER (I2C_WA_RETRY_CNT - 1) 936 (_phy)->def_md_devad, \ 942 (_phy)->def_md_devad, \ 970 * elink_check_lfa - This function checks if link reinitialization is required, [all …]
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 5 # Date: 2025-10-18 03:15:01 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 14 # (version 2 or higher) or the 3-clause BSD License. 25 # device device_name <-- single tab 26 # subvendor subdevice subsystem_name <-- two tabs 30 # This is a relabelled RTL-8139 31 8139 AT-2500TX V3 Ethernet 41 7a09 PCI-to-PCI Bridge 51 7a19 PCI-to-PCI Bridge 57 7a29 PCI-to-PCI Bridge [all …]
|
| /freebsd/share/dict/ |
| H A D | web2 | 39948 command 99810 Jean-Christophe 99811 Jean-Pierre 178728 sequencer
|