Home
last modified time | relevance | path

Searched refs:T1 (Results 1 – 19 of 19) sorted by relevance

/drivers/block/drbd/
A Ddrbd_state.h40 #define NS2(T1, S1, T2, S2) \ argument
41 ({ union drbd_state mask; mask.i = 0; mask.T1 = T1##_MASK; \
43 ({ union drbd_state val; val.i = 0; val.T1 = (S1); \
45 #define NS3(T1, S1, T2, S2, T3, S3) \ argument
46 ({ union drbd_state mask; mask.i = 0; mask.T1 = T1##_MASK; \
48 ({ union drbd_state val; val.i = 0; val.T1 = (S1); \
53 #define _NS2(D, T1, S1, T2, S2) \ argument
54 D, ({ union drbd_state __ns; __ns = drbd_read_state(D); __ns.T1 = (S1); \
56 #define _NS3(D, T1, S1, T2, S2, T3, S3) \ argument
57 D, ({ union drbd_state __ns; __ns = drbd_read_state(D); __ns.T1 = (S1); \
/drivers/clk/baikal-t1/
A DKconfig3 bool "Baikal-T1 Clocks Control Unit interface"
7 Clocks Control Unit is the core of Baikal-T1 SoC System Controller
13 to select Baikal-T1 CCU PLLs and Dividers drivers.
18 bool "Baikal-T1 CCU PLLs support"
22 Enable this to support the PLLs embedded into the Baikal-T1 SoC
31 bool "Baikal-T1 CCU Dividers support"
36 between AXI-bus and system devices coming from CCU PLLs of Baikal-T1
42 bool "Baikal-T1 CCU Resets support"
/drivers/net/wan/framer/
A DKconfig9 A framer is a component in charge of an E1/T1 line interface.
10 Connected usually to a TDM bus, it converts TDM frames to/from E1/T1
11 frames. It also provides information related to the E1/T1 line.
12 Used with HDLC, the network can be reached through the E1/T1 line.
34 The PEF2256 is a framer and line interface between analog E1/T1/J1
/drivers/bus/
A DKconfig42 bool "Baikal-T1 APB-bus driver"
46 Baikal-T1 AXI-APB bridge is used to access the SoC subsystem CSRs.
57 bool "Baikal-T1 AXI-bus driver"
63 Baikal-T1 SoC. Traffic arbitration is done by means of DW AMBA 3 AXI
/drivers/iio/pressure/
A Dbmp280.h376 u16 T1; member
398 u16 T1; member
A Dbmp280-core.c127 enum { T1, T2, T3, P1, P2, P3, P4, P5, P6, P7, P8, P9 }; enumerator
333 calib->T1 = le16_to_cpu(data->bmp280_cal_buf[T1]); in bmp280_read_calib()
481 var1 = (((((s32)adc_temp) >> 3) - ((s32)calib->T1 << 1)) * in bmp280_calc_t_fine()
483 var2 = (((((((s32)adc_temp) >> 4) - ((s32)calib->T1)) * in bmp280_calc_t_fine()
484 ((((s32)adc_temp >> 4) - ((s32)calib->T1))) >> 12) * in bmp280_calc_t_fine()
1470 var1 = ((s64) adc_temp) - (((s64) calib->T1) << 8); in bmp380_calc_t_fine()
1627 calib->T1 = get_unaligned_le16(&data->bmp380_cal_buf[BMP380_T1]); in bmp380_read_calib()
/drivers/net/phy/
A DKconfig265 Support for the Marvell 88Q2XXX 100/1000BASE-T1 Automotive Ethernet
315 tristate "Microchip T1 PHYs"
324 Currently supports LAN887X T1 PHY
442 tristate "Texas Instruments DP83TG720 Ethernet 1000Base-T1 PHY"
/drivers/net/wan/
A Dfarsync.h193 #define T1 5 macro
A Dfarsync.c1640 if (info->framing == T1) in set_conf_from_info()
1825 FST_WRW(card, portConfig[i].lineInterface, T1); in fst_set_iface()
1826 port->hwif = T1; in fst_set_iface()
1872 case T1: in fst_get_iface()
A DKconfig230 in T1 or E1 mode.
/drivers/memory/
A DKconfig68 bool "Baikal-T1 CM2 L2-RAM Cache Control Block"
72 Baikal-T1 CPU is based on the MIPS P5600 Warrior IP-core. The CPU
/drivers/mtd/maps/
A DKconfig79 bool "Baikal-T1 Boot ROMs OF-based physical memory map handling"
86 This provides some extra DT physmap parsing for the Baikal-T1
/drivers/pci/controller/dwc/
A DKconfig87 tristate "Baikal-T1 PCIe controller"
92 Enables support for the PCIe controller in the Baikal-T1 SoC to work
/drivers/pinctrl/aspeed/
A Dpinctrl-aspeed-g5.c700 #define T1 89 macro
702 SIG_EXPR_LIST_DECL_SINGLE(T1, VPIDE, VPI24, VPI_24_RSVD_DESC, T1_DESC, COND2);
703 SIG_EXPR_LIST_DECL_SINGLE(T1, NDCD1, NDCD1, T1_DESC, COND2);
704 PIN_DECL_2(T1, GPIOL1, VPIDE, NDCD1);
705 FUNC_GROUP_DECL(NDCD1, T1);
929 FUNC_GROUP_DECL(VPI24, T1, U2, P4, P3, Y1, AB2, AA1, Y2, AA2, P5, R5, T5, V3,
2086 ASPEED_PINCTRL_PIN(T1),
A Dpinctrl-aspeed-g4.c636 #define T1 79 macro
637 SSSF_PIN_DECL(T1, GPIOJ7, DDCDAT, SIG_DESC_SET(SCU84, 15));
2085 ASPEED_PINCTRL_PIN(T1),
2458 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_PULL_DOWN, J5, T1, SCU8C, 25),
2459 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_DISABLE, J5, T1, SCU8C, 25),
/drivers/spi/
A DKconfig359 tristate "Baikal-T1 SPI driver for DW SPI core"
363 Baikal-T1 SoC is equipped with three DW APB SSI-based MMIO SPI
366 part of the Baikal-T1 System Boot Controller has got a very
373 bool "Directly mapped Baikal-T1 Boot SPI flash support"
377 Baikal-T1 System Boot Controller. It is a 16MB MMIO region, which
/drivers/net/ppp/
A DKconfig206 are often used for high-speed leased lines like T1/E1.
/drivers/tty/
A Dn_gsm.c80 #define T1 10 /* 100mS */ macro
91 #define T1 100 macro
3305 gsm->t1 = T1; in gsm_alloc_mux()
/drivers/hwmon/
A DKconfig461 tristate "Baikal-T1 Process, Voltage, Temperature sensor driver"
465 If you say yes here you get support for Baikal-T1 PVT sensor
472 bool "Enable Baikal-T1 PVT sensor alarms"
475 Baikal-T1 PVT IP-block provides threshold registers for each

Completed in 60 milliseconds