/openbmc/linux/Documentation/hwmon/ |
H A D | f71882fg.rst | 10 Addresses scanned: none, address read from Super I/O config space 18 Addresses scanned: none, address read from Super I/O config space 26 Addresses scanned: none, address read from Super I/O config space 34 Addresses scanned: none, address read from Super I/O config space 42 Addresses scanned: none, address read from Super I/O config space 50 Addresses scanned: none, address read from Super I/O config space 58 Addresses scanned: none, address read from Super I/O config space 66 Addresses scanned: none, address read from Super I/O config space 74 Addresses scanned: none, address read from Super I/O config space 82 Addresses scanned: none, address read from Super I/O config space [all …]
|
H A D | nct6775.rst | 15 Addresses scanned: ISA address retrieved from Super I/O registers 19 * Nuvoton NCT5572D/NCT6771F/NCT6772F/NCT6775F/W83677HG-I 23 Addresses scanned: ISA address retrieved from Super I/O registers 31 Addresses scanned: ISA address retrieved from Super I/O registers 39 Addresses scanned: ISA address retrieved from Super I/O registers 47 Addresses scanned: ISA address retrieved from Super I/O registers 55 Addresses scanned: ISA address retrieved from Super I/O registers 63 Addresses scanned: ISA address retrieved from Super I/O registers 71 Addresses scanned: ISA address retrieved from Super I/O registers 79 Addresses scanned: ISA address retrieved from Super I/O registers [all …]
|
H A D | it87.rst | 10 Addresses scanned: from Super I/O config space (8 I/O ports) 18 Addresses scanned: from Super I/O config space (8 I/O ports) 24 Addresses scanned: from Super I/O config space (8 I/O ports) 32 Addresses scanned: from Super I/O config space (8 I/O ports) 40 Addresses scanned: from Super I/O config space (8 I/O ports) 48 Addresses scanned: from Super I/O config space (8 I/O ports) 56 Addresses scanned: from Super I/O config space (8 I/O ports) 64 Addresses scanned: from Super I/O config space (8 I/O ports) 72 Addresses scanned: from Super I/O config space (8 I/O ports) 80 Addresses scanned: from Super I/O config space (8 I/O ports) [all …]
|
H A D | w83627hf.rst | 7 Addresses scanned: ISA address retrieved from Super I/O registers 10 Addresses scanned: ISA address retrieved from Super I/O registers 13 Addresses scanned: ISA address retrieved from Super I/O registers 16 Addresses scanned: ISA address retrieved from Super I/O registers 19 Addresses scanned: ISA address retrieved from Super I/O registers 29 ----------------- 39 ----------- 42 the Winbond W83627HF, W83627THF, W83697HF and W83637HF Super I/O chips. 47 Super I/O chip and a second i2c-only Winbond chip (often a W83782D), 51 If you really want i2c accesses for these Super I/O chips, [all …]
|
H A D | f71805f.rst | 10 Addresses scanned: none, address read from Super I/O config space 18 Addresses scanned: none, address read from Super I/O config space 26 Addresses scanned: none, address read from Super I/O config space 44 ----------- 46 The Fintek F71805F/FG Super I/O chip includes complete hardware monitoring 53 The Fintek F71872F/FG Super I/O chip is almost the same, with two 57 The Fintek F71806F/FG Super-I/O chip is essentially the same as the 65 ------------------ 67 Voltages are sampled by an 8-bit ADC with a LSB of 8 mV. The supported 75 you can only set the limits in steps of 32 mV (before scaling). [all …]
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qom.py | 4 usage: qom [-h] {set,get,list,tree,fuse} ... 9 -h, --help show this help message and exit 12 {set,get,list,tree,fuse} 13 set Set a QOM property value 28 # See the COPYING file in the top-level directory. 30 # Based on ./scripts/qmp/qom-[set|get|tree|list] 51 QOM Command - Set a property to a given value. 53 usage: qom-set [-h] [--socket SOCKET] <path>.<property> <value> 55 Set a QOM property value 62 -h, --help show this help message and exit [all …]
|
/openbmc/linux/tools/crypto/ccp/ |
H A D | test_dbc.py | 2 # SPDX-License-Identifier: GPL-2.0 15 # Artificial delay between set commands 25 def system_is_secured() -> bool: 34 def __init__(self, data) -> None: 38 super().__init__(data) 40 def setUp(self) -> None: 42 return super().setUp() 44 def tearDown(self) -> None: 47 return super().tearDown() 51 def setUp(self) -> None: [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | nsPlugin.py | 13 super().__init__() 17 super().pre_suite(testcount, testidlist) 26 super().post_suite(index) 36 super().add_args(parser) 41 '-N', '--no-namespace', action='store_false', default=True, 46 super().adjust_command(stage, command) 83 cmd = '$IP link set $DEV0 up' 86 cmd = '$IP link set $DEV1 up' 95 Create the network namespace in which the tests will be run and set up 102 cmd = '$IP link set $DEV1 netns {}'.format(self.args.NAMES['NS']) [all …]
|
/openbmc/linux/tools/net/ynl/lib/ |
H A D | nlspec.py | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 37 self.ident_name = self.name.replace('-', '_') 75 super().__init__(enum_set.family, yaml) 114 super().__init__(family, yaml) 119 value_start = self.yaml.get('value-start', 0) 153 attr_set Attribute Set containing this attr 162 super().__init__(family, yaml) 166 self.is_multi = yaml.get('multi-attr', False) 168 self.sub_type = yaml.get('sub-type') 169 self.byte_order = yaml.get('byte-order') [all …]
|
/openbmc/linux/drivers/clk/tegra/ |
H A D | clk-super.c | 1 // SPDX-License-Identifier: GPL-2.0-only 11 #include <linux/clk-provider.h> 28 #define super_state_to_src_shift(m, s) ((m->width * s)) 29 #define super_state_to_src_mask(m) (((1 << m->width) - 1)) 40 val = readl_relaxed(mux->reg); in clk_super_get_parent() 53 * If LP_DIV2_BYPASS is not set and PLLX is current parent then in clk_super_get_parent() 56 if ((mux->flags & TEGRA_DIVIDER_2) && !(val & SUPER_LP_DIV2_BYPASS) && in clk_super_get_parent() 57 (source == mux->pllx_index)) in clk_super_get_parent() 58 source = mux->div2_index; in clk_super_get_parent() 71 if (mux->lock) in clk_super_set_parent() [all …]
|
/openbmc/linux/drivers/nvdimm/ |
H A D | btt.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright (c) 2014-2015, Intel Corporation. 18 #include <linux/backing-dev.h> 29 return &arena->nd_btt->dev; in to_dev() 34 return offset + nd_btt->initial_offset; in adjust_initial_offset() 40 struct nd_btt *nd_btt = arena->nd_btt; in arena_read_bytes() 41 struct nd_namespace_common *ndns = nd_btt->ndns; in arena_read_bytes() 51 struct nd_btt *nd_btt = arena->nd_btt; in arena_write_bytes() 52 struct nd_namespace_common *ndns = nd_btt->ndns; in arena_write_bytes() 59 static int btt_info_write(struct arena_info *arena, struct btt_sb *super) in btt_info_write() argument [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | nvidia,tegra194-xusb-padctl.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/phy/nvidia,tegra194-xusb-padctl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Jon Hunter <jonathanh@nvidia.com> 14 The Tegra XUSB pad controller manages a set of I/O lanes (with differential 21 Some of the lanes are high-speed lanes, which can be used for PCIe, SATA or 22 super-speed USB. Other lanes are for various types of low-speed, full-speed 23 or high-speed USB (such as UTMI, ULPI and HSIC). The XUSB pad controller [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/ |
H A D | base.py | 3 # SPDX-License-Identifier: GPL-2.0-only 28 log = logging.getLogger('build-perf') 44 cmd = ['sudo', '-k', '-n', 'tee', '/proc/sys/vm/drop_caches'] 56 cmd = ['sudo', '-k'] 58 cmd.append('-S') 61 cmd.append('-n') 70 return re.sub(r'(\W+)', '-', string, flags=re.LOCALE) 81 return (obj - self.unix_epoch).total_seconds() 93 super(BuildPerfTestResult, self).__init__(*args, **kwargs) 97 self.product = os.getenv('OE_BUILDPERFTEST_PRODUCT', 'oe-core') [all …]
|
/openbmc/linux/rust/alloc/vec/ |
H A D | set_len_on_drop.rs | 1 // SPDX-License-Identifier: Apache-2.0 OR MIT 3 // Set the length of the vec when the `SetLenOnDrop` value goes out of scope. 8 pub(super) struct SetLenOnDrop<'a> { 15 pub(super) fn new(len: &'a mut usize) -> Self { in new() 20 pub(super) fn increment_len(&mut self, increment: usize) { in increment_len() 25 pub(super) fn current_len(&self) -> usize { in current_len()
|
/openbmc/u-boot/fs/reiserfs/ |
H A D | reiserfs.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright 2000-2002 by Hans Reiser, licensing governed by reiserfs/README 5 * GRUB -- GRand Unified Bootloader 8 * (C) Copyright 2003 - 2004 51 return -1; in substring() 66 printf ("%-10s %4hd %6d %6d %9d %24.24s", in sd_print_item() 73 printf ("%-10s %4d %6d %6d %9d %24.24s", in sd_print_item() 82 return reiserfs_devread ((INFO->journal_block + block) << INFO->blocksize_shift, in journal_read() 93 int transactions = INFO->journal_transactions; in block_read() 94 int desc_block = INFO->journal_first_desc; in block_read() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | tables.py | 6 # SPDX-License-Identifier: GPL-2.0-only 35 super(LayersTable, self).__init__(*args, **kwargs) 40 context = super(LayersTable, self).get_context_data(**kwargs) 110 <span class="glyphicon glyphicon-new-window"></span> 123 <span class="text-muted">Not applicable</span> 124 …<span class="glyphicon glyphicon-question-sign get-help" data-original-title="" title="The source … 132 <span class="glyphicon glyphicon-new-window"></span> 144 <span class="text-muted">Not applicable</span> 145 …<span class="glyphicon glyphicon-question-sign get-help" data-original-title="" title="The source … 161 …<a class="btn btn-default" title="<a href='{% url "layerdetails" extra.pid data.id %}'>{{data.laye… [all …]
|
H A D | tablefilter.py | 6 # SPDX-License-Identifier: GPL-2.0-only 16 requested from the set of actions for that filter; 44 # add the "all" pseudo-filter action, which just selects the whole 70 set of args in the form 74 where date_from and date_to are Django-timezone-aware dates; then 80 # one of the values required for the filter is missing, so set 112 # set in subclasses 145 super(TableFilterActionToggle, self).__init__(*args) 163 super(TableFilterActionDay, self).__init__(name, title, None) 180 wanted_date = now - increment [all …]
|
/openbmc/linux/fs/cramfs/ |
H A D | inode.c | 26 #include <linux/mtd/super.h> 37 * cramfs super-block data in memory 52 return sb->s_fs_info; in CRAMFS_SB() 65 #define OFFSET(x) ((x)->i_ino) 69 if (!cino->offset) in cramino() 71 if (!cino->size) in cramino() 76 * cramfs_inode->offset is set to a non zero value for entries in cramino() 79 switch (cino->mode & S_IFMT) { in cramino() 83 return cino->offset << 2; in cramino() 98 return ERR_PTR(-ENOMEM); in get_cramfs_inode() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | tx.c | 25 * Copyright (c) 2007-2008 Atheros Communications, Inc. 72 return (DIV_ROUND_UP(IEEE80211_MAX_FRAME_LEN, ar->fw.mem_block_size) > in is_mem_full() 73 atomic_read(&ar->mem_free_blocks)); in is_mem_full() 81 atomic_inc(&ar->tx_total_queued); in carl9170_tx_accounting() 84 spin_lock_bh(&ar->tx_stats_lock); in carl9170_tx_accounting() 92 ar->tx_stats[queue].len++; in carl9170_tx_accounting() 93 ar->tx_stats[queue].count++; in carl9170_tx_accounting() 96 for (i = 0; i < ar->hw->queues; i++) { in carl9170_tx_accounting() 97 if (mem_full || ar->tx_stats[i].len >= ar->tx_stats[i].limit) { in carl9170_tx_accounting() 98 ieee80211_stop_queue(ar->hw, i); in carl9170_tx_accounting() [all …]
|
/openbmc/linux/drivers/watchdog/ |
H A D | riowd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /* riowd.c - driver for hw watchdog inside Super I/O of RIO 23 /* RIO uses the NatSemi Super I/O power management logical device 28 * trigger a power-on reset when the signal is asserted. The BBC 31 * The only Super I/O device register we care about is at index 32 * 0x05 (WDTO_INDEX) which is the watchdog time-out in minutes (1-255). 33 * If set to zero, this disables the watchdog. When set, the system 34 * must periodically (before watchdog expires) clear (set to zero) and 35 * re-set the watchdog else it will trigger. 37 * There are two other indexed watchdog registers inside this Super I/O [all …]
|
/openbmc/linux/fs/nilfs2/ |
H A D | the_nilfs.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation. 14 #include <linux/backing-dev.h> 32 spin_lock(&nilfs->ns_last_segment_lock); in nilfs_set_last_segment() 33 nilfs->ns_last_pseg = start_blocknr; in nilfs_set_last_segment() 34 nilfs->ns_last_seq = seq; in nilfs_set_last_segment() 35 nilfs->ns_last_cno = cno; in nilfs_set_last_segment() 38 if (nilfs->ns_prev_seq == nilfs->ns_last_seq) in nilfs_set_last_segment() 43 nilfs->ns_prev_seq = nilfs->ns_last_seq; in nilfs_set_last_segment() 46 spin_unlock(&nilfs->ns_last_segment_lock); in nilfs_set_last_segment() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
H A D | __init__.py | 1 # Copyright (C) 2016-2018 Wind River Systems, Inc. 3 # SPDX-License-Identifier: GPL-2.0-only 105 fetch data from a layerindex-web instance, but may be useful for other 138 …res = urlopen(Request(url, headers={'User-Agent': 'Mozilla/5.0 (bitbake/lib/layerindex)'}, unverif… 163 if error == -2: 180 indexURI - An index to load. (Use multiple calls to load multiple indexes) 182 reload - If reload is True, then any previously loaded indexes will be forgotten. 184 load - List of elements to load. Default loads all items. 191 Note: the 'branch' parameter if set can select multiple branches by using 193 at the -first- branch specified! [all …]
|
/openbmc/u-boot/drivers/misc/ |
H A D | Kconfig | 13 set of generic read, write and ioctl methods may be used to 50 bool "Rockchip e-fuse support" 53 Enable (read-only) access for the e-fuse block found in Rockchip 55 or through child-nodes that are generated based on the e-fuse map 74 Enable command-line access to the Chrome OS EC (Embedded 76 a number of sub-commands for performing EC tasks such as 112 keyboard (use the -l flag to enable the LCD), verified boot context, 121 ARM Chromebooks such as pit, pi and nyan-big. The SPI interface 129 integrated 64-byte EEPROM, four programmable non-volatile I/O pins 155 bool "Enable Nuvoton NCT6102D Super I/O driver" [all …]
|
/openbmc/u-boot/fs/btrfs/ |
H A D | ctree.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 48 /* ioprio of readahead is set to idle */ 66 #define BTRFS_BACKREF_REV_MASK (((u64)BTRFS_BACKREF_REV_MAX - 1) << \ 76 /* these first four must match the super block */ 82 /* allowed to be different from the super from here on down */ 91 * this is a very generous portion of the super block, giving us 99 * in the super. 138 * the super block basically lists the main trees of the FS 155 /* this will help find the new super based on the log root */ 188 * Compat flags that we support. If any incompat flags are set other than the [all …]
|
/openbmc/linux/include/linux/ |
H A D | sysv_fs.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 17 On Coherent FS, they are always stored in PDP-11 manner: the least 21 /* 0 is non-existent */ 26 /* Xenix super-block data on disk */ 41 char s_fmod; /* super-block modified flag */ 42 char s_ronly; /* flag whether fs is mounted read-only */ 43 __fs32 s_time __packed2__; /* time of last super block update */ 49 char s_clean; /* set to 0x46 when filesystem is properly unmounted */ 66 /* SystemV4 super-block data on disk */ 82 char s_fmod; /* super-block modified flag */ [all …]
|