/openbmc/linux/Documentation/devicetree/bindings/nvmem/ |
H A D | socionext,uniphier-efuse.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/nvmem/socionext,uniphier-efuse.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Keiji Hayashibara <hayashibara.keiji@socionext.com> 11 - Kunihiko Hayashi <hayashi.kunihiko@socionext.com> 14 - $ref: nvmem.yaml# 18 const: socionext,uniphier-efuse 24 - compatible 25 - reg [all …]
|
/openbmc/linux/drivers/thermal/ |
H A D | imx8mm_thermal.c | 1 // SPDX-License-Identifier: GPL-2.0 13 #include <linux/nvmem-consumer.h> 35 #define TRIM 0x3c macro 72 #define VER2_TEMP_LOW_LIMIT -40000 100 struct imx8mm_tmu *tmu = sensor->priv; in imx8mm_tmu_get_temp() 103 val = readl_relaxed(tmu->base + TRITSR) & TRITSR_TEMP0_VAL_MASK; in imx8mm_tmu_get_temp() 112 return -EAGAIN; in imx8mm_tmu_get_temp() 120 struct imx8mm_tmu *tmu = sensor->priv; in imx8mp_tmu_get_temp() 124 val = readl_relaxed(tmu->base + TRITSR); in imx8mp_tmu_get_temp() 125 ready = test_bit(probe_status_offset(sensor->hw_id), &val); in imx8mp_tmu_get_temp() [all …]
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_discard.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 20 * FUNCTION: TRIM the specified block range on device, if supported 23 * ip - pointer to in-core inode 24 * blkno - starting block number to be trimmed (0..N) 25 * nblocks - number of blocks to be trimmed 34 struct super_block *sb = ip->i_sb; in jfs_issue_discard() 54 * FUNCTION: attempt to discard (TRIM) all free blocks from the 58 * ip - pointer to in-core inode; 59 * range - the range, given by user space 62 * 0 - success [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-trim-schemas | 5 # SPDX-License-Identifier: GPL-2.0-only 26 if len(sys.argv) < 2 or sys.argv[1] in ('-h', '--help'): 27 print('oe-trim-schemas: error: the following arguments are required: schema\n' 28 'Usage: oe-trim-schemas schema\n\n' 29 'OpenEmbedded trim schemas - remove unneeded schema locale translations\n' 32 ' schema gconf schema file to trim\n') 62 xml.write(sys.stdout, "UTF-8")
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-ata | 8 ------------------------------- 35 persistent links in /dev/disk/by-path. 38 ------------------------------- 65 --------------------------------- 69 - X is ata_port_id of the port where the device is connected, 70 - Y the port of the PM if any, and 71 - Z the device id: for PATA, there is usually 2 devices [0,1], only 1 for SATA. 124 What: /sys/class/ata_device/devX[.Y].Z/trim 129 (RO) Shows the DSM TRIM mode currently used by the device. Valid 132 unsupported: Drive does not support DSM TRIM [all …]
|
/openbmc/u-boot/drivers/clk/ |
H A D | clk_pic32.c | 1 // SPDX-License-Identifier: GPL-2.0+ 8 #include <clk-uclass.h> 15 #include <dt-bindings/clock/microchip,clock.h> 60 /* Reference Oscillator Trim Register Fields */ 96 v = readl(priv->iobase + SPLLCON); in pic32_get_pll_rate() 122 v = readl(priv->iobase + OSCCON); in pic32_get_sysclk() 158 reg = priv->iobase + PB1DIV + (periph - PB1CLK) * 0x10; in pic32_get_pbclk() 173 u32 div, trim, v; in pic32_set_refclk() local 179 * rate = parent_rate / [2 * (div + (trim / 512))] in pic32_set_refclk() 183 trim = 0; in pic32_set_refclk() [all …]
|
/openbmc/linux/arch/mips/boot/dts/cavium-octeon/ |
H A D | octeon_68xx.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 7 * use. Because of this, it contains a super-set of the available 11 compatible = "cavium,octeon-6880"; 12 #address-cells = <2>; 13 #size-cells = <2>; 14 interrupt-parent = <&ciu2>; 17 compatible = "simple-bus"; 18 #address-cells = <2>; 19 #size-cells = <2>; [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/smbios/ |
H A D | smbios-mdr_git.bb | 3 HOMEPAGE = "http://github.com/openbmc/smbios-mdr" 4 LICENSE = "Apache-2.0" 10 phosphor-dbus-interfaces \ 11 phosphor-logging \ 14 PACKAGECONFIG[smbios-no-dimm] = "-Ddimm-dbus=disabled,-Ddim [all...] |
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | qcom,qusb2-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/phy/qcom,qusb2-phy.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Wesley Cheng <quic_wcheng@quicinc.com> 19 - items: 20 - enum: 21 - qcom,ipq6018-qusb2-phy 22 - qcom,ipq8074-qusb2-phy 23 - qcom,ipq9574-qusb2-phy [all …]
|
H A D | phy-stm32-usbphyc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/phy/phy-stm32-usbphyc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 22 |_ PHY port#2 ----| |________________ 27 - Amelie Delaunay <amelie.delaunay@foss.st.com> 31 const: st,stm32mp1-usbphyc 42 "#address-cells": 45 "#size-cells": 48 vdda1v1-supply: [all …]
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/ |
H A D | btrfsmaintenance_0.5.bb | 4 to automate a few maintenance tasks. This means the scrub, balance, trim \ 7 LICENSE = "GPL-2.0-only" 13 file://0001-change-sysconfig-path-to-etc-default.patch \ 14 file://0002-add-WantedBy-directive-to-btrfsmaintenance-refresh.s.patch \ 21 RDEPENDS:${PN} = "bash btrfs-tools" 29 install -Dm0644 ${S}/btrfsmaintenance-refresh.path \ 30 ${D}${systemd_system_unitdir}/btrfsmaintenance-refresh.path 31 install -Dm0644 ${S}/*.timer \ 33 install -Dm0644 ${S}/*.service \ 36 install -Dm0644 ${S}/btrfsmaintenance-functions \ [all …]
|
/openbmc/linux/drivers/hwmon/ |
H A D | bt1-pvt.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Baikal-T1 Process, Voltage, Temperature sensor driver 17 /* Baikal-T1 PVT registers and their bitfields */ 61 * PVT sensors-related limits and default values 70 * @PVT_TRIM_MIN: Minimal temperature sensor trim value. 71 * @PVT_TRIM_MAX: Maximal temperature sensor trim value. 72 * @PVT_TRIM_DEF: Default temperature sensor trim value (set a proper value 73 * when one is determined for Baikal-T1 SoC). 74 * @PVT_TRIM_TEMP: Maximum temperature encoded by the trim factor. 75 * @PVT_TRIM_STEP: Temperature stride corresponding to the trim value. [all …]
|
H A D | bt1-pvt.c | 1 // SPDX-License-Identifier: GPL-2.0-only 9 * Baikal-T1 Process, Voltage, Temperature sensor driver 18 #include <linux/hwmon-sysfs.h> 34 #include "bt1-pvt.h" 44 PVT_SENSOR_INFO(1, "CPU Core Low-Vt", hwmon_in, LVT, LTHRES), 45 PVT_SENSOR_INFO(2, "CPU Core High-Vt", hwmon_in, HVT, HTHRES), 46 PVT_SENSOR_INFO(3, "CPU Core Standard-Vt", hwmon_in, SVT, STHRES), 51 * to PVT data and vice-versa are following: 52 * N = 1.8322e-8*(T^4) + 2.343e-5*(T^3) + 8.7018e-3*(T^2) + 3.9269*(T^1) + 54 * T = -1.6743e-11*(N^4) + 8.1542e-8*(N^3) + -1.8201e-4*(N^2) + [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | jfs.rst | 14 iocharset=utf8 for UTF-8 translations. This requires 22 read-write. The resize keyword with no value will grow 38 errors=remount-ro(*) 39 Remount the filesystem read-only on an error. 44 Override on-disk uid with specified value 46 Override on-disk gid with specified value 48 Override on-disk umask with specified octal value. For 53 This enables/disables the use of discard/TRIM commands. 54 The discard/TRIM commands are sent to the underlying 56 devices and sparse/thinly-provisioned LUNs. The FITRIM ioctl [all …]
|
/openbmc/linux/scripts/ |
H A D | parse-maintainers.pl | 1 #!/usr/bin/perl -w 2 # SPDX-License-Identifier: GPL-2.0 21 die "$P: invalid argument - use --help if necessary\n"; 33 --input => MAINTAINERS file to read (default: MAINTAINERS) 34 --output => sorted MAINTAINERS file to write (default: MAINTAINERS.new) 35 --section => new sorted MAINTAINERS file to write to (default: SECTION.new) 36 --order => Use the preferred section content output ordering (default: 0) 51 K: Keyword - patch content regex 84 $a_index = 1000 if ($a_index == -1); 85 $b_index = 1000 if ($b_index == -1); [all …]
|
/openbmc/smbios-mdr/ |
H A D | meson.options | 4 'dimm-dbus', 7 description: 'Expose DIMM D-Bus Interface', 11 'dimm-only-locator', 18 'assoc-trim-path', 21 description: 'Trim one object path component from CPU and DIMM associations', 32 'slot-drive-presenc [all...] |
/openbmc/linux/fs/ocfs2/ |
H A D | dlmglue.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 72 u8 tf_success; /* trim is successful, or not */ 74 u64 tf_start; /* trim start offset in clusters */ 75 u64 tf_len; /* trim end offset in clusters */ 76 u64 tf_minlen; /* trim minimum contiguous free clusters */ 91 /* don't block waiting for the downconvert thread, instead return -EAGAIN */ 149 /* 99% of the time we don't want to supply any additional flags --
|
/openbmc/linux/Documentation/devicetree/bindings/net/ieee802154/ |
H A D | at86rf230.txt | 4 - compatible: should be "atmel,at86rf230", "atmel,at86rf231", 6 - spi-max-frequency: maximal bus speed, should be set to 7500000 depends 8 - reg: the chipselect index 9 - interrupts: the interrupt generated by the device. Non high-level 13 - reset-gpio: GPIO spec for the rstn pin 14 - sleep-gpio: GPIO spec for the slp_tr pin 15 - xtal-trim: u8 value for fine tuning the internal capacitance 22 spi-max-frequency = <7500000>; 25 interrupt-parent = <&gpio3>; 26 xtal-trim = /bits/ 8 <0x06>;
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-rs5c372.c | 1 // SPDX-License-Identifier: GPL-2.0-only 118 * - we're in the 21st century, so it's safe to ignore the century 120 * - we should use ALARM_A not ALARM_B (may be wrong on some boards) 135 struct i2c_client *client = rs5c->client; in rs5c_get_regs() 138 .addr = client->addr, in rs5c_get_regs() 140 .len = sizeof(rs5c->buf), in rs5c_get_regs() 141 .buf = rs5c->buf in rs5c_get_regs() 152 * The third method on the other hand doesn't work for the SMBus-only in rs5c_get_regs() 156 if (rs5c->smbus) { in rs5c_get_regs() 158 int size = sizeof(rs5c->buf) - 1; in rs5c_get_regs() [all …]
|
H A D | rtc-x1205.c | 1 // SPDX-License-Identifier: GPL-2.0-only 85 * rtc_time -- month 0-11, hour 0-23, yr = calendar year-epoch 97 .addr = client->addr, in x1205_get_datetime() 102 .addr = client->addr, in x1205_get_datetime() 110 if (i2c_transfer(client->adapter, &msgs[0], 2) != 2) { in x1205_get_datetime() 111 dev_err(&client->dev, "%s: read error\n", __func__); in x1205_get_datetime() 112 return -EIO; in x1205_get_datetime() 115 dev_dbg(&client->dev, in x1205_get_datetime() 116 "%s: raw read data - sec=%02x, min=%02x, hr=%02x, " in x1205_get_datetime() 127 tm->tm_sec = bcd2bin(buf[CCR_SEC]); in x1205_get_datetime() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | projecttopbar.js | 5 var projectNameForm = $("#project-name-change-form"); 6 var projectNameContainer = $("#project-name-container"); 7 var projectName = $(".project-name"); 8 var projectNameFormToggle = $("#project-change-form-toggle"); 9 var projectNameChangeCancel = $("#project-name-change-cancel"); 11 // this doesn't exist for command-line builds 12 var newBuildTargetInput = $("#build-input"); 14 var newBuildTargetBuildBtn = $("#build-button"); 17 var updateProjectBtn = $("#update-project-button"); 18 var cancelProjectBtn = $("#cancel-project-button"); [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | nvidia,tegra20-sdhci.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mmc/nvidia,tegra20-sdhci.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Jon Hunter <jonathanh@nvidia.com> 18 mmc-controller.yaml and the properties for the Tegra SDHCI controller. 23 - enum: 24 - nvidia,tegra20-sdhci 25 - nvidia,tegra30-sdhci [all …]
|
/openbmc/linux/drivers/mmc/core/ |
H A D | quirks.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * This file contains work-arounds for many known SD/MMC 25 0, -1ull, SDIO_ANY_ID, SDIO_ANY_ID, add_quirk_sd, 33 0, -1ull, SDIO_ANY_ID, SDIO_ANY_ID, add_quirk_sd, 61 * instead of CMD12-bounded multiblock transfers. For now we'll 63 * - Certain Toshiba cards. 67 MMC_FIXUP("SDMB-32", CID_MANFID_SANDISK, CID_OEMID_ANY, add_quirk_mmc, 96 * secure trim can result in unrecoverable corruption due to a 117 * On Some Kingston eMMCs, performing trim can result in 126 * Micron MTFC4GACAJCN-1M supports TRIM but does not appear to support [all …]
|
/openbmc/linux/drivers/clk/microchip/ |
H A D | clk-core.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include <linux/clk-provider.h> 12 #include <asm/mach-pic32/pic32.h> 15 #include "clk-core.h" 57 /* Reference Oscillator Trim Register Fields */ 78 /* add instruction pipeline delay while CPU clock is in-transition. */ 101 return readl(pb->ctrl_reg) & PB_DIV_ENABLE; in pbclk_is_enabled() 108 writel(PB_DIV_ENABLE, PIC32_SET(pb->ctrl_reg)); in pbclk_enable() 116 writel(PB_DIV_ENABLE, PIC32_CLR(pb->ctrl_reg)); in pbclk_disable() 137 if (abs(rate - divided_rate_down) < abs(rate - divided_rate)) in calc_best_divided_rate() [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | uniphier-pxs3.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/gpio/uniphier-gpio.h> 14 compatible = "socionext,uniphier-pxs3"; 15 #address-cells = <2>; 16 #size-cells = <2>; 17 interrupt-parent = <&gic>; 20 #address-cells = <2>; 21 #size-cells = <0>; 23 cpu-map { [all …]
|