/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/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/sys/arm/ti/ |
H A D | ti_cpuid.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 69 * ti_revision - Returns the revision number of the device 71 * Simply returns an identifier for the revision of the chip we are running 75 * A 32-bit identifier for the current chip 84 * omap4_get_revision - determines omap4 revision 86 * Reads the registers to determine the revision of the chip we are currently 95 uint32_t revision; in omap4_get_revision() local 118 revision = ((id_code >> 28) & 0xf); in omap4_get_revision() 121 * have the wrong id code and report themselves as ES1.0 silicon. So used in omap4_get_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/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/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/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 …]
|
H A D | mpt_drive.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 16 * 3. Neither the name of the author nor the names of any co-contributors 55 switch (info->PhysDiskStatus.State) { in mpt_pdstate() 57 if ((info->PhysDiskStatus.Flags & in mpt_pdstate() 59 info->PhysDiskSettings.HotSparePool == 0) in mpt_pdstate() 78 sprintf(buf, "PSTATE 0x%02x", info->PhysDiskStatus.State); in mpt_pdstate() 88 * - IOC2 : This gives us a list of volumes, and by walking the volumes we 91 * - IOC3 : This gives us a list of all online physical drives including 94 * - IOC5 : This gives us a list of all spare drives including failed [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 - 2024, 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/contrib/elftoolchain/libelftc/ |
H A D | make-toolchain-version | 3 # This script generates a project-wide version identifier for use by 6 # $Id: make-toolchain-version 3731 2019-04-06 14:28:34Z jkoshy $ 11 buildhost=`uname -s` 24 if [ -n "${*}" ]; then echo "##${@}"; fi 27 echo " Generate a toolchain-wide version number" 28 echo " -e PROJECTNAME Set the project name [default: ${elftcname}]." 29 echo " -h HOSTOS Set the build OS [default: ${buildhost}]." 30 echo " -o OUTPUT Set the output file [default: ${versionfile}]." 31 echo " -r VERSION Set the version string [default: ${version}]." 32 echo " -t TOPDIR Set the top-of-tree directory [required]." [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | bq27xxx.yaml | 1 # SPDX-License-Identifier: GPL-2.0 4 --- 5 $id: http://devicetree.org/schemas/power/supply/bq27xxx.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Pali Rohár <pali@kernel.org> 12 - Andrew F. Davis <afd@ti.com> 13 - Sebastian Reichel <sre@kernel.org> 20 - $ref: power-supply.yaml# 25 - ti,bq27200 26 - ti,bq27210 [all …]
|