Home
last modified time | relevance | path

Searched +full:cell +full:- +full:value (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dfsl-fman.txt5 - FMan Node
6 - FMan Port Node
7 - FMan MURAM Node
8 - FMan dTSEC/XGEC/mEMAC Node
9 - FMan IEEE 1588 Node
10 - FMan MDIO Node
11 - Example
18 Due to the fact that the FMan is an aggregation of sub-engines (ports, MACs,
23 - compatible
25 Value type: <stringlist>
[all …]
H A Dbroadcom-bcm87xx.txt5 "ethernet-phy-ieee802.3-c45"
9 - broadcom,c45-reg-init : one of more sets of 4 cells. The first cell
11 address within the MMD, the third cell contains a mask to be ANDed
12 with the existing register value, and the fourth cell is ORed with
13 he result to yield the new register value. If the third cell has a
14 value of zero, no read of the existing value is performed.
18 ethernet-phy@5 {
20 compatible = "broadcom,bcm8706", "ethernet-phy-ieee802.3-c45";
21 interrupt-parent = <&gpio>;
28 broadcom,c45-reg-init = <1 0xc808 0xff8f 0x70>;
H A Dibm,emac.txt8 correct clock-frequency property.
13 - device_type : "network"
15 - compatible : compatible list, contains 2 entries, first is
16 "ibm,emac-CHIP" where CHIP is the host ASIC (440gx,
18 "ibm,emac4". For Axon, thus, we have: "ibm,emac-axon",
20 - interrupts : <interrupt mapping for EMAC IRQ and WOL IRQ>
21 - reg : <registers mapping>
22 - local-mac-address : 6 bytes, MAC address
23 - mal-device : phandle of the associated McMAL node
24 - mal-tx-channel : 1 cell, index of the tx channel on McMAL associated
[all …]
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dmpic.txt14 - compatible
16 Value type: <string>
22 - reg
24 Value type: <prop-encoded-array>
29 - interrupt-controller
31 Value type: <empty>
35 - #interrupt-cells
37 Value type: <u32>
38 Definition: Shall be 2 or 4. A value of 2 means that interrupt
39 specifiers do not contain the interrupt-type or type-specific
[all …]
H A Dmpc5200.txt2 ----------------------------
4 (c) 2006-2009 Secret Lab Technologies Ltd
8 ------------------
9 For mpc5200 on-chip devices, the format for each compatible value is
10 <chip>-<device>[-<mode>]. The OS should be able to match a device driver
11 to the device based solely on the compatible value. If two drivers
21 "fsl,mpc5200-<device>".
29 compatible = "fsl,mpc5200b-<device>","fsl,mpc5200-<device>";
34 ie. ethernet on mpc5200: compatible = "fsl,mpc5200-fec";
35 ethernet on mpc5200b: compatible = "fsl,mpc5200b-fec", "fsl,mpc5200-fec";
[all …]
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dpinmux_arria10.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2016-2017 Intel Corporation <www.intel.com>
16 const u32 *cell; in do_pinctr_pin() local
17 u32 offset, value; in do_pinctr_pin() local
21 cell = fdt_getprop(blob, child, "pinctrl-single,pins", &len); in do_pinctr_pin()
22 if (!cell || len <= 0) in do_pinctr_pin()
23 return -EFAULT; in do_pinctr_pin()
25 debug("%p %d\n", cell, len); in do_pinctr_pin()
26 for (; len > 0; len -= (2 * sizeof(u32))) { in do_pinctr_pin()
27 offset = fdt32_to_cpu(*cell++); in do_pinctr_pin()
[all …]
/openbmc/linux/drivers/nvmem/
H A Dcore.c1 // SPDX-License-Identifier: GPL-2.0
6 * Copyright (C) 2013 Maxime Ripard <maxime.ripard@free-electrons.com>
16 #include <linux/nvmem-consumer.h>
17 #include <linux/nvmem-provider.h>
64 if (nvmem->reg_read) in __nvmem_reg_read()
65 return nvmem->reg_read(nvmem->priv, offset, val, bytes); in __nvmem_reg_read()
67 return -EINVAL; in __nvmem_reg_read()
75 if (nvmem->reg_write) { in __nvmem_reg_write()
76 gpiod_set_value_cansleep(nvmem->wp_gpio, 0); in __nvmem_reg_write()
77 ret = nvmem->reg_write(nvmem->priv, offset, val, bytes); in __nvmem_reg_write()
[all …]
/openbmc/linux/drivers/md/
H A Ddm-bio-prison-v1.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2011-2017 Red Hat, Inc.
11 #include "persistent-data/dm-block-manager.h" /* FIXME: for dm_block_t */
12 #include "dm-thin-metadata.h" /* FIXME: for dm_thin_id */
17 /*----------------------------------------------------------------*/
21 * where they can't cause any mischief. Bios are put in a cell identified
22 * by a key, multiple bios can be in the same cell. When the cell is
38 * The range of a key (block_end - block_begin) must not
65 * Eventually all bio prison clients should manage their own cell memory.
73 struct dm_bio_prison_cell *cell);
[all …]
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/
H A DSensors.vue2 <b-container fluid="xl">
3 <page-title />
4 <b-row class="align-items-end">
5 <b-col sm="6" md="5" xl="4">
8 data-test-id="sensors-input-searchForSensors"
9 @change-search="onChangeSearchInput"
10 @clear-search="onClearSearchInput"
12 </b-col>
13 <b-col sm="3" md="3" xl="2">
14 <table-cell-count
[all …]
/openbmc/linux/Documentation/devicetree/bindings/power/reset/
H A Dnvmem-reboot-mode.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/power/reset/nvmem-reboot-mode.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
13 This driver gets the reboot mode magic value from the reboot-mode driver
14 and stores it in the NVMEM cell named "reboot-mode". The bootloader can
15 then read it and take different action according to the value.
19 const: nvmem-reboot-mode
21 nvmem-cells:
[all …]
/openbmc/u-boot/drivers/pci/
H A Dpci_sandbox.c1 // SPDX-License-Identifier: GPL-2.0+
25 uint offset, ulong value, in sandbox_pci_write_config() argument
34 return ret == -ENODEV ? 0 : ret; in sandbox_pci_write_config()
36 if (!ops || !ops->write_config) in sandbox_pci_write_config()
37 return -ENOSYS; in sandbox_pci_write_config()
39 return ops->write_config(emul, offset, value, size); in sandbox_pci_write_config()
60 vendor = priv->vendev[devfn].vendor; in sandbox_pci_read_config()
61 device = priv->vendev[devfn].device; in sandbox_pci_read_config()
69 return ret == -ENODEV ? 0 : ret; in sandbox_pci_read_config()
73 if (!ops || !ops->read_config) in sandbox_pci_read_config()
[all …]
/openbmc/linux/arch/parisc/include/asm/
H A Dpdcpat.h9 * Copyright 2000 (c) Hewlett Packard (Paul Bame <bame()spam.parisc-linux.org>)
10 * Copyright 2000,2004 (c) Grant Grundler <grundler()nahspam.parisc-linux.org>
15 * manipulatin g cell state within PD */
16 #define PDC_PAT_CELL_GET_NUMBER 0L /* Return Cell number */
17 #define PDC_PAT_CELL_GET_INFO 1L /* Returns info about Cell */
19 #define PDC_PAT_CELL_SET_ATTENTION 9L /* Set Cell Attention indicator */
20 #define PDC_PAT_CELL_NUMBER_TO_LOC 10L /* Cell Number -> Location */
29 #define PDC_PAT_CELL_CHANGE_ALIAS 129L /* Change Non-Equivalent Alias Chacking */
63 /* PDC PAT CHASSIS LOG -- Platform logging & forward progress functions */
74 /* PDC PAT CPU -- CPU configuration within the protection domain */
[all …]
/openbmc/u-boot/drivers/core/
H A Dofnode.c1 // SPDX-License-Identifier: GPL-2.0+
26 const fdt32_t *cell; in ofnode_read_u32() local
29 cell = fdt_getprop(gd->fdt_blob, ofnode_to_offset(node), in ofnode_read_u32()
31 if (!cell || len < sizeof(int)) { in ofnode_read_u32()
33 return -EINVAL; in ofnode_read_u32()
35 *outp = fdt32_to_cpu(cell[0]); in ofnode_read_u32()
60 const fdt64_t *cell; in ofnode_read_u64() local
69 cell = fdt_getprop(gd->fdt_blob, ofnode_to_offset(node), propname, in ofnode_read_u64()
71 if (!cell || len < sizeof(*cell)) { in ofnode_read_u64()
73 return -EINVAL; in ofnode_read_u64()
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-detect.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _detect-controls:
13 .. _detect-control-id:
28 .. flat-table::
29 :header-rows: 0
30 :stub-columns: 0
32 * - ``V4L2_DETECT_MD_MODE_DISABLED``
33 - Disable motion detection.
34 * - ``V4L2_DETECT_MD_MODE_GLOBAL``
35 - Use a single motion detection threshold.
[all …]
/openbmc/linux/drivers/staging/iio/Documentation/
H A Dsysfs-bus-iio-adc-ad7280a1 What: /sys/bus/iio/devices/deviceX/inY-inZ_balance_switch_en
3 Contact: linux-iio@vger.kernel.org
5 Writing 1 enables the cell balance output switch corresponding
6 to input Y. Writing 0 disables it. If the inY-inZ_balance_timer
7 is set to a none zero value, the corresponding switch will
11 What: /sys/bus/iio/devices/deviceX/inY-inZ_balance_timer
13 Contact: linux-iio@vger.kernel.org
15 The inY-inZ_balance_timer file allows the user to program
16 individual times for each cell balance output. The AD7280A
17 allows the user to set the timer to a value from 0 minutes to
[all …]
/openbmc/linux/drivers/mfd/
H A Dintel-lpss.c1 // SPDX-License-Identifier: GPL-2.0-only
15 #include <linux/clk-provider.h>
27 #include <linux/io-64-nonatomic-lo-hi.h>
31 #include "intel-lpss.h"
41 /* Offsets from lpss->priv */
77 struct mfd_cell *cell; member
117 .name = "dw-apb-uart",
123 .name = "pxa2xx-spi",
133 lpss->active_ltr = readl(lpss->priv + LPSS_PRIV_ACTIVELTR); in intel_lpss_cache_ltr()
134 lpss->idle_ltr = readl(lpss->priv + LPSS_PRIV_IDLELTR); in intel_lpss_cache_ltr()
[all …]
H A Dwl1273-core.c1 // SPDX-License-Identifier: GPL-2.0-only
9 #include <linux/mfd/wl1273-core.h>
21 static int wl1273_fm_read_reg(struct wl1273_core *core, u8 reg, u16 *value) in wl1273_fm_read_reg() argument
23 struct i2c_client *client = core->client; in wl1273_fm_read_reg()
29 dev_err(&client->dev, "%s: Read: %d fails.\n", __func__, reg); in wl1273_fm_read_reg()
30 return -EREMOTEIO; in wl1273_fm_read_reg()
33 *value = (u16)b[0] << 8 | b[1]; in wl1273_fm_read_reg()
40 struct i2c_client *client = core->client; in wl1273_fm_write_cmd()
46 dev_err(&client->dev, "%s: Cmd: %d fails.\n", __func__, cmd); in wl1273_fm_write_cmd()
55 struct i2c_client *client = core->client; in wl1273_fm_write_data()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcirrus,madera.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - patches@opensource.cirrus.com
21 include/dt-bindings/sound/madera.h
26 - $ref: dai-common.yaml#
29 '#sound-dai-cells':
31 The first cell indicating the audio interface.
38 INnAR INnBL INnBR. For non-muxed inputs the first two cells
46 $ref: /schemas/types.yaml#/definitions/uint32-array
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/
H A DTableRoles.vue2 <b-table stacked="sm" hover small :items="items" :fields="fields">
3 <template #cell(administrator)="data">
4 <template v-if="data.value">
8 <template #cell(operator)="data">
9 <template v-if="data.value">
13 <template #cell(readonly)="data">
14 <template v-if="data.value">
18 <template #cell(noaccess)="data">
19 <template v-if="data.value">
23 </b-table>
[all …]
/openbmc/linux/arch/powerpc/include/asm/
H A Dpmac_feature.h12 * Note: I removed media-bay details from the feature stuff, I believe it's
13 * not worth it, the media-bay driver can directly use the mac-io
26 * the prototype parameters (struct device_node* node, int value).
48 * all of the Grand-Central based machines. We currently don't
82 * to the device-tree. (Sawtooth is most tower G4s, FW_IMAC is most
85 * device-tree "model" or "compatible" property.
116 /* MacRISC4 / G5 machines. We don't have per-machine selection here anymore,
147 long param, long value) in pmac_call_feature() argument
150 return -ENODEV; in pmac_call_feature()
151 return ppc_md.feature_call(selector, node, param, value); in pmac_call_feature()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/
H A Dtoggle-font.diff1 Upstream-Status: Pending
5 --- gtk/gtkcellrenderertoggle.c.orig 2010-06-22 18:11:33.000000000 +0800
6 +++ gtk/gtkcellrenderertoggle.c 2010-06-22 18:11:43.000000000 +0800
7 @@ -71,6 +71,8 @@
11 +/* This is a hard-coded default which promptly gets overridden by a size
16 @@ -80,8 +82,9 @@
20 - gint indicator_size;
21 -
23 + gint override_size; /* This is the size set from the indicator-size property */
28 @@ -104,6 +107,7 @@
[all …]
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Dbrcm,iproc-flexrm-mbox.txt6 FlexRM driver will create a mailbox-controller instance for given FlexRM
10 --------------------
11 - compatible: Should be "brcm,iproc-flexrm-mbox"
12 - reg: Specifies base physical address and size of the FlexRM
14 - msi-parent: Phandles (and potential Device IDs) to MSI controllers
17 Refer devicetree/bindings/interrupt-controller/msi.txt
18 - #mbox-cells: Specifies the number of cells needed to encode a mailbox
21 The 1st cell is the mailbox channel number.
23 The 2nd cell contains MSI completion threshold. This is the
27 The 3nd cell contains MSI timer value representing time for
[all …]
/openbmc/u-boot/include/dm/
H A Dof.h1 /* SPDX-License-Identifier: GPL-2.0+ */
10 #include <asm/u-boot.h>
13 /* integer value within a device tree property which references another node */
21 * @value: Pointer to property value
27 void *value; member
35 * @type: Node type (value of device_type property) or "<NULL>" if none
36 * @phandle: Phandle value of this none, or 0 if none
58 * struct of_phandle_args - structure to hold phandle and arguments
68 * some-prop = <&wibble 1 2 3>
73 * So when decoding the phandle in some-prop, np will point to wibble,
[all …]
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dsensors-overview-controller.html4 <div class="page-header">
6 …<a ng-href="data:text/json;charset=utf-8,{{export_data}}" class="btn btn-tertiary float-right" dow…
10 <p class="content-label" aria-label="sensors filter">Filter sensors</p>
12 <label for="content__search-input">Sensors Search</label>
13 …<input id="content__search-input" type="text" ng-model="customSearch" ng-keydown="doSearchOnEnter(…
14 <div class="search-submit__wrapper">
15 <button class="btn" type="button" aria-label="clear filter" ng-click="clear()">
16 <icon file="icon-close.svg" aria-hidden="true"></icon>
18 …<input id="content__search-submit" type="submit" class="btn btn-primary content__search-submit" va…
22 <div class="toggle-filter">
[all …]
/openbmc/linux/include/linux/
H A Dnvmem-provider.h1 /* SPDX-License-Identifier: GPL-2.0 */
6 * Copyright (C) 2013 Maxime Ripard <maxime.ripard@free-electrons.com>
22 /* used for vendor specific post processing of cell data */
35 #define NVMEM_DEVID_NONE (-1)
36 #define NVMEM_DEVID_AUTO (-2)
39 * struct nvmem_keepout - NVMEM register keepout range.
43 * @value: The byte to fill reads with for this region.
48 unsigned char value; member
52 * struct nvmem_cell_info - NVMEM cell description
56 * @bytes: Length of the cell.
[all …]

12345678910>>...22