Searched +full:esync +full:- +full:control (Results 1 – 6 of 6) sorted by relevance
| /linux/Documentation/devicetree/bindings/dpll/ |
| H A D | microchip,zl30731.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Ivan Vecera <ivecera@redhat.com> 15 single-ended inputs and 10 differential or 20 single-ended outputs. 24 - enum: 25 - microchip,zl30731 26 - microchip,zl30732 27 - microchip,zl30733 28 - microchip,zl30734 [all …]
|
| /linux/Documentation/netlink/specs/ |
| H A D | dpll.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 2 --- 8 - 16 - 20 - 23 render-max: true 24 - 26 name: lock-status 31 - 37 - [all …]
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | prop.c | 1 // SPDX-License-Identifier: GPL-2.0-only 16 * zl3073x_pin_check_freq - verify frequency for given pin 62 dev_warn(zldev->dev, in zl3073x_pin_check_freq() 69 * zl3073x_prop_pin_package_label_set - get package label for the pin 78 * REF<n> - differential input reference 79 * REF<n>P & REF<n>N - single-ended input reference (P or N pin) 80 * OUT<n> - differential output 81 * OUT<n>P & OUT<n>N - single-ended output (P or N pin) 110 snprintf(props->package_label, sizeof(props->package_label), "%s%u%s", in zl3073x_prop_pin_package_label_set() 116 props->dpll_props.package_label = props->package_label; in zl3073x_prop_pin_package_label_set() [all …]
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 1 // SPDX-License-Identifier: GPL-2.0 58 * enum ice_dpll_pin_type - enumerate ice pin types: 78 [ICE_DPLL_PIN_TYPE_RCLK_INPUT] = "rclk-input", 80 [ICE_DPLL_PIN_TYPE_TXCLK] = "txclk-input", 93 * ice_dpll_is_sw_pin - check if given pin shall be controlled by SW 98 * Check if the pin shall be controlled by SW - instead of providing raw access 99 * for pin control. For E810 NIC with dpll there is additional MUX-related logic 105 * * true - pin controlled by SW 106 * * false - pin not controlled by SW 110 if (input && pf->hw.device_id == ICE_DEV_ID_E810C_QSFP) in ice_dpll_is_sw_pin() [all …]
|
| /linux/arch/xtensa/kernel/ |
| H A D | entry.S | 2 * Low-level exception handling 8 * Copyright (C) 2004 - 2008 by Tensilica Inc. 17 #include <asm/asm-offsets.h> 22 #include <asm/asm-uaccess.h> 29 #include <variant/tie-asm.h> 34 * 100....0 -> 1 35 * 010....0 -> 2 36 * 000....1 -> WSBITS 42 nsau \bit, \mask # 32-WSBITS ... 31 (32 iff 0) 43 addi \bit, \bit, WSBITS - 32 + 1 # uppest bit set -> return 1 [all …]
|
| /linux/sound/pci/echoaudio/ |
| H A D | echoaudio.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright (C) 2003-2004 Giuliano Pochini <pochini@shiny.it> 28 static const DECLARE_TLV_DB_SCALE(db_scale_output_gain, -12800, 100, 1); 38 if (chip->fw_cache[fw_index]) { in get_firmware() 39 dev_dbg(chip->card->dev, in get_firmware() 42 *fw_entry = chip->fw_cache[fw_index]; in get_firmware() 46 dev_dbg(chip->card->dev, in get_firmware() 49 err = request_firmware(fw_entry, name, &chip->pci->dev); in get_firmware() 51 dev_err(chip->card->dev, in get_firmware() 54 chip->fw_cache[fw_index] = *fw_entry; in get_firmware() [all …]
|