Searched +full:lo +full:- +full:buff +full:- +full:en (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/frequency/ |
H A D | adi,adrf6780.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Antoniu Miclaus <antoniu.miclaus@analog.com> 16 https://www.analog.com/en/products/adrf6780.html 21 - adi,adrf6780 26 spi-max-frequency: 34 clock-names: 36 - const: lo_in 38 clock-output-names: [all …]
|
/linux/drivers/iio/frequency/ |
H A D | adrf6780.c | 1 // SPDX-License-Identifier: GPL-2.0-only 97 st->data[0] = 0x80 | (reg << 1); in __adrf6780_spi_read() 98 st->data[1] = 0x0; in __adrf6780_spi_read() 99 st->data[2] = 0x0; in __adrf6780_spi_read() 101 t.rx_buf = &st->data[0]; in __adrf6780_spi_read() 102 t.tx_buf = &st->data[0]; in __adrf6780_spi_read() 105 ret = spi_sync_transfer(st->spi, &t, 1); in __adrf6780_spi_read() 109 *val = (get_unaligned_be24(&st->data[0]) >> 1) & GENMASK(15, 0); in __adrf6780_spi_read() 119 mutex_lock(&st->lock); in adrf6780_spi_read() 121 mutex_unlock(&st->lock); in adrf6780_spi_read() [all …]
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | coex.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* Copyright(c) 2019-2020 Realtek Corporation 235 #define RTW89_DEFAULT_BTC_VER_IDX (ARRAY_SIZE(rtw89_btc_ver_defs) - 1) 457 /* TDMA off + pri: WL_Hi-Tx > BT_Hi_Rx, BT_Hi > WL > BT_Lo */ 460 /* TDMA off + pri: WL_Hi-Tx > BT, BT_Hi > other-WL > BT_Lo */ 463 /* TDMA off + pri: WL_Hi-Tx = BT */ 466 /* TDMA off + pri: WL > BT, Block-BT*/ 469 /* TDMA off+Bcn-Protect + pri: WL_Hi-Tx > BT_Hi_Rx, BT_Hi > WL > BT_Lo*/ 472 /* TDMA off + Ext-Ctrl + pri: default */ 475 /* TDMA off + Ext-Ctrl + pri: E2G-slot block all BT */ [all …]
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-mac.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright(c) 2003 - 2011 Intel Corporation. All rights reserved. 11 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 22 #include <linux/dma-mapping.h> 71 if (!test_bit(S_EXIT_PENDING, &il->status)) in il4965_check_abort_status() 72 queue_work(il->workqueue, &il->tx_flush); in il4965_check_abort_status() 89 spin_lock_irqsave(&rxq->lock, flags); in il4965_rx_queue_reset() 90 INIT_LIST_HEAD(&rxq->rx_free); in il4965_rx_queue_reset() 91 INIT_LIST_HEAD(&rxq->rx_used); in il4965_rx_queue_reset() 96 if (rxq->pool[i].page != NULL) { in il4965_rx_queue_reset() [all …]
|