Searched +full:tcs +full:- +full:config (Results 1 – 9 of 9) sorted by relevance
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | pxa3xx_nand.h | 9 unsigned int tCS; /* Enable signal setup time */ member 46 /* allow platform code to keep OBM/bootloader defined NFC config */ 52 /* use an flash-based bad block table */
|
| H A D | pxa3xx_nand.c | 1 // SPDX-License-Identifier: GPL-2.0 123 writel((val), (info)->mmio_base + (off)) 126 readl((info)->mmio_base + (off)) 131 ERR_DMABUSERR = -1, 132 ERR_SENDCMD = -2, 133 ERR_UNCORERR = -3, 134 ERR_BBERR = -4, 135 ERR_CORERR = -5, 256 * tCS Enable signal setup time 279 * http://www.linux-mtd.infradead.org/nand-data/nanddata.html [all …]
|
| 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() 301 /* config mod clock */ 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() [all …]
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | toolchain.py | 1 # SPDX-License-Identifier: GPL-2.0+ 35 self.re_arch = re.compile('[-_]%s-' % arch) 53 cross: Cross compile string, e.g. 'arm-linux-' 55 component of the filename. E.g. arm-linux-gcc becomes arm 75 # Find the CROSS_COMPILE prefix to use for U-Boot. For example, 76 # 'arm-linux-gnueabihf-gcc' turns into 'arm-linux-gnueabihf-'. 78 pos = basename.rfind('-') 79 self.cross = basename[:pos + 1] if pos != -1 else '' 82 pos = self.cross.find('-') 86 self.arch = self.cross[:pos] if pos != -1 else 'sandbox' [all …]
|
| /openbmc/qemu/target/mips/ |
| H A D | cpu.h | 4 #include "cpu-qom.h" 5 #include "exec/cpu-common.h" 6 #include "exec/cpu-defs.h" 7 #include "exec/cpu-interrupt.h" 11 #include "fpu/softfloat-types.h" 13 #include "mips-defs.h" 32 uint64_t d; /* binary double fixed-point */ 33 uint32_t w[2]; /* binary single fixed-point */ 34 /* FPU/MSA register mapping is not tested on big-endian hosts. */ 143 * ---------- ---------- ---------- ---------- [all …]
|
| H A D | cpu-defs.c.inc | 4 * Copyright (c) 2004-2005 Jocelyn Mayer 21 /* CPU / CPU family specific config register values. */ 398 /* This is the TLB-based MMU core. */ 470 FIXME: Support IEEE 754-2008 FP. 472 .name = "mips32r6-generic", 672 .name = "MIPS64R2-generic", 826 .name = "Loongson-2E", 828 /* 64KB I-cache and d-cache. 4 way with 32 bit cache line size. */ 832 Loongson-2E has only Config0. */ 846 .name = "Loongson-2F", [all …]
|
| /openbmc/ |
| D | opengrok1.0.log | 1 2025-12-16 03:01:16.893-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-12-16 03:01:16.967-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
| D | opengrok2.0.log | 1 2025-12-15 03:01:05.452-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-12-15 03:01:05.518-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [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 …]
|