Searched +full:tcs +full:- +full:offset (Results 1 – 8 of 8) sorted by relevance
| /openbmc/openbmc-tools/dbus-pcap/ |
| H A D | dbus-pcap | 3 # SPDX-License-Identifier: Apache-2.0 176 def __init__(self, buf, offset=0): argument 177 self.stash = (buf, offset) 179 self.offset = offset 189 prop.nature - (self.offset & (prop.nature - 1)) 192 self.offset += len(_) 196 self.offset += size 208 offset = self.offset 209 self.offset += len(remaining) 210 if self.offset - self.stash[1] != len(self.stash[0]): [all …]
|
| /openbmc/u-boot/include/fsl-mc/ |
| H A D | fsl_dpni.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * Copyright 2013-2016 Freescale Semiconductor, Inc. 46 /* cmd, param, offset, width, type, arg_name */ 50 /* cmd, param, offset, width, type, arg_name */ 53 MC_PREP_OP(param, 0, 0, 32, uint16_t, cfg->adv.options); \ 54 MC_PREP_OP(param, 0, 32, 8, uint16_t, cfg->adv.num_queues); \ 55 MC_PREP_OP(param, 0, 40, 8, uint16_t, cfg->adv.num_tcs); \ 56 MC_PREP_OP(param, 0, 48, 8, uint16_t, cfg->adv.mac_entries); \ 57 MC_PREP_OP(param, 1, 0, 8, uint16_t, cfg->adv.vlan_entries); \ 58 MC_PREP_OP(param, 1, 16, 8, uint16_t, cfg->adv.qos_entries); \ [all …]
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand.c | 1 // SPDX-License-Identifier: GPL-2.0+ 7 * https://github.com/yuq/sunxi-nfc-mtd 10 * https://github.com/hno/Allwinner-Info 78 #define NFC_PAGE_SHIFT(x) (((x) < 10 ? 0 : (x) - 10) << 8) 114 #define NFC_ADR_NUM(x) (((x) - 1) << 16) 292 div_m = (clock_get_pll6() + hz - 1) / hz; in sunxi_nfc_set_clk_rate() 304 &ccm->nand0_clk_cfg); in sunxi_nfc_set_clk_rate() 307 setbits_le32(&ccm->ahb_gate0, (1 << AHB_GATE_OFFSET_NAND0)); in sunxi_nfc_set_clk_rate() 309 setbits_le32(&ccm->ahb_gate1, (1 << AHB_GATE_OFFSET_DMA)); in sunxi_nfc_set_clk_rate() 311 setbits_le32(&ccm->ahb_gate0, (1 << AHB_GATE_OFFSET_DMA)); in sunxi_nfc_set_clk_rate() [all …]
|
| H A D | denali.c | 1 // SPDX-License-Identifier: GPL-2.0+ 4 * Copyright (C) 2013-2014, Altera Corporation <www.altera.com> 5 * Copyright (C) 2009-2010, Intel Corporation and its suppliers. 11 #include <linux/dma-direction.h> 48 #define DENALI_NAND_NAME "denali-nand" 56 #define DENALI_MAP10 (2 << 26) /* high-level control plane */ 67 #define DENALI_BANK(denali) ((denali)->active_bank << 24) 69 #define DENALI_INVALID_BANK -1 78 * Direct Addressing - the slave address forms the control information (command 84 return ioread32(denali->host + addr); in denali_direct_read() [all …]
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu_features_def.h.inc | 5 * - _FEAT: Feature (enum) name used internally (S390_FEAT_##_FEAT) 6 * - _NAME: Feature name exposed to the user. 7 * - _TYPE: Feature type (S390_FEAT_TYPE_##_TYPE). 8 * - _BIT: Feature bit number within feature type block (unused for MISC). 9 * - _DESC: Feature description, exposed to the user. 18 * your option) any later version. See the COPYING file in the top-level 25 DEF_FEAT(DAT_ENH, "dateh", STFL, 3, "DAT-enhancement facility") 26 DEF_FEAT(IDTE_SEGMENT, "idtes", STFL, 4, "IDTE selective TLB segment-table clearing") 27 DEF_FEAT(IDTE_REGION, "idter", STFL, 5, "IDTE selective TLB region-table clearing") 28 DEF_FEAT(ASN_LX_REUSE, "asnlxr", STFL, 6, "ASN-and-LX reuse facility") [all …]
|
| /openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 7 (ftp://mirror.csclub.uwaterloo.ca/x.org/current/src/xserver/xorg-server-1.12.2.tar.bz2). 14 Upstream-Status: Backport 16 Signed-off-by: Bernhard Walle <bernhard@bwalle.de> 17 --- 18 libs/x86emu/LICENSE | 17 - 19 libs/x86emu/debug.c | 509 +++--- 20 libs/x86emu/decode.c | 1069 ++++++------ 21 libs/x86emu/fpu.c | 463 +++--- 22 libs/x86emu/ops.c | 2940 +++++++++++++++++++-------------- 23 libs/x86emu/ops2.c | 1929 +++++++++++----------- [all …]
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | translate.c | 2 * MIPS emulation for QEMU - main translation routines 4 * Copyright (c) 2004-2005 Jocelyn Mayer 9 * Copyright (c) 2020 Philippe Mathieu-Daudé 28 #include "exec/helper-proto.h" 29 #include "exec/translation-block.h" 36 #include "exec/helper-info.c.inc" 41 * Many system-only helpers are not reachable for user-only. 153 /* PC-relative address computation / loads */ 157 /* PC-relative address computation / loads */ 369 /* MIPS DSP GPR-Based Shift Sub-class */ [all …]
|
| /openbmc/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | ops.c | 7 * Copyright (C) 1991-2004 SciTech Software, Inc. 8 * Copyright (C) David Mosberger-Tang 41 * to the 256 byte-"opcodes" found on the 8086. The table which 78 /*----------------------------- Implementation ----------------------------*/ 172 op1 - Instruction op code 185 M.x86.R_CS, M.x86.R_IP-1,op1)); in x86emuOp_illegal_op() 486 DECODE_PRINTF("PUSH\tCS\n"); in x86emuOp_push_CS() 495 Handles opcode 0x0f. Escape for two-byte opcode (286 or better) 677 Handles opcode 0x40 - 0x47 703 Handles opcode 0x48 - 0x4F [all …]
|