| /freebsd/sys/dev/bhnd/ |
| H A D | bhnd_match.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org> 39 * A hardware revision match descriptor. 42 uint16_t start; /**< first revision, or BHND_HWREV_INVALID 43 to match on any revision. */ 44 uint16_t end; /**< last revision, or BHND_HWREV_INVALID 45 to match on any revision. */ 50 .m.match._name = (_src)->m.match._name, \ 51 ._name = (_src)->_name [all …]
|
| /freebsd/sys/dev/amdsbwd/ |
| H A D | amd_chipset.h | 1 /*- 35 * - SB600 and S7x0 southbridges where the SMBus controller device has 36 * a PCI Device ID of 0x43851002 and a revision less than 0x40 37 * - several types of southbridges and FCHs: 39 * Device ID of 0x43851002 and a revision greater than or equal to 0x40 40 * o FCHs where the controller has an ID of 0x780b1022 and a revision less 43 * o FCHs where the controller has an ID of 0x790b1022 and a revision less 45 * - several types of FCHs: 46 * o FCHs where the SMBus controller device has a PCI Device ID of 0x780b1022 47 * and a revision greater than or equal to 0x41 (integrated into "Mullins" [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ddr/ |
| H A D | jedec,lpddr2.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr2.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LPDDR2 SDRAM compliant to JEDEC JESD209-2 10 - Krzysztof Kozlowski <krzk@kernel.org> 13 - $ref: jedec,lpddr-props.yaml# 18 - items: 19 - enum: 20 - elpida,ECB240ABACN [all …]
|
| H A D | jedec,lpddr-props.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr-props.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 16 - Krzysztof Kozlowski <krzk@kernel.org> 23 lpddrX-YY,ZZZZ where X is the LPDDR version, YY is the manufacturer ID 24 (from MR5) and ZZZZ is the revision ID (from MR6 and MR7). Both IDs are 36 revision-id: 37 $ref: /schemas/types.yaml#/definitions/uint32-array 39 Revision IDs read from Mode Register 6 and 7. One byte per uint32 cell (i.e. <MR6 MR7>). [all …]
|
| H A D | lpddr3.txt | 1 * LPDDR3 SDRAM memories compliant to JEDEC JESD209-3C 4 - compatible : Should be "<vendor>,<type>", and generic value "jedec,lpddr3". 8 - density : <u32> representing density in Mb (Mega bits) 9 - io-width : <u32> representing bus width. Possible values are 8, 16, 32, 64 10 - #address-cells: Must be set to 1 11 - #size-cells: Must be set to 0 15 - manufacturer-id : <u32> Manufacturer ID value read from Mode Register 5 16 - revision-id : <u32 u32> Revision IDs read from Mode Registers 6 and 7 20 These values shall be obtained from the device data-sheet. 21 - tRFC-min-tck [all …]
|
| H A D | jedec,lpddr-channel.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr-channel.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 16 - Julius Werner <jwerner@chromium.org> 21 - jedec,lpddr2-channel 22 - jedec,lpddr3-channel 23 - jedec,lpddr4-channel 24 - jedec,lpddr5-channel 26 io-width: [all …]
|
| /freebsd/sys/dev/ath/ath_hal/ar5312/ |
| H A D | ar5312reg.h | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 33 * PCI-MAC Configuration registers (AR2315+) 61 #define AR5315_WREV (-0xefbfe0) /* Revision ID register offset */ 62 #define AR5315_WREV_S 0 /* Shift for WMAC revision info */ 63 #define AR5315_WREV_ID 0x000000FF /* Mask for WMAC revision info */ 64 #define AR5315_WREV_ID_S 4 /* Shift for WMAC Rev ID */ 75 * PCI-MAC Configuration registers (AR5312) [all …]
|
| /freebsd/sys/contrib/alpine-hal/ |
| H A D | al_hal_udma_regs_gen.h | 9 found at http://www.gnu.org/licenses/gpl-2.0.html 60 /* [0x4] Revision register */ 61 uint32_t revision; member 100 /* [0x0] Target-ID control */ 102 /* [0x4] TX queue 0/1 Target-ID */ 104 /* [0x8] TX queue 2/3 Target-ID */ 106 /* [0xc] RX queue 0/1 Target-ID */ 108 /* [0x10] RX queue 2/3 Target-ID */ 112 /* [0x0] TX queue 0/1 Target-Address */ 114 /* [0x4] TX queue 2/3 Target-Address */ [all …]
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpi_quirk.c | 1 /*- 52 char *id; member 68 static int aq_revcmp(int revision, enum ops_t op, int value); 74 aq_revcmp(int revision, enum ops_t op, int value) in aq_revcmp() argument 78 if (revision <= value) in aq_revcmp() 82 if (revision >= value) in aq_revcmp() 86 if (revision == value) in aq_revcmp() 112 switch (match->val) { in aq_match_header() 114 if (aq_strcmp(hdr->OemId, match->x.id) && in aq_match_header() 115 aq_strcmp(hdr->OemTableId, match->y.tid)) in aq_match_header() [all …]
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | BlockIo.h | 5 DVD-ROMs and floppy drives. 7 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> 8 SPDX-License-Identifier: BSD-2-Clause-Patent 54 @param MediaId Id of the media, changes every time the media is replaced. 83 @param MediaId The media ID that the write request is for. 130 /// The curent media Id. If the media changes, this value is changed. 153 /// TRUE if the media is marked read-only otherwise, FALSE. 154 /// This field shows the read-only status as of the most recent WriteBlocks () call. 181 /// Only present if EFI_BLOCK_IO_PROTOCOL.Revision is greater than or equal to 188 /// Only present if EFI_BLOCK_IO_PROTOCOL.Revision is greater than or equal to [all …]
|
| H A D | DiskIo.h | 8 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> 9 SPDX-License-Identifier: BSD-2-Clause-Patent 37 @param MediaId Id of the media, changes every time the media is replaced. 64 @param MediaId ID of the medium to be written. 91 /// Revision defined in EFI1.1 100 /// The revision to which the disk I/O interface adheres. All future 104 UINT64 Revision; member
|
| H A D | NetworkInterfaceIdentifier.h | 4 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> 5 SPDX-License-Identifier: BSD-2-Clause-Patent 7 @par Revision Reference: 32 // Revision defined in UEFI Specification 2.4 37 /// Revision defined in EFI1.1. 56 UINT64 Revision; ///< The revision of the EFI_NETWORK_INTERFACE_IDENTIFIER protocol. member 57 …UINT64 Id; ///< The address of the first byte of the identifying structure for this… member 63 …CHAR8 StringId[4]; ///< A four-character ASCII string that is sent in the class identifier …
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | aspeed,usb-vhub.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/usb/aspeed,usb-vhub.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Benjamin Herrenschmidt <benh@kernel.crashing.org> 26 - aspeed,ast2400-usb-vhub 27 - aspeed,ast2500-usb-vhub 28 - aspeed,ast2600-usb-vhub 39 aspeed,vhub-downstream-ports: 46 aspeed,vhub-generic-endpoints: [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | intel | 2 #------------------------------------------------------------------------------ 11 # whatever comes next (HP-PA Hummingbird?). OS/2 may also go elsewhere 14 # The `versions' should be un-commented if they work for you. 17 0 leshort 0502 basic-16 executable 19 #>22 leshort >0 - version %d 20 0 leshort 0503 basic-16 executable (TV) 22 #>22 leshort >0 - version %d 29 #>22 leshort >0 - version %d 32 #>22 leshort >0 - version %d 38 # SGI labeled the next entry as "iAPX 386 executable" --Dan Quinlan [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/ddr/ |
| H A D | lpddr3.txt | 1 * LPDDR3 SDRAM memories compliant to JEDEC JESD209-3C 4 - compatible : Should be "<vendor>,<type>", and generic value "jedec,lpddr3". 8 - density : <u32> representing density in Mb (Mega bits) 9 - io-width : <u32> representing bus width. Possible values are 8, 16, 32, 64 10 - #address-cells: Must be set to 1 11 - #size-cells: Must be set to 0 15 - manufacturer-id : <u32> Manufacturer ID value read from Mode Register 5 16 - revision-id : <u32 u32> Revision IDs read from Mode Registers 6 and 7 20 These values shall be obtained from the device data-sheet. 21 - tRFC-min-tck [all …]
|
| /freebsd/share/man/man9/ |
| H A D | bhnd.9 | 1 .\" Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org> 392 .Bd -literal 398 .Bd -literal 406 .Bd -literal 414 .Bd -literal 417 .Bd -literal 427 .Bd -literal 435 .Bd -literal 442 .Bd -literal 512 .Bd -literal [all …]
|
| /freebsd/sys/dev/mwl/ |
| H A D | mwldiag.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting 5 * Copyright (c) 2007-2009 Marvell Semiconductor, Inc. 36 * Diagnostic interface. This is an open-ended interface that 41 * use the HAL revision information to deal with ABI/API differences. 53 * Device revision information. 56 uint16_t mh_devid; /* PCI device ID */ 57 uint16_t mh_subvendorid; /* PCI subvendor ID */ 58 uint16_t mh_macRev; /* MAC revision */ [all …]
|
| /freebsd/contrib/ntp/libparse/ |
| H A D | clk_trimtsip.c | 2 * /src/NTP/REPOSITORY/ntp4-dev/libparse/clk_trimtsip.c,v 4.19 2009/11/01 10:47:49 kardel RELEASE_20091101_A 9 * Copyright (c) 1995-2009 by Frank Kardel <kardel <AT> ntp.org> 10 * Copyright (c) 1989-1994 by Frank Kardel, Friedrich-Alexander Universitaet Erlangen-Nuernberg, Germany 72 * <DLE><id> ... <data> ... <DLE><ETX> 76 * the values of data bytes can be anything. The serial interface is RS-422 88 * ID Description 94 * All others are accepted but ignored for time conversion - they are passed up to higher layers. 107 u_short t_gpsutc; /* GPS - UT [all...] |
| /freebsd/sys/dev/bhnd/tools/ |
| H A D | nvram_map_gen.awk | 1 #!/usr/bin/awk -f 3 #- 4 # Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org> 39 print "usage: bhnd_nvram_map.awk <input map> [-hd] [-o output file]" 66 # Maximum revision 74 if (ARGV[_i] == "--debug") { 76 } else if (ARGV[_i] == "-d" && OUT_T == null) { 78 } else if (ARGV[_i] == "-h" && OUT_T == null) { 80 } else if (ARGV[_i] == "-v") { 82 } else if (ARGV[_i] == "-o") { [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/ |
| H A D | arm,scu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/arm,scu.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 13 As part of the MPCore complex, Cortex-A5 and Cortex-A9 are provided 18 - Cortex-A9: see DDI0407E Cortex-A9 MPCore Technical Reference Manual 19 Revision r2p0 20 - Cortex-A5: see DDI0434B Cortex-A5 MPCore Technical Reference Manual 21 Revision r0p1 [all …]
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | redirect-bogus.patch | 3 --- daemon/worker.c (revision 4191) 5 @@ -663,8 +663,21 @@ 6 if(!inplace_cb_reply_servfail_call(&worker->env, qinfo, NULL, rep, 7 LDNS_RCODE_SERVFAIL, edns, worker->scratchpad)) 9 - error_encode(repinfo->c->buffer, LDNS_RCODE_SERVFAIL, 10 - qinfo, id, flags, edns); 11 + if (qinfo->qtype == LDNS_RR_TYPE_A && 12 + worker->env.cfg->redirect_bogus_ipv4) { 14 + fixed_address_encode(repinfo->c->buffer, 15 + LDNS_RCODE_NOERROR, qinfo, id, flags, edns, [all …]
|
| /freebsd/contrib/ntp/kernel/sys/ |
| H A D | parsestreams.h | 2 * /src/NTP/ntp4-dev/kernel/sys/parsestreams.h,v 4.5 2005/06/25 10:52:47 kardel RELEASE_20050625_A 6 * Copyright (c) 1995-2005 by Frank Kardel <kardel <AT> ntp.org> 7 …* Copyright (c) 1989-1994 by Frank Kardel, Friedrich-Alexander Universitaet Erlangen-Nuernberg, Ge… 60 * mem* operations. I don't want them - bcopy, bzero 63 #undef HAVE_STRING_H /* don't include that at kernel level - prototype mismatch in Solaris 2.6 */ 83 /*--------------- debugging support ---------------------------------*/ 112 * Revision 4.5 2005/06/25 10:52:47 kardel 113 * fix version id / add version log 115 * Revision 4.4 1998/06/14 21:09:32 kardel 118 * Revision 4.3 1998/06/13 18:14:32 kardel [all …]
|
| /freebsd/sys/contrib/dev/acpica/common/ |
| H A D | dmtbinfo2.c | 3 * Module Name: dmtbinfo2 - Table info for non-AML tables 11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, process, 130 * 3. Neither the names of the above-listed copyright holders nor the names 157 /* This module used for application-level code only */ 165 * - Add the C table definition to the actbl1.h or actbl2.h header. 166 * - Add ACPI_xxxx_OFFSET macro(s) for the table (and subtables) to list below. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | brcm,brcmstb-memc-ddr.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/brcm,brcmstb-memc-ddr.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Florian Fainelli <f.fainelli@gmail.com> 15 - description: Revision > 2.1 controllers 17 - enum: 18 - brcm,brcmstb-memc-ddr-rev-b.2.2 19 - brcm,brcmstb-memc-ddr-rev-b.2.3 20 - brcm,brcmstb-memc-ddr-rev-b.2.5 [all …]
|
| /freebsd/usr.sbin/mptutil/ |
| H A D | mpt_cam.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 16 * 3. Neither the name of the author nor the names of any co-contributors 58 /* Fetch the path id of bus 0 for the opened mpt controller. */ 70 /* First, find the path id of bus 0 for this mpt controller. */ in fetch_path_id() 88 snprintf(b->dev_name, sizeof(b->dev_name), "mpt"); in fetch_path_id() 89 b->unit_number = mpt_unit; in fetch_path_id() 90 b->bus_id = 0; in fetch_path_id() 91 b->flags = BUS_MATCH_NAME | BUS_MATCH_UNIT | BUS_MATCH_BUS_ID; in fetch_path_id() 137 /* Find the path ID of bus 0. */ in mpt_query_disk() [all …]
|