Home
last modified time | relevance | path

Searched refs:B1 (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/isdn/hardware/avm/
DKconfig13 tristate "AVM B1 ISA support"
16 Enable support for the ISA version of the AVM B1 card.
19 tristate "AVM B1 PCI support"
22 Enable support for the PCI version of the AVM B1 card.
25 bool "AVM B1 PCI V4 support"
28 Enable support for the V4 version of AVM B1 PCI card.
38 tristate "AVM B1/M1/M2 PCMCIA support"
41 Enable support for the PCMCIA version of the AVM B1 card.
44 tristate "AVM B1/M1/M2 PCMCIA cs module"
47 Enable the PCMCIA client driver for the AVM B1/M1/M2
/linux-4.19.296/include/memory/
Djedec_ddr.h61 #define B1 0 macro
/linux-4.19.296/include/media/i2c/
Dadv7842.h98 u16 B1; member
/linux-4.19.296/drivers/iio/pressure/
Dbmp280-core.c42 enum { AC1, AC2, AC3, AC4, AC5, AC6, B1, B2, MB, MC, MD }; enumerator
51 s16 B1; member
791 calib->B1 = be16_to_cpu(buf[B1]); in bmp180_read_calib()
879 x2 = (calib->B1 * ((b6 * b6) >> 12)) >> 16; in bmp180_compensate_press()