Home
last modified time | relevance | path

Searched refs:W (Results 1 – 22 of 22) sorted by relevance

/drivers/atm/
DKconfig85 when going from 8W to 16W bursts.
88 bool "Enable 16W TX bursts (discouraged)"
95 bool "Enable 8W TX bursts (recommended)"
102 bool "Enable 4W TX bursts (optional)"
106 this if you have disabled 8W bursts. Enabling 4W if 8W is also set
110 bool "Enable 2W TX bursts (optional)"
114 this if you have disabled 4W and 8W bursts. Enabling 2W if 4W or 8W
118 bool "Enable 16W RX bursts (discouraged)"
125 bool "Enable 8W RX bursts (discouraged)"
133 bool "Enable 4W RX bursts (recommended)"
[all …]
/drivers/gpu/drm/vc4/
Dvc4_drv.h86 #define _wait_for(COND, MS, W) ({ \ argument
95 if (W && drm_can_sleep()) { \
96 msleep(W); \
/drivers/gpu/drm/i915/
Di915_cmd_parser.c108 #define W CMD_DESC_REGISTER macro
122 CMD( MI_LOAD_REGISTER_IMM(1), SMI, !F, 0xFF, W,
124 CMD( MI_STORE_REGISTER_MEM, SMI, F, 3, W | B,
131 CMD( MI_LOAD_REGISTER_MEM, SMI, F, 3, W | B,
378 CMD( MI_LOAD_REGISTER_IMM(1), SMI, !F, 0xFF, W,
381 CMD( MI_STORE_REGISTER_MEM_GEN8, SMI, F, 4, W,
384 CMD( MI_LOAD_REGISTER_MEM_GEN8, SMI, F, 4, W,
386 CMD( MI_LOAD_REGISTER_REG, SMI, !F, 0xFF, W,
409 #undef W
Dintel_drv.h48 #define _wait_for(COND, MS, W) ({ \ argument
57 if ((W) && drm_can_sleep()) { \
58 usleep_range((W)*1000, (W)*2000); \
Di915_gem.c2215 #define _wait_for_us(COND, US, W) ({ \ argument
2228 usleep_range((W), (W)*2); \
/drivers/gpu/drm/gma500/
Dintel_gmbus.c38 #define _wait_for(COND, MS, W) ({ \ argument
46 if (W && !(in_atomic() || in_dbg_master())) msleep(W); \
Dcdv_intel_display.c122 #define _wait_for(COND, MS, W) ({ \ argument
130 if (W && !in_dbg_master()) \
131 msleep(W); \
Dcdv_intel_dp.c235 #define _wait_for(COND, MS, W) ({ \ argument
243 if (W && !in_dbg_master()) msleep(W); \
/drivers/gpu/drm/i2c/
DKconfig8 Support for the Analog Device ADV7511(W) and ADV7513 HDMI encoders.
/drivers/net/wireless/ath/ath9k/
Dmci.h117 u8 W; /* Voice: Wvoice, HID: Sniff timeout, in slots */ member
/drivers/net/wireless/
DKconfig230 SMC 2635W
235 SMC 2602W V2 EU
/drivers/s390/char/
Ddefkeymap.map106 keycode 102 = Atilde W
/drivers/usb/serial/
DKconfig366 bool "USB Keyspan USA-19W Firmware"
369 Say Y here to include firmware for the USA-19W converter.
384 bool "USB Keyspan USA-49W Firmware"
387 Say Y here to include firmware for the USA-49W converter.
/drivers/iommu/
DKconfig251 processor family. This enables H/W multimedia accelerators to see
/drivers/eisa/
Deisa.ids879 ISA9103 "QUADEMS+ W/IO"
1042 ISAD800 "AMI SMART PACK 2 W/ PAL 5.1"
1043 ISAD801 "AMI SMART PACK 2 W/ PAL 6.1"
1044 ISAD802 "AMI SMART PACK 2 W/ PAL 6.2"
/drivers/mtd/
DKconfig286 This enables EXPERIMENTAL R/W support for SmartMedia/xD
/drivers/net/wan/
Dfarsync.c503 #define FST_WRW(C,E,W) writew ((W), (C)->mem + WIN_OFFSET(E)) argument
/drivers/block/
DKconfig430 If enabled, write caching will be set for the CD-R/W device. For now
/drivers/hid/
DKconfig141 Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes.
/drivers/scsi/aic7xxx/
Daic7xxx.reg820 * Host Control (p. 3-47) R/W
/drivers/scsi/
DKconfig868 tristate "Initio 9100U(W) support"
871 This is support for the Initio 91XXU(W) SCSI host adapter. Please
/drivers/mfd/
DKconfig1001 bool "System Controller Register R/W Based on Regmap"