Searched +full:clk +full:- +full:freq +full:- +full:optimized (Results 1 – 9 of 9) sorted by relevance
| /linux/Documentation/devicetree/bindings/i2c/ |
| H A D | snps,designware-i2c.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/i2c/snps,designware-i2c.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jarkko Nikula <jarkko.nikula@linux.intel.com> 13 - $ref: /schemas/i2c/i2c-controller.yaml# 14 - if: 19 const: mscc,ocelot-i2c 28 - description: Generic Synopsys DesignWare I2C controller 29 const: snps,designware-i2c [all …]
|
| /linux/drivers/opp/ |
| H A D | ti-opp-supply.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2016-2017 Texas Instruments Incorporated - https://www.ti.com/ 5 * Dave Gerlach <d-gerlach@ti.com> 11 #include <linux/clk.h> 26 * struct ti_opp_supply_optimum_voltage_table - optimized voltage table 28 * @optimized_uv: Optimized voltage from efuse 36 * struct ti_opp_supply_data - OMAP specific opp supply data 37 * @vdd_table: Optimized voltage mapping table 54 * struct ti_opp_supply_of_data - device tree match data 57 * @efuse_voltage_uv: Are the efuse entries in micro-volts? if not, assume [all …]
|
| /linux/Documentation/scsi/ |
| H A D | ufs.rst | 1 .. SPDX-License-Identifier: GPL-2.0 29 embedded and removable flash memory-based storage in mobile 32 on the MIPI M-PHY physical layer standard. UFS uses MIPI M-PHY as the 37 * Optimized performance: 41 - Support for Gear1 is mandatory (rate A: 1248Mbps, rate B: 1457.6Mbps) 42 - Support for Gear2 is optional (rate A: 2496Mbps, rate B: 2915.2Mbps) 46 - Gear3 (rate A: 4992Mbps, rate B: 5830.4Mbps) 56 SAM-5 architectural model. 61 --------------------- 68 UFS supports a subset of SCSI commands defined by SPC-4 and SBC-3. [all …]
|
| /linux/arch/microblaze/boot/dts/ |
| H A D | system.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * (C) Copyright 2007-2008 Xilinx, Inc. 6 * (C) Copyright 2007-2009 Michal Simek 13 * XPS project directory: Xilinx-ML505-ll_temac-sgdma-MMU-FDT-edk101 16 /dts-v1/; 18 #address-cells = <1>; 19 #size-cells = <1>; 32 stdout-path = "/plb@0/serial@84000000"; 35 #address-cells = <1>; 37 #size-cells = <0>; [all …]
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-designware-common.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 15 #include <linux/clk.h> 35 #include "i2c-designware-core.h" 65 "incorrect slave-transmitter mode configuration", 72 *val = readl(dev->base + reg); in dw_reg_read() 81 writel(val, dev->base + reg); in dw_reg_write() 90 *val = swab32(readl(dev->base + reg)); in dw_reg_read_swab() 99 writel(swab32(val), dev->base + reg); in dw_reg_write_swab() 108 *val = readw(dev->base + reg) | in dw_reg_read_word() 109 (readw(dev->base + reg + 2) << 16); in dw_reg_read_word() [all …]
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | stv090x.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 52 ((temp_dev->internal->i2c_adap != i2c_adap) || in find_dev() 53 (temp_dev->internal->i2c_addr != i2c_addr))) { in find_dev() 55 temp_dev = temp_dev->next_dev; in find_dev() 65 struct stv090x_dev *del_dev = find_dev(internal->i2c_adap, in remove_dev() 66 internal->i2c_addr); in remove_dev() 70 stv090x_first_dev = del_dev->next_dev; in remove_dev() 72 while (prev_dev->next_dev != del_dev) in remove_dev() 73 prev_dev = prev_dev->next_dev; in remove_dev() 75 prev_dev->next_dev = del_dev->next_dev; in remove_dev() [all …]
|
| /linux/sound/pci/ |
| H A D | azt3328.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* azt3328.c - driver for Aztech AZF3328 based soundcards (e.g. PCI168). 3 * Copyright (C) 2002, 2005 - 2011 by Andreas Mohr <andi AT lisas.de> 7 * found in a Fujitsu-Siemens PC ("Cordant", aluminum case). 13 * Keywords: Windows XP Vista 168nt4-125.zip 168win95-12 1206 u8 freq = 0; snd_azf3328_codec_setfmt() local [all...] |
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_cmn.c | 1 // SPDX-License-Identifier: ISC 30 /* basic mux operation - can be optimized on several architectures */ 33 /* modulo inc/dec - assumes x E [0, bound - 1] */ 34 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) 37 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1)) 38 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1)) 42 u16 freq; member 121 wlapi_bmac_ucode_wake_override_phyreg_set(pi->sh->physhim); in wlc_phyreg_enter() 127 wlapi_bmac_ucode_wake_override_phyreg_clear(pi->sh->physhim); in wlc_phyreg_exit() 137 switch (pi->pubpi.phy_type) { in read_radio_reg() [all …]
|
| /linux/kernel/time/ |
| H A D | timekeeping.c | 1 // SPDX-License-Identifier: GPL-2.0 31 #include "tick-internal.h" 67 return ktime_get_aux_ts64(CLOCK_AUX + tkid - TIMEKEEPER_AUX_FIRST, ts); in tk_get_aux_ts64() 72 return tk->id >= TIMEKEEPER_AUX_FIRST && tk->id <= TIMEKEEPER_AUX_LAST; in tk_is_aux() 88 tk->offs_aux = offs; in tk_update_aux_offs() 89 tk->monotonic_to_aux = ktime_to_timespec64(offs); in tk_update_aux_offs() 96 * struct tk_fast - NMI safe timekeeper 109 /* Suspend-time cycles value for halted fast timekeeper. */ 174 * Multigrain timestamps require tracking the latest fine-grained timestamp 175 * that has been issued, and never returning a coarse-grained timestamp that is [all …]
|