| /OK3568_Linux_fs/kernel/include/soc/fsl/qe/ |
| H A D | ucc_fast.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Internal header file for UCC FAST unit routines. 39 #define R_CM_S 0x0200 /* continuous mode */ 53 #define T_TM_S 0x0200 /* continuous mode */ 66 /* ucc_fast_channel_protocol_mode - UCC FAST mode */ 86 /* ucc_fast_transparent_txrx - UCC Fast Transparent TX & RX */ 92 /* UCC fast diagnostic mode */ 100 /* UCC fast Sync length (transparent mode only) */ 108 /* UCC fast RTS mode */ 114 /* UCC fast receiver decoding mode */ [all …]
|
| H A D | ucc.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 21 /* Slow or fast type for UCCs. 29 * Sets UCC to slow or fast mode. 31 * ucc_num - (In) number of UCC (0-7). 32 * speed - (In) slow or fast mode for UCC. 39 enum comm_dir mode); 41 enum comm_dir mode); 43 enum comm_dir mode);
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ |
| H A D | qcom_smbb.txt | 1 Qualcomm Switch-Mode Battery Charger and Boost 4 - compatible: 8 - "qcom,pm8941-charger" 10 - reg: 12 Value type: <prop-encoded-array> 15 - interrupts: 17 Value type: <prop-encoded-array> 21 - charge done 22 - charge fast mode 23 - charge trickle mode [all …]
|
| H A D | max8925_battery.txt | 1 max8925-battery bindings 5 - batt-detect: whether support battery detect 6 - topoff-threshold: set charging current in topoff mode 7 - fast-charge: set charging current in fast mode 8 - no-temp-support: whether support temperature protection detect 9 - no-insert-detect: whether support insert detect 13 batt-detect = <0>; 14 topoff-threshold = <1>; 15 fast-charge = <7>; 16 no-temp-support = <0>; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Observer-Mode.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 3 <!-- Copyright (C) 1988-2021 Free Software Foundation, Inc. 9 Free Documentation", with the Front-Cover Texts being "A GNU Manual," 10 and with the Back-Cover Texts as in (a) below. 12 (a) The FSF's Back-Cover Text is: "You are free to copy and modify 14 developing GNU and promoting software freedom." --> 15 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ --> 17 <title>Debugging with GDB: Observer Mode</title> 19 <meta name="description" content="Debugging with GDB: Observer Mode"> 20 <meta name="keywords" content="Debugging with GDB: Observer Mode"> [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Observer-Mode.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 3 <!-- Copyright (C) 1988-2021 Free Software Foundation, Inc. 9 Free Documentation", with the Front-Cover Texts being "A GNU Manual," 10 and with the Back-Cover Texts as in (a) below. 12 (a) The FSF's Back-Cover Text is: "You are free to copy and modify 14 developing GNU and promoting software freedom." --> 15 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ --> 17 <title>Debugging with GDB: Observer Mode</title> 19 <meta name="description" content="Debugging with GDB: Observer Mode"> 20 <meta name="keywords" content="Debugging with GDB: Observer Mode"> [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | version.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 #include <linux/rk-isp21-config.h> 23 * 2. fix picture of hdr is abnormal in multi-visual isp when run second time 31 * 3. switch hdr frame mode for read back 36 * 3. fix stream failure in thunderboot mode 53 * 6. only rx mode can use when link with cif 59 * 4. skip frame when change hdr/normal mode 87 * 10. config lsc by sram in rdbk mode 96 * 1. support motion detection mode 105 * 5. add trigger mode ioctl [all …]
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | ublimage.h | 9 * SPDX-License-Identifier: GPL-2.0+ 26 CFG_INVALID = -1, 36 /* Safe boot mode */ 38 /* DMA boot mode */ 40 /* I Cache boot mode */ 42 /* Fast EMIF boot mode */ 44 /* DMA + ICache boot mode */ 46 /* DMA + ICache + Fast EMIF boot mode */ 69 * PLL setting -Multiplier (only valid if 73 * PLL setting -Divider (only valid if [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/qe/ |
| H A D | uccf.h | 7 * SPDX-License-Identifier: GPL-2.0+ 17 /* Fast or Giga ethernet 24 /* General UCC Extended Mode Register 34 /* General UCC FAST Mode Register 50 /* GUMR [MODE] bit maps 64 /* Fast Ethernet (10/100 Mbps) 82 /* UCC fast alignment 92 /* UCC fast structure. 114 void ucc_fast_enable(ucc_fast_private_t *uccf, comm_dir_e mode); 115 void ucc_fast_disable(ucc_fast_private_t *uccf, comm_dir_e mode);
|
| H A D | uccf.c | 7 * SPDX-License-Identifier: GPL-2.0+ 20 out_be16(&uccf->uf_regs->utodr, UCC_FAST_TOD); in ucc_fast_transmit_on_demand() 43 *p_cmxucr = &(qe_immr->qmx.cmxucr1); in ucc_get_cmxucr_reg() 48 *p_cmxucr = &(qe_immr->qmx.cmxucr1); in ucc_get_cmxucr_reg() 53 *p_cmxucr = &(qe_immr->qmx.cmxucr2); in ucc_get_cmxucr_reg() 58 *p_cmxucr = &(qe_immr->qmx.cmxucr2); in ucc_get_cmxucr_reg() 63 *p_cmxucr = &(qe_immr->qmx.cmxucr3); in ucc_get_cmxucr_reg() 68 *p_cmxucr = &(qe_immr->qmx.cmxucr3); in ucc_get_cmxucr_reg() 73 *p_cmxucr = &(qe_immr->qmx.cmxucr4); in ucc_get_cmxucr_reg() 78 *p_cmxucr = &(qe_immr->qmx.cmxucr4); in ucc_get_cmxucr_reg() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | brcm,bcm11351-pinctrl.txt | 10 - compatible: Must be "brcm,bcm11351-pinctrl" 11 - reg: Base address of the PAD Controller register block and the size 17 compatible = "brcm,bcm11351-pinctrl"; 27 Each pin configuration node is a sub-node of the pin controller node and is a 31 Please refer to the pinctrl-bindings.txt in this directory for details of the 45 details generic pin config properties, please refer to pinctrl-bindings.txt 46 and <include/linux/pinctrl/pinconfig-generic.h>. 54 - pins: Multiple strings. Specifies the name(s) of one or more pins to 59 - function: String. Specifies the pin mux selection. Values 61 - input-schmitt-enable: No arguments. Enable schmitt-trigger mode. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-designware-master.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 24 #include "i2c-designware-core.h" 29 regmap_write(dev->map, DW_IC_TX_TL, dev->tx_fifo_depth / 2); in i2c_dw_configure_fifo_master() 30 regmap_write(dev->map, DW_IC_RX_TL, 0); in i2c_dw_configure_fifo_master() 33 regmap_write(dev->map, DW_IC_CON, dev->master_cfg); in i2c_dw_configure_fifo_master() 41 struct i2c_timings *t = &dev->timings; in i2c_dw_set_timings_master() 49 ret = regmap_read(dev->map, DW_IC_COMP_PARAM_1, &comp_param1); in i2c_dw_set_timings_master() 54 /* Set standard and fast speed dividers for high/low periods */ in i2c_dw_set_timings_master() 55 sda_falling_time = t->sda_fall_ns ?: 300; /* ns */ in i2c_dw_set_timings_master() 56 scl_falling_time = t->scl_fall_ns ?: 300; /* ns */ in i2c_dw_set_timings_master() [all …]
|
| /OK3568_Linux_fs/u-boot/board/toradex/apalis_imx6/ |
| H A D | do_fuse.c | 2 * Copyright (C) 2014-2016, Toradex AG 4 * SPDX-License-Identifier: GPL-2.0+ 57 int confirmed = argc >= 1 && !strcmp(argv[1], "-y"); in do_updt_fuse() 60 if (argc >= 1 && !strcmp(argv[1], "-n")) in do_updt_fuse() 67 puts("Fast boot mode already fused, no need to fuse\n"); in do_updt_fuse() 72 " Updating to fast boot mode prevents easy\n" in do_updt_fuse() 78 puts("Fusing fast boot mode...\n"); in do_updt_fuse() 96 "updt_fuse [-n] [-y] - boot cfg fast boot mode fusing"
|
| /OK3568_Linux_fs/u-boot/board/toradex/colibri_imx6/ |
| H A D | do_fuse.c | 2 * Copyright (C) 2014-2016, Toradex AG 4 * SPDX-License-Identifier: GPL-2.0+ 57 int confirmed = argc >= 1 && !strcmp(argv[1], "-y"); in do_updt_fuse() 60 if (argc >= 1 && !strcmp(argv[1], "-n")) in do_updt_fuse() 67 puts("Fast boot mode already fused, no need to fuse\n"); in do_updt_fuse() 72 " Updating to fast boot mode prevents easy\n" in do_updt_fuse() 78 puts("Fusing fast boot mode...\n"); in do_updt_fuse() 96 "updt_fuse [-n] [-y] - boot cfg fast boot mode fusing"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/ |
| H A D | spear_smi.txt | 4 - compatible : "st,spear600-smi" 5 - reg : Address range of the mtd chip 6 - #address-cells, #size-cells : Must be present if the device has sub-nodes 8 - interrupts: Should contain the STMMAC interrupts 9 - clock-rate : Functional clock rate of SMI in Hz 12 - st,smi-fast-mode : Flash supports read in fast mode 17 compatible = "st,spear600-smi"; 18 #address-cells = <1>; 19 #size-cells = <1>; 21 interrupt-parent = <&vic1>; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A D | qm1d1c0042.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 19 bool fast_srch; /* enable fast search mode, no LPF */ 21 u32 fast_srch_wait; /* with fast-search mode, no LPF. [ms] */ 22 u32 normal_srch_wait; /* with no LPF/fast-search mode. [ms] */
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | sc1200.c | 2 * Copyright (C) 2000-2002 Mark Lord <mlord@pobox.com> 44 * have the register with the fast PCI bus timings. in sc1200_get_pci_clock() 49 // Read the fast pci clock frequency in sc1200_get_pci_clock() 66 * Here are the standard PIO mode 0-4 timings for each "format". 67 * Format-0 uses fast data reg timings, with slower command reg timings. 68 * Format-1 uses fast timings for all registers, but won't work with all drives. 83 ide_hwif_t *hwif = drive->hwif; in sc1200_tunepio() 84 struct pci_dev *pdev = to_pci_dev(hwif->dev); in sc1200_tunepio() 85 unsigned int basereg = hwif->channel ? 0x50 : 0x40, format = 0; in sc1200_tunepio() 91 pci_write_config_dword(pdev, basereg + ((drive->dn & 1) << 3), in sc1200_tunepio() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-pxa.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/i2c/i2c-pxa.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh+dt@kernel.org> 13 - $ref: /schemas/i2c/i2c-controller.yaml# 14 - if: 17 - mrvl,i2c-polling 20 - interrupts 25 - mrvl,mmp-twsi [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | cache.rst | 8 dm-cache is a device mapper target written by Joe Thornber, Heinz 15 This device-mapper solution allows us to insert this caching at 17 a thin-provisioning pool. Caching solutions that are integrated more 20 The target reuses the metadata library used in the thin-provisioning 23 The decision as to what data to migrate and when is left to a plug-in 35 Migration from slow device to fast device. 37 Migration from fast device to slow device. 46 Sub-devices 47 ----------- 52 1. An origin device - the big, slow one. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/ |
| H A D | reset.c | 2 * Copyright (c) 2004-2008 Reyk Floeter <reyk@openbsd.org> 3 * Copyright (c) 2006-2008 Nick Kossifidis <mickflemm@gmail.com> 4 * Copyright (c) 2007-2008 Luis Rodriguez <mcgrof@winlab.rutgers.edu> 5 * Copyright (c) 2007-2008 Pavel Roskin <proski@gnu.org> 6 * Copyright (c) 2007-2008 Jiri Slaby <jirislaby@gmail.com> 30 #include <linux/pci.h> /* To determine if a card is pci-e */ 52 * ath5k_hw_register_timeout() - Poll a register for a flag/field change 64 * Returns -EAGAIN if we exceeded AR5K_TUNE_REGISTER_TIMEOUT * 15us or 0 73 for (i = AR5K_TUNE_REGISTER_TIMEOUT; i > 0; i--) { in ath5k_hw_register_timeout() 82 return (i <= 0) ? -EAGAIN : 0; in ath5k_hw_register_timeout() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/kunit/ |
| H A D | index.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 KUnit - Unit Testing for the Linux Kernel 12 kunit-tool 29 built-in, or when loaded if built as a module. These tests write out results to 33 :doc:`kunit_tool <kunit-tool>`, which builds a `User Mode Linux 34 <http://user-mode-linux.sourceforge.net>`_ kernel, runs it, and parses the test 52 independent. All built-in KUnit tests run on kernel startup. Alternatively, 59 hardware under User Mode Linux. User Mode Linux is a Linux architecture, 62 architecture), or by using :doc:`kunit_tool <kunit-tool>`. 64 KUnit is fast. Excluding build time, from invocation to completion KUnit can run [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/arm/pxa/ |
| H A D | mfp.rst | 7 MFP stands for Multi-Function Pin, which is the pin-mux logic on PXA3xx and 15 mechanism is introduced from PXA3xx to completely move the pin-mux functions 16 out of the GPIO controller. In addition to pin-mux configurations, the MFP 17 also controls the low power state, driving strength, pull-up/down and event 21 +--------+ 22 | |--(GPIO19)--+ 24 | |--(GPIO...) | 25 +--------+ | 26 | +---------+ 27 +--------+ +------>| | [all …]
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | max77650-charger.c | 1 // SPDX-License-Identifier: GPL-2.0 6 // Battery charger driver for MAXIM 77650/77651 charger/power-supply. 26 /* Charger is in prequalification mode. */ 28 /* Charger is in fast-charge constant current mode. */ 30 /* Charger is in JEITA modified fast-charge constant-current mode. */ 32 /* Charger is in fast-charge constant-voltage mode. */ 34 /* Charger is in JEITA modified fast-charge constant-voltage mode. */ 36 /* Charger is in top-off mode. */ 38 /* Charger is in JEITA modified top-off mode. */ 46 /* Charger is suspended due to a fast-charge timer fault. */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | pata_hpt37x.c | 1 // SPDX-License-Identifier: GPL-2.0-only 9 * Copyright (C) 1999-2003 Andre Hedrick <andre@linux-ide.org> 12 * Portions Copyright (C) 2005-2010 MontaVista Software, Inc. 59 * 30 PIO_MST enable. If set, the chip is in bus master mode during 203 * hpt37x_find_mode - reset the hpt37x bus 205 * @speed: transfer mode 213 struct hpt_clock *clocks = ap->host->private_data; in hpt37x_find_mode() 215 while (clocks->xfer_speed) { in hpt37x_find_mode() 216 if (clocks->xfer_speed == speed) in hpt37x_find_mode() 217 return clocks->timing; in hpt37x_find_mode() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | entry-header.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 #include <asm/asm-offsets.h> 9 #include <asm/uaccess-asm.h> 13 @ ----------------- 30 * (due to slow/fast restore user regs). 60 * ARMv7-M exception entry/exit macros. 66 * If exception is taken while in user mode, SP_main is 75 * When returning to kernel mode, we don't return from exception. 79 @ exception entry. Depending on the mode the cpu was in when the 87 @ we cannot rely on r0-r3 and r12 matching the value saved in the [all …]
|