| /drivers/pinctrl/mvebu/ |
| A D | pinctrl-kirkwood.c | 19 #define V(f6180, f6190, f6192, f6281, f6282, dx4122, dx1135) \ macro 25 VARIANT_MV88F6180 = V(1, 0, 0, 0, 0, 0, 0), 26 VARIANT_MV88F6190 = V(0, 1, 0, 0, 0, 0, 0), 27 VARIANT_MV88F6192 = V(0, 0, 1, 0, 0, 0, 0), 28 VARIANT_MV88F6281 = V(0, 0, 0, 1, 0, 0, 0), 29 VARIANT_MV88F6282 = V(0, 0, 0, 0, 1, 0, 0), 30 VARIANT_MV98DX4122 = V(0, 0, 0, 0, 0, 1, 0), 31 VARIANT_MV98DX1135 = V(0, 0, 0, 0, 0, 0, 1), 36 MPP_VAR_FUNCTION(0x0, "gpio", NULL, V(1, 1, 1, 1, 1, 1, 1)), 37 MPP_VAR_FUNCTION(0x1, "nand", "io2", V(1, 1, 1, 1, 1, 1, 1)), [all …]
|
| A D | pinctrl-orion.c | 64 #define V(f5181, f5182, f5281) \ macro 68 V_5181 = V(1, 0, 0), 69 V_5182 = V(0, 1, 0), 70 V_5281 = V(0, 0, 1), 71 V_ALL = V(1, 1, 1),
|
| /drivers/media/dvb-frontends/ |
| A D | mb86a16.c | 776 (*(V + 30 + v) > *(V + 30 + v - 1)) && in swp_freq_calcuation() 785 (*(V + 30 + v - 1) > *(V + 30 + v)) && in swp_freq_calcuation() 801 (*(V + 30 + v) > *(V + 30 + v - 2)) && in swp_freq_calcuation() 806 if (*(V + 30 + v) >= *(V + 30 + v - 1)) { in swp_freq_calcuation() 830 (*(V + 30 + v + 1) > *(V + 30 + v)) && in swp_freq_calcuation() 839 (*(V + 30 + v) > *(V + 30 + v + 1)) && in swp_freq_calcuation() 840 (*(V + 30 + v) > *(V + 30 + v + 2)) && in swp_freq_calcuation() 849 (*(V + 30 + v + 1) > *(V + 30 + v)) && in swp_freq_calcuation() 865 (*(V + 30 + v) > *(V + 30 + v + 2)) && in swp_freq_calcuation() 867 (*(V + 30 + v) > *(V + 30 + v + 3)) && in swp_freq_calcuation() [all …]
|
| /drivers/comedi/drivers/tests/ |
| A D | ni_routes_test.c | 29 #define V(x) ((x) | 0x80) macro 118 [x1] = V(x1), [x2] = V(x2), [x3] = V(x3), [x4] = V(x4), \ 119 [x5] = V(x5), [x6] = V(x6), [x7] = V(x7), [x8] = V(x8), \ 120 [x9] = V(x9), 135 [B(NI_RGOUT0)] = {[B(rgout0_src0)] = V(0), 136 [B(rgout0_src1)] = V(1)}, 137 [B(NI_RTSI_BRD(0))] = {[B(brd0_src0)] = V(0), 138 [B(brd0_src1)] = V(1)}, 140 [B(brd1_src1)] = V(1)}, 142 [B(brd2_src1)] = V(1)}, [all …]
|
| /drivers/iommu/riscv/ |
| A D | Kconfig | 2 # RISC-V IOMMU support 5 bool "RISC-V IOMMU Support" 10 Support for implementations of the RISC-V IOMMU architecture that 11 complements the RISC-V MMU capabilities, providing similar address 15 the RISC-V IOMMU architecture. 20 Support for the PCIe implementation of RISC-V IOMMU architecture.
|
| /drivers/hv/ |
| A D | Kconfig | 3 menu "Microsoft Hyper-V guest support" 6 tristate "Microsoft Hyper-V client drivers" 14 Select this option to run Linux as a Hyper-V client operating 46 tristate "Microsoft Hyper-V Utilities driver" 50 Select this option to enable the Hyper-V Utilities. 53 tristate "Microsoft Hyper-V Balloon driver" 57 Select this option to enable Hyper-V Balloon driver. 60 tristate "Microsoft Hyper-V root partition support" 72 partition on Microsoft Hyper-V.
|
| /drivers/cpuidle/ |
| A D | Kconfig.riscv | 3 # RISC-V CPU Idle drivers 7 bool "RISC-V SBI CPU idle Driver" 13 Select this option to enable RISC-V SBI firmware based CPU idle 14 driver for RISC-V systems. This drivers also supports hierarchical
|
| /drivers/gpu/drm/nouveau/ |
| A D | nouveau_bo5039.c | 64 NVDEF(NV5039, SET_SRC_MEMORY_LAYOUT, V, BLOCKLINEAR), in nv50_bo_move_m2mf() 81 NVDEF(NV5039, SET_SRC_MEMORY_LAYOUT, V, PITCH)); in nv50_bo_move_m2mf() 86 NVDEF(NV5039, SET_DST_MEMORY_LAYOUT, V, BLOCKLINEAR), in nv50_bo_move_m2mf() 103 NVDEF(NV5039, SET_DST_MEMORY_LAYOUT, V, PITCH)); in nv50_bo_move_m2mf()
|
| /drivers/net/ethernet/qlogic/qlcnic/ |
| A D | qlcnic_dcb.c | 15 #define QLC_DCB_GET_MAP(V) (1 << V) argument 23 #define QLC_DCB_TSA_SUPPORT(V) (V & 0x1) argument 24 #define QLC_DCB_ETS_SUPPORT(V) ((V >> 1) & 0x1) argument 25 #define QLC_DCB_VERSION_SUPPORT(V) ((V >> 2) & 0xf) argument 26 #define QLC_DCB_MAX_NUM_TC(V) ((V >> 20) & 0xf) argument 27 #define QLC_DCB_MAX_NUM_ETS_TC(V) ((V >> 24) & 0xf) argument 28 #define QLC_DCB_MAX_NUM_PFC_TC(V) ((V >> 28) & 0xf) argument
|
| /drivers/net/hyperv/ |
| A D | Kconfig | 3 tristate "Microsoft Hyper-V virtual network driver" 8 Select this option to enable the Hyper-V virtual network driver.
|
| /drivers/comedi/drivers/ni_routing/ |
| A D | ni_route_values.h | 39 #define V(x) (((x) & 0x7f) | 0x80) macro 43 #define I(x) V(x)
|
| /drivers/net/ethernet/marvell/prestera/ |
| A D | prestera_router_hw.h | 34 #define PRESTERA_IP_ADDR_PLEN(V) ((V) == PRESTERA_IPV4 ? 32 : \ argument
|
| /drivers/platform/x86/amd/ |
| A D | Kconfig | 12 tristate "AMD 3D V-Cache Performance Optimizer Driver" 17 frequencies or larger L3 caches on processors supporting AMD 3D V-Cache
|
| /drivers/perf/ |
| A D | Kconfig | 80 bool "RISC-V PMU framework" 90 bool "RISC-V legacy PMU implementation" 94 implementation on RISC-V based systems. This only allows counting 100 bool "RISC-V PMU based on SBI PMU extension" 104 using SBI PMU extension on RISC-V based systems. This option provides
|
| /drivers/gpu/drm/i915/ |
| A D | i915_vma.h | 442 #define for_each_ggtt_vma(V, OBJ) \ argument 443 list_for_each_entry(V, &(OBJ)->vma.list, obj_link) \ 444 for_each_until(!i915_vma_is_ggtt(V))
|
| /drivers/iommu/arm/ |
| A D | Kconfig | 123 bool "NVIDIA Tegra241 CMDQ-V extension support for ARM SMMUv3" 127 CMDQ-V extension is similar to v3.3 ECMDQ for multi command queues 131 CMDQ-V extension.
|
| /drivers/regulator/ |
| A D | Kconfig | 422 input voltage supply of 2.5V to 5.5V. The output voltage is 611 This driver controls a Analog Devices MAX77503 14V input, 1.5A 651 converters with input voltage range (2.5V to 16V). Say Y here to 697 modes ranging from 0.77V to 1.40V by 0.01V steps. 1222 And DSVP/DSVN is the real Vout range from 4V to 6.5V. 1273 converter that can deliver up to 9A output current from 3V to 6.5V 1295 4.5V to 36V, and the output voltage can be set from 3V to 36V by 1305 from 0.4375V to 1.3875V, per step 12.5mV. 1344 and two ldos. It features wide output voltage range from 0.4V to 2.05V 1384 programmed from 4.5V to 20V. [all …]
|
| /drivers/char/ |
| A D | hpet.c | 57 #define write_counter(V, MC) writeq(V, MC) argument 60 #define write_counter(V, MC) writel(V, MC) argument
|
| /drivers/net/wan/ |
| A D | Kconfig | 185 Support for the FarSync T-Series X.21 (and V.35/V.24) cards by 189 8Mb/s (128K on V.24) using synchronous PPP, Cisco HDLC, raw HDLC,
|
| /drivers/iio/adc/ |
| A D | qcom-pm8xxx-xoadc.c | 241 XOADC_CHAN(125V, 0x00, 0x0d, IIO_VOLTAGE, 1, 1, SCALE_DEFAULT, AMUX_RSV1), 265 XOADC_CHAN(125V, 0x00, 0x0d, IIO_VOLTAGE, 1, 1, SCALE_DEFAULT, AMUX_RSV1), 300 XOADC_CHAN(125V, 0x00, 0x0d, IIO_VOLTAGE, 1, 1, SCALE_DEFAULT, AMUX_RSV1), 325 XOADC_CHAN(125V, 0x00, 0x0d, IIO_VOLTAGE, 1, 1, SCALE_DEFAULT, AMUX_RSV1),
|
| /drivers/gpu/drm/ |
| A D | Kconfig | 400 tristate "DRM Support for Hyper-V synthetic video device" 406 This is a KMS driver for Hyper-V synthetic video device. Choose this 407 option if you would like to enable drm driver for Hyper-V virtual 408 machine. Unselect Hyper-V framebuffer driver (CONFIG_FB_HYPERV) so
|
| /drivers/usb/typec/ |
| A D | Kconfig | 19 5V, up to 20V, and current up to 5A over the cable. The USB Power
|
| /drivers/tty/hvc/ |
| A D | Kconfig | 110 bool "RISC-V SBI console support" 114 This enables support for console output via RISC-V SBI calls, which
|
| /drivers/fpga/ |
| A D | Kconfig | 52 FPGA manager driver support for Arria-V, Cyclone-V, Stratix-V,
|
| /drivers/clocksource/ |
| A D | Kconfig | 654 bool "Timer for the RISC-V platform" if COMPILE_TEST 659 This enables the per-hart timer built into all RISC-V systems, which 661 required for all RISC-V systems. 664 bool "CLINT Timer for the RISC-V platform" if COMPILE_TEST 669 This option enables the CLINT timer for RISC-V systems. The CLINT 670 driver is usually used for NoMMU RISC-V systems.
|