Searched +full:iq +full:- +full:mode +full:- +full:en (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/device-tree/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 …]
|
H A D | adi,admv1013.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
H A D | adi,admv1014.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212phy.h | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 37 #define AR_PHY_FC_TURBO_MODE 0x00000001 /* Set turbo mode bits */ 38 #define AR_PHY_FC_TURBO_SHORT 0x00000002 /* Set short symbols to turbo mode setting */ 39 #define AR_PHY_FC_TURBO_MIMO 0x00000004 /* Set turbo for mimo mode */ 113 #define AR_PHY_AGC_CONTROL_NF 0x00000002 /* do noise-floor calculation */ 158 #define AR_PHY_RX_DELAY 0x9914 /* analog pow-on time (100ns) */ 162 #define AR_PHY_TIMING_CTRL4_IQCORR_Q_Q_COFF 0x01F /* Mask for kcos_theta-1 for q correction */ [all …]
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_rx.c | 1 /*- 2 * Copyright (c) 2015-2021 Mellanox Technologies. All rights reserved. 29 #include <dev/mlx5/mlx5_en/en.h> 44 if (rq->mbuf[ix].mbuf != NULL) in mlx5e_alloc_rx_wqe() 50 return (-ENOMEM); in mlx5e_alloc_rx_wqe() 52 mb->m_len = MLX5E_MAX_RX_BYTES; in mlx5e_alloc_rx_wqe() 53 mb->m_pkthdr.len = MLX5E_MAX_RX_BYTES; in mlx5e_alloc_rx_wqe() 55 for (i = 1; i < rq->nsegs; i++) { in mlx5e_alloc_rx_wqe() 56 if (mb_head->m_pkthdr.len >= rq->wqe_sz) in mlx5e_alloc_rx_wqe() 58 mb = mb->m_next = m_getjcl(M_NOWAIT, MT_DATA, 0, in mlx5e_alloc_rx_wqe() [all …]
|
H A D | mlx5_en_rl.c | 1 /*- 2 * Copyright (c) 2016-2020 Mellanox Technologies. All rights reserved. 29 #include <dev/mlx5/mlx5_en/en.h> 57 void *sqc = param->sqc; in mlx5e_rl_build_sq_param() 59 uint8_t log_sq_size = order_base_2(rl->param.tx_queue_size); in mlx5e_rl_build_sq_param() 63 MLX5_SET(wq, wq, pd, rl->priv->pdn); in mlx5e_rl_build_sq_param() 65 param->wq.linear = 1; in mlx5e_rl_build_sq_param() 72 void *cqc = param->cqc; in mlx5e_rl_build_cq_param() 73 uint8_t log_sq_size = order_base_2(rl->param.tx_queue_size); in mlx5e_rl_build_cq_param() 76 MLX5_SET(cqc, cqc, cq_period, rl->param.tx_coalesce_usecs); in mlx5e_rl_build_cq_param() [all …]
|
H A D | mlx5_en_main.c | 1 /*- 2 * Copyright (c) 2015-2021 Mellanox Technologies. All rights reserved. 32 #include <dev/mlx5/mlx5_en/en.h> 370 struct mlx5_core_dev *mdev = priv->mdev; in mlx5e_update_carrier() 385 priv->media_status_last |= IFM_ACTIVE; in mlx5e_update_carrier() 387 priv->media_status_last &= ~IFM_ACTIVE; in mlx5e_update_carrier() 388 priv->media_active_last = IFM_ETHER; in mlx5e_update_carrier() 389 if_link_state_change(priv->ifp, LINK_STATE_DOWN); in mlx5e_update_carrier() 396 priv->media_active_last = IFM_ETHER; in mlx5e_update_carrier() 397 if_setbaudrate(priv->ifp, 1); in mlx5e_update_carrier() [all …]
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_reset.c | 121 ahp->ah_hwp = HAL_TRUE_CHIP; in ar9300_attach_hw_platform() 196 * Mask used to construct AAD for CCMP-AES in ar9300_init_mfp() 197 * Cisco spec defined bits 0-3 as mask in ar9300_init_mfp() 208 /* Disable en/decrypt by hardware */ in ar9300_init_mfp() 226 centers->ctl_center = centers->ext_center = in ar9300_get_channel_centers() 227 centers->synth_center = ichan->channel; in ar9300_get_channel_centers() 234 * In 20/40 phy mode, the center frequency is in ar9300_get_channel_centers() 238 centers->synth_center = ichan->channel + HT40_CHANNEL_CENTER_SHIFT; in ar9300_get_channel_centers() 241 centers->synth_center = ichan->channel - HT40_CHANNEL_CENTER_SHIFT; in ar9300_get_channel_centers() 242 extoff = -1; in ar9300_get_channel_centers() [all …]
|
/freebsd/share/misc/ |
H A D | pci_vendors | 5 # Date: 2024-11-25 03:15:02 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 14 # (version 2 or higher) or the 3-clause BSD License. 25 # device device_name <-- single tab 26 # subvendor subdevice subsystem_name <-- two tabs 30 # This is a relabelled RTL-8139 31 8139 AT-2500TX V3 Ethernet 41 7a09 PCI-to-PCI Bridge 50 7a19 PCI-to-PCI Bridge 55 7a29 PCI-to-PCI Bridge [all …]
|
H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2024-12-04 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 62 0200 TP-Link 81 120e ASI120MC-S Planetary Camera [all …]
|
/freebsd/sys/dev/mpt/ |
H A D | mpt_cam.c | 1 /*- 5 * SPDX-License-Identifier: BSD-2-Clause AND BSD-3-Clause 30 /*- 63 * Support from LSI-Logic has also gone a great deal toward making this a 66 /*- 185 int mpt_enable_sata_wc = -1; 195 * (or want to) or have RAID physical devices that need CAM pass-thru in mpt_cam_probe() 198 if (mpt->do_cfg_role) { in mpt_cam_probe() 199 role = mpt->cfg_role; in mpt_cam_probe() 201 role = mpt->role; in mpt_cam_probe() [all …]
|