Home
last modified time | relevance | path

Searched +full:address +full:- +full:width (Results 1 – 25 of 1134) sorted by relevance

12345678910>>...46

/freebsd-src/sys/contrib/device-tree/Bindings/mtd/
H A Dmtd-physmap.txt1 CFI or JEDEC memory-mapped NOR flash, MTD-RAM (NVRAM...)
6 - compatible : should contain the specific model of mtd chip(s)
7 used, if known, followed by either "cfi-flash", "jedec-flash",
8 "mtd-ram" or "mtd-rom".
9 - reg : Address range(s) of the mtd chip(s)
11 non-identical chips can be described in one node.
12 - bank-width : Width (in bytes) of the bank. Equal to the
13 device width times the number of interleaved chips.
14 - device-width : (optional) Width of a single mtd chip. If
15 omitted, assumed to be equal to 'bank-width'.
[all …]
H A Dmtd-physmap.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mtd/mtd-physmap.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: CFI or JEDEC memory-mapped NOR flash, MTD-RAM (NVRAM...)
10 - Rob Herring <robh@kernel.org>
17 - $ref: mtd.yaml#
18 - $ref: /schemas/memory-controllers/mc-peripheral-props.yaml#
23 - items:
24 - enum:
[all …]
/freebsd-src/share/man/man9/
H A Dbhnd.91 .\" Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org>
260 .Fa "device_t dev" "bus_size_t offset" "void *value" "u_int width"
264 .Fa "device_t dev" "bus_size_t offset" "const void *value" "u_int width"
392 .Bd -literal
398 .Bd -literal
406 .Bd -literal
414 .Bd -literal
417 .Bd -literal
421 .Ss "DMA Address Translation Functions"
424 .Fa "device_t dev" "u_int width" "uint32_t flags" "bus_dma_tag_t *dmat"
[all …]
H A Dvm_map.931 .Nd virtual address space portion of virtual memory subsystem
39 subsystem is used to manage virtual address spaces.
44 is a generic representation of an address space.
45 This address space may belong to a user process or the kernel.
50 .Bd -literal -offset indent
70 .Bl -tag -width ".Va needs_wakeup"
75 Each object defines a particular region within this map's address spac
[all...]
/freebsd-src/contrib/elftoolchain/libdwarf/
H A Ddwarf.324 .\" $Id: dwarf.3 3644 2018-10-15 19:55:01Z jkoshy $
48 .Bl -bullet
69 .Bl -tag -width ".Li Dwarf_*" -compact
82 .Bl -tag -width ".Vt Dwarf_Unsigned" -compact
86 A program address in the target object.
88 Describes address ranges.
106 A 16-bit wide unsigned numeric type.
116 A virtual address used by an application.
118 A 64-bit wide signed numeric type.
120 An 8-bit wide unsigned numeric type.
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/bus/
H A Dnvidia,tegra20-gmi.txt10 - compatible : Should contain one of the following:
11 For Tegra20 must contain "nvidia,tegra20-gmi".
12 For Tegra30 must contain "nvidia,tegra30-gmi".
13 - reg: Should contain GMI controller registers location and length.
14 - clocks: Must contain an entry for each entry in clock-names.
15 - clock-names: Must include the following entries: "gmi"
16 - resets : Must contain an entry for each entry in reset-names.
17 - reset-names : Must include the following entries: "gmi"
18 - #address-cells: The number of cells used to represent physical base
19 addresses in the GMI address space. Should be 2.
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/net/
H A Dgpmc-eth.txt4 General-Purpose Memory Controller can be used to connect Pseudo-SRAM devices
12 Documentation/devicetree/bindings/memory-controllers/omap-gpmc.txt
18 Child nodes need to specify the GPMC bus address width using the "bank-width"
20 specify the I/O registers address width. Even when the GPMC has a maximum 16-bit
21 address width, it supports devices with 32-bit word registers.
23 OMAP2+ board, "bank-width = <2>;" and "reg-io-width = <4>;".
26 - bank-width: Address width of the device in bytes. GPMC supports 8-bit
27 and 16-bit devices and so must be either 1 or 2 bytes.
28 - compatible: Compatible string property for the ethernet child device.
29 - gpmc,cs-on-ns: Chip-select assertion time
[all …]
/freebsd-src/share/man/man4/
H A Dipmi.451 .Bl -tag -offset indent -compact -width 0x0
118 .Bl -tag -width indent
122 .Bl -tag -width Er
126 An address supplied was invalid.
128 The address could not fit in the message buffer and
140 .Bl -tag -width Er
142 An address supplied was invalid.
147 Set the slave address for source messages.
149 Get the slave address for source messages.
156 .Bl -tag -width indent
[all …]
H A Ddtrace_ip.467 .Bl -tag -width "uintptr_t pkt_addr" -offset indent
77 .Bl -tag -width "uintptr_t cs_addr" -offset indent
93 .Bl -tag -width "uint32_t ip_plength" -offset indent
100 IP source address.
102 IP destination address.
113 .Bl -tag -width "uintptr_t if_addr" -offset indent
139 .Bl -tag -width "uint16_t ipv4_checksum" -offset indent
144 The IP header length, including options, in 32-bit words.
158 Next-level protocol ID.
168 IPv4 source address.
[all …]
H A Dmem.454 On ISA the I/O memory space begins at physical address 0x000a0000
57 per-process data
63 address 0xf0000000.
65 .Ss Address Properties
68 ioctl can be used to look up the physical address and NUMA domain of a given
69 virtual address in the calling process' address space.
71 .Bd -literal
80 The ioctl returns an error if the address is not valid.
94 .Bl -ta
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm64/realtek/
H A Drtd129x.dtsi1 // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
5 * Copyright (c) 2016-2019 Andreas Färber
12 #include <dt-bindings/interrupt-controlle
[all...]
H A Drtd139x.dtsi1 // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
11 #include <dt-bindings/interrupt-controller/arm-gi
[all...]
H A Drtd16xx.dtsi1 // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
9 #include <dt-bindings/interrupt-controller/arm-gi
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1088a-qds.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
11 /dts-v1/;
13 #include "fsl-ls1088a.dtsi"
17 compatible = "fsl,ls1088a-qds", "fsl,ls1088a";
21 bus-num = <0>;
25 #address-cells = <1>;
26 #size-cell
[all...]
H A Dfsl-ls208xa-qds.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
14 phy-handle = <&mdio0_phy12>;
15 phy-connection-type = "sgmii";
19 phy-handle = <&mdio0_phy13>;
20 phy-connection-type = "sgmii";
24 phy-handl
[all...]
/freebsd-src/lib/libvgl/
H A Dbitmap.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 1991-1997 Søren Schmidt
45 WriteVerticalLine(VGLBitmap *dst, int x, int y, int width, byte *line) in WriteVerticalLine() argument
50 byte *address; in WriteVerticalLine() local
53 switch (dst->Type) { in WriteVerticalLine()
57 end_offset = (x + width) & 0x07; in WriteVerticalLine()
58 bwidth = (width + start_offset) / 8; in WriteVerticalLine()
67 last = 8 - start_offset; in WriteVerticalLine()
68 while (pos < width) { in WriteVerticalLine()
[all …]
/freebsd-src/sbin/nvmecontrol/
H A Dnvmecontrol.83 .\" Copyright (c) 2018-2019 Alexander Motin <mav@FreeBSD.org>
51 .Aq Ar device-id | Ar namespace-id
59 .Aq Ar namespace-id
62 .Aq Ar device-id
67 .Op Fl v Ar vendor-string
72 .Aq Ar device-id | Ar namespace-id
75 .Aq Ar device-id
78 .Aq Ar device-i
[all...]
/freebsd-src/usr.bin/netstat/
H A Dnetstat.135 .Bk -words
36 .Bl -tag -width "netstat"
39 .Op Fl -libxo
44 .Op Fl -libxo
51 .Op Fl -libxo
59 .Op Fl -libxo
66 .Op Fl -libxo
73 .Op Fl -libx
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm/realtek/
H A Drtd1195.dtsi1 // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
3 * Copyright (c) 2017-2019 Andreas Färber
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #include <dt-bindings/reset/realtek,rtd1195.h>
15 interrupt-parent = <&gic>;
16 #address-cells = <1>;
17 #size-cells = <1>;
20 #address-cells = <1>;
21 #size-cells = <0>;
25 compatible = "arm,cortex-a7";
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/memory-controllers/ddr/
H A Djedec,lpddr-channel.yaml1 # 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-src/stand/efi/include/
H A Defipciio.h5 Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
9 http://opensource.org/licenses/bsd-license.php
52 // Complete PCI address generater
56 #define EFI_PCI_IO_ATTRIBUTE_ISA_MOTHERBOARD_IO 0x0001 ///< I/O cycles 0x0000-0x00FF (10 bit dec…
57 #define EFI_PCI_IO_ATTRIBUTE_ISA_IO 0x0002 ///< I/O cycles 0x0100-0x03FF or greater …
59 #define EFI_PCI_IO_ATTRIBUTE_VGA_MEMORY 0x0008 ///< MEM cycles 0xA0000-0xBFFFF (24 bit d…
60 #define EFI_PCI_IO_ATTRIBUTE_VGA_IO 0x0010 ///< I/O cycles 0x3B0-0x3BB and 0x3C0-0x3…
61 #define EFI_PCI_IO_ATTRIBUTE_IDE_PRIMARY_IO 0x0020 ///< I/O cycles 0x1F0-0x1F7, 0x3F6, 0x3F7…
62 #define EFI_PCI_IO_ATTRIBUTE_IDE_SECONDARY_IO 0x0040 ///< I/O cycles 0x170-0x177, 0x376, 0x377…
69 #define EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE 0x2000 ///< Clear for an add-in PCI Device
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dti-aemif.txt4 provide a glue-less interface to a variety of asynchronous memory devices like
11 Davinci DM646x - http://www.ti.com/lit/ug/sprueq7c/sprueq7c.pdf
12 OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh77a/spruh77a.pdf
13 Kestone - http://www.ti.com/lit/ug/sprugz3a/sprugz3a.pdf
17 - compatible: "ti,davinci-aemif"
18 "ti,keystone-aemif"
19 "ti,da850-aemif"
21 - reg: contains offset/length value for AEMIF control registers
24 - #address-cells: Must be 2. The partition number has to be encoded in the
25 first address cell and it may accept values 0..N-1
[all …]
/freebsd-src/usr.sbin/ndp/
H A Dndp.877 utility manipulates the address mapping table
79 .Bl -tag -width indent
83 .Bl -tag -width "Neighbor"
85 IPv6 address of the neighbor.
86 .It Linklayer Address
87 Linklayer address of the neighbor.
90 when the address is not available.
101 .Bl -tag -width indent -compact
146 .Bd -ragged -offset indent -compact
183 .Ql - ,
[all …]
/freebsd-src/lib/libsys/
H A Dprocctl.259 .Bl -tag -width P_PGID
82 .Bl -tag -width PROC_LOGSIGEXIT_STATUS
84 Controls Address Space Layout Randomization (ASLR) in program
94 .Bl -tag -width D
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/misc/
H A Difm-csi.txt4 - compatible: "ifm,o2d-csi"
5 - reg: specifies sensor chip select number and associated address range
6 - interrupts: external interrupt line number and interrupt sense mode
8 - gpios: three gpio-specifiers for "capture", "reset" and "master enable"
10 - ifm,csi-clk-handle: the phandle to a node in the DT describing the sensor
12 - ifm,csi-addr-bus-width: address bus width (valid values are 16, 24, 25)
13 - ifm,csi-data-bus-width: data bus width (valid values are 8 and 16)
14 - ifm,csi-wait-cycles: sensor bus wait cycles
17 - ifm,csi-byte-swap: if this property is present, the byte swapping on
23 compatible = "ifm,o2d-csi";
[all …]

12345678910>>...46