Searched +full:exported +full:- +full:sram (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/sram/ |
H A D | sram.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/sram/sram.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Generic on-chip SRAM 10 - Rob Herring <robh@kernel.org> 15 Each child of the sram node specifies a region of reserved memory. Each 19 Following the generic-names recommended practice, node names should 25 pattern: "^sram(@.*)?" 30 - mmio-sram [all …]
|
/freebsd/share/man/man4/ |
H A D | sym.4 | 5 .\" Copyright (C) 1999-2000 Gerard Roudier <groudier@club-internet.fr> 12 .\" This driver for FreeBSD-CAM is derived from the Linux sym53c8xx driver. 13 .\" Copyright (C) 1998-1999 Gerard Roudier 16 .\" a port of the FreeBSD ncr driver to Linux-1.2.13. 20 .\" Stefan Esser <se@mi.Uni-Koeln.de> 24 .\" FreeBSD-CAM services is based on the aic7xxx driver for FreeBSD-CAM 32 .\" ---------------------------------------------------------------------------- 67 .Bd -ragged -offset indent 82 .Bd -literal -offset indent 90 fast40 and fast80-dt synchronous data transfers depending on controller [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | internal.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2003-2015, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 18 #include "iwl-f [all...] |
/freebsd/sys/dev/mxge/ |
H A D | if_mxge.c | 2 SPDX-License-Identifier: BSD-2-Clause 4 Copyright (c) 2006-2013, Myricom Inc. 161 device_set_desc(dev, "Myri10G-PCIE-8A"); in mxge_probe() 164 device_set_desc(dev, "Myri10G-PCIE-8B"); in mxge_probe() 167 device_set_desc(dev, "Myri10G-PCIE-8??"); in mxge_probe() 184 sc->wc = 1; in mxge_enable_wc() 185 len = rman_get_size(sc->mem_res); in mxge_enable_wc() 186 err = pmap_change_attr((vm_offset_t) sc->sram, in mxge_enable_wc() 189 device_printf(sc->dev, "pmap_change_attr failed, %d\n", in mxge_enable_wc() 191 sc->wc = 0; in mxge_enable_wc() [all …]
|
/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 2 /*- 5 * SPDX-License-Identifier: BSD-3-Clause 22 * 3. Neither the names of the above-listed copyright holders nor the names 214 %left '+' '-' 302 if ($1->type != UNINITIALIZED) { 307 cur_symbol->type = cur_symtype; 317 if (cur_symbol->info.rinfo->valid_bitmask == 0) 318 cur_symbol->info.rinfo->valid_bitmask = 0xFF; 320 if (cur_symbol->info.rinfo->size == 0) 321 cur_symbol->info.rinfo->size = 1; [all …]
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_regs_mcdi.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright 2008-2013 Solarflare Communications Inc. All rights reserved. 32 /* Power-on reset state */ 54 /* The 'doorbell' addresses are hard-wired to alert the MC when written */ 57 /* The rest of these are firmware-defined */ 65 /* Values to be written to the per-port status dword in shared 94 * | | \--- Response 95 * | \------- Error 96 * \------------------------------ Resync (always set) [all …]
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | hsi_struct_def.h | 1 /*- 34 * Copyright(c) 2001-2024, Broadcom. All rights reserved. The 71 * * 0x0-0xFFF8 - The function ID 72 * * 0xFFF8-0xFFFC, 0xFFFE - Reserved for internal processors 73 * * 0xFFFD - Reserved for user-space HWRM interface 74 * * 0xFFFF - HWRM 122 /* Engine CKV - The Alias key EC curve and ECC public key information. */ 124 /* Engine CKV - Initialization vector. */ 126 /* Engine CKV - Authentication tag. */ 128 /* Engine CKV - The encrypted data. */ [all …]
|