Home
last modified time | relevance | path

Searched refs:Gb (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/iio/temperature/
H A Dmlx90635.c288 static int mlx90635_read_ee_ambient(struct regmap *regmap, s16 *PG, s16 *PO, s16 *Gb) in mlx90635_read_ee_ambient() argument
306 *Gb = (u16)read_tmp; in mlx90635_read_ee_ambient()
312 s16 *Ga, s16 *Gb, s16 *Ha, s16 *Hb, u16 *Fa_scale) in mlx90635_read_ee_object() argument
347 *Gb = (s16)read_tmp; in mlx90635_read_ee_object()
475 s16 ambient_old_raw, s16 Gb) in mlx90635_preprocess_temp_amb() argument
479 kGb = ((s64)Gb * 1000LL) >> 10ULL; in mlx90635_preprocess_temp_amb()
491 s16 ambient_old_raw, s16 Gb) in mlx90635_preprocess_temp_obj() argument
495 kGb = ((s64)Gb * 1000LL) >> 10ULL; in mlx90635_preprocess_temp_obj()
507 u16 P_G, u16 P_O, s16 Gb) in mlx90635_calc_temp_ambient() argument
512 Gb); in mlx90635_calc_temp_ambient()
[all …]
H A Dmlx90632.c669 s16 ambient_old_raw, s16 Gb) in mlx90632_preprocess_temp_amb() argument
673 kGb = ((s64)Gb * 1000LL) >> 10ULL; in mlx90632_preprocess_temp_amb()
716 s32 P_T, s32 P_R, s32 P_G, s32 P_O, s16 Gb) in mlx90632_calc_temp_ambient() argument
721 Gb); in mlx90632_calc_temp_ambient()
819 s16 Ha, Hb, Gb, Ka; in mlx90632_calc_object_dsp105() local
848 Gb = (s16)read_tmp; in mlx90632_calc_object_dsp105()
869 ambient_old_raw, Gb); in mlx90632_calc_object_dsp105()
881 ambient_old_raw, Gb); in mlx90632_calc_object_dsp105()
898 s16 Gb; in mlx90632_calc_ambient_dsp105() local
915 Gb = (s16)read_tmp; in mlx90632_calc_ambient_dsp105()
[all …]
/linux/drivers/net/ethernet/brocade/bna/
H A DKconfig7 tristate "QLogic BR-series 1010/1020/1860 10Gb Ethernet Driver support"
10 This driver supports QLogic BR-series 1010/1020/1860 10Gb CEE capable
/linux/drivers/net/ethernet/qlogic/
H A DKconfig30 tristate "QLOGIC QLCNIC 1/10Gb Converged Ethernet NIC Support"
77 tristate "QLogic QED 25/40/100Gb core driver"
90 bool "QLogic QED 25/40/100Gb SR-IOV support"
100 tristate "QLogic QED 25/40/100Gb Ethernet NIC"
/linux/Documentation/devicetree/bindings/net/
H A Dkeystone-netcp.txt13 includes a 3-port Ethernet switch sub-module capable of 10Gb/s and 1Gb/s rates
65 1Gb/10Gb (gbe/xgbe) ethernet switch sub-module specifications.
67 - label: Must be "netcp-gbe" for 1Gb & "netcp-xgbe" for 10Gb.
103 - 10Gb mac<->phy mode : 10
104 - 10Gb mac<->mac forced mode : 11
/linux/drivers/scsi/mvsas/
H A DKconfig16 This driver supports Marvell's SAS/SATA 3Gb/s PCI-E 88SE64XX and 6Gb/s
/linux/drivers/phy/samsung/
H A DKconfig105 Exynos5250 based SoCs.This SerDes/Phy supports SATA 1.5 Gb/s,
106 SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host
/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt51 00: ADD Eb,Gb
53 02: ADD Gb,Eb
59 08: OR Eb,Gb
61 0a: OR Gb,Eb
68 10: ADC Eb,Gb
70 12: ADC Gb,Eb
76 18: SBB Eb,Gb
78 1a: SBB Gb,Eb
85 20: AND Eb,Gb
87 22: AND Gb,Eb
[all …]
/linux/arch/x86/lib/
H A Dx86-opcode-map.txt51 00: ADD Eb,Gb
53 02: ADD Gb,Eb
59 08: OR Eb,Gb
61 0a: OR Gb,Eb
68 10: ADC Eb,Gb
70 12: ADC Gb,Eb
76 18: SBB Eb,Gb
78 1a: SBB Gb,Eb
85 20: AND Eb,Gb
87 22: AND Gb,Eb
[all …]
/linux/drivers/net/phy/mediatek/
H A DKconfig3 tristate "MediaTek 2.5Gb Ethernet PHYs"
7 Supports MediaTek SoC built-in 2.5Gb Ethernet PHYs.
/linux/drivers/scsi/qedi/
H A DKconfig3 tristate "QLogic QEDI 25/40/100Gb iSCSI Initiator Driver Support"
/linux/drivers/scsi/qedf/
H A DKconfig3 tristate "QLogic QEDF 25/40/100Gb FCoE Initiator Driver Support"
/linux/drivers/scsi/aic94xx/
H A DKconfig15 This driver supports Adaptec's SAS/SATA 3Gb/s 64 bit PCI-X
/linux/drivers/scsi/csiostor/
H A DKconfig9 Chelsio T4-based 10Gb Converged Network Adapters.
/linux/Documentation/networking/device_drivers/ethernet/chelsio/
H A Dcxgb.rst5 Chelsio N210 10Gb Ethernet Network Controller
27 This document describes the Linux driver for Chelsio 10Gb Ethernet Network
29 compatible with the Chelsio N110 model 10Gb NICs.
185 At 10Gb speeds, use the following formula::
341 is handling 10Gb networking can switch between CPUs causing degraded
354 If you are developing an application designed for 10Gb networking,
/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-r16-nintendo-nes-classic.dts35 /* 2Gb Macronix MX30LF2G18AC (3V) */
/linux/drivers/media/usb/gspca/
H A Dspca561.c649 __u8 R, Gr, Gb, B; in do_autogain() local
670 Gb = gspca_dev->usb_buf[0]; in do_autogain()
671 y = (77 * R + 75 * (Gr + Gb) + 29 * B) >> 8; in do_autogain()
/linux/Documentation/i2c/busses/
H A Di2c-nforce2.rst9 * nForce3 250Gb MCP 10de:00E4
/linux/Documentation/networking/device_drivers/ethernet/amd/
H A Dpds_core.rst24 pds_core 0000:b5:00.0: 252.048 Gb/s available PCIe bandwidth (16.0 GT/s PCIe x16 link)
26 pds_core 0000:b6:00.0: 252.048 Gb/s available PCIe bandwidth (16.0 GT/s PCIe x16 link)
/linux/arch/arm/boot/dts/marvell/
H A Darmada-385-clearfog-gtr.dtsi46 43 - Micron L-PBGA 24 ball SPI (1Gb) CS, or TPM SPI CS
58 56(mosi),57(clk),58(miso) - SPI interface - 32Mb SPI, 1Gb SPI and TPM
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-image-source.rst86 Bayer channels. The gains are always in the order B, Gb, Gr and R,
/linux/drivers/scsi/mpt3sas/
H A DKconfig50 This driver supports PCI-Express SAS 12Gb/s Host Adapters.
/linux/drivers/platform/mellanox/
H A DKconfig25 enable seamless connectivity to 56/100Gb/s InfiniBand or 10/40/56GbE
/linux/Documentation/scsi/
H A DChangeLog.megaraid_sas50 6. Add support for MegaRAID Fury (device ID-0x005f) 12Gb/s controllers.
52 8. Set IoFlags to enable Fast Path for JBODs for Invader/Fury(12 Gb/s)
54 9. Add support for Extended MSI-x vectors for Invader and Fury(12Gb/s
/linux/arch/powerpc/boot/dts/
H A Dbluestone.dts196 /* 2Gb Nand Flash */

12