Home
last modified time | relevance | path

Searched refs:or (Results 1 – 25 of 569) sorted by relevance

12345678910>>...23

/drivers/phy/qualcomm/
A Dphy-qcom-qusb2.c535 if (or->imp_res_offset.override) in qusb2_phy_override_phy_params()
540 if (or->bias_ctrl.override) in qusb2_phy_override_phy_params()
545 if (or->charge_ctrl.override) in qusb2_phy_override_phy_params()
550 if (or->hstx_trim.override) in qusb2_phy_override_phy_params()
555 if (or->preemphasis.override) in qusb2_phy_override_phy_params()
572 if (or->hsdisc_trim.override) in qusb2_phy_override_phy_params()
996 struct override_params *or; in qusb2_phy_probe() local
1001 or = &qphy->overrides; in qusb2_phy_probe()
1062 or->bias_ctrl.value = (u8)value; in qusb2_phy_probe()
1063 or->bias_ctrl.override = true; in qusb2_phy_probe()
[all …]
/drivers/gpu/drm/nouveau/dispnv50/
A Dpior507d.c30 pior507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in pior507d_ctrl() argument
37 ctrl |= NVVAL(NV507D, PIOR_SET_CONTROL, HSYNC_POLARITY, asyh->or.nhsync); in pior507d_ctrl()
38 ctrl |= NVVAL(NV507D, PIOR_SET_CONTROL, VSYNC_POLARITY, asyh->or.nvsync); in pior507d_ctrl()
39 ctrl |= NVVAL(NV837D, PIOR_SET_CONTROL, PIXEL_DEPTH, asyh->or.depth); in pior507d_ctrl()
45 PUSH_MTHD(push, NV507D, PIOR_SET_CONTROL(or), ctrl); in pior507d_ctrl()
51 int or) in pior507d_get_caps() argument
A Dsor507d.c30 sor507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sor507d_ctrl() argument
37 ctrl |= NVVAL(NV507D, SOR_SET_CONTROL, HSYNC_POLARITY, asyh->or.nhsync); in sor507d_ctrl()
38 ctrl |= NVVAL(NV507D, SOR_SET_CONTROL, VSYNC_POLARITY, asyh->or.nvsync); in sor507d_ctrl()
39 ctrl |= NVVAL(NV837D, SOR_SET_CONTROL, PIXEL_DEPTH, asyh->or.depth); in sor507d_ctrl()
45 PUSH_MTHD(push, NV507D, SOR_SET_CONTROL(or), ctrl); in sor507d_ctrl()
50 sor507d_get_caps(struct nv50_disp *core, struct nouveau_encoder *outp, int or) in sor507d_get_caps() argument
A Ddac507d.c29 dac507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in dac507d_ctrl() argument
37 sync |= NVVAL(NV507D, DAC_SET_POLARITY, HSYNC, asyh->or.nhsync); in dac507d_ctrl()
38 sync |= NVVAL(NV507D, DAC_SET_POLARITY, VSYNC, asyh->or.nvsync); in dac507d_ctrl()
44 PUSH_MTHD(push, NV507D, DAC_SET_CONTROL(or), ctrl, in dac507d_ctrl()
45 DAC_SET_POLARITY(or), sync); in dac507d_ctrl()
A Dsorc37d.c29 sorc37d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sorc37d_ctrl() argument
38 PUSH_MTHD(push, NVC37D, SOR_SET_CONTROL(or), ctrl); in sorc37d_ctrl()
43 sorc37d_get_caps(struct nv50_disp *disp, struct nouveau_encoder *outp, int or) in sorc37d_get_caps() argument
45 u32 tmp = nvif_rd32(&disp->caps, 0x000144 + (or * 8)); in sorc37d_get_caps()
A Dsor907d.c32 sor907d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sor907d_ctrl() argument
41 PUSH_MTHD(push, NV907D, SOR_SET_CONTROL(or), ctrl); in sor907d_ctrl()
46 sor907d_get_caps(struct nv50_disp *disp, struct nouveau_encoder *outp, int or) in sor907d_get_caps() argument
49 const int off = or * 2; in sor907d_get_caps()
/drivers/accessibility/speakup/
A DKconfig19 Dectalk express, Doubletalk, Doubletalk LT or
24 Speakup can either be built in or compiled as a module
25 by answering y or m. If you answer y here, then you
26 must answer either y or m to at least one of the
56 or m to build it as a module. See the configuration
80 You can say y to build it into the kernel, or m to
107 kernel, or m to build it as a module. See the
141 kernel, or m to build it as a module. See the
152 kernel, or m to build it as a module. See the
162 kernel, or m to build it as a module. See the
[all …]
/drivers/usb/gadget/udc/
A DKconfig42 Say "y" to link the driver statically, or "m" to build a
54 Say "y" to link the driver statically, or "m" to build a
88 Say "y" to link the driver statically, or "m" to build a
101 Say "y" to link the driver statically, or "m" to build a
122 Say "y" to link the driver statically, or "m" to build a
127 tristate "PXA 25x or IXP 4xx"
238 by selecting USB_DWC2 or USB_DWC3 options.
303 controllers having QE or CPM2, given minor tweaks.
379 endpoints(bulk or interrupt or isochronous), as well as
436 like those from NET2280, PXA2xx, or SA1100 hardware.
[all …]
/drivers/usb/dwc3/
A DKconfig66 Say 'Y' or 'M' here if you have one such device
83 platform), please say 'Y' or 'M' here.
91 platform, please say 'Y' or 'M' here.
110 Say 'Y' or 'M' if you have one such device.
119 Say 'Y' or 'M' if you have one such device.
128 Say 'Y' or 'M' if you have one such device.
141 Say 'Y' or 'M' if you have one such device.
151 Say 'Y' or 'M' if you have one such device.
160 Say 'Y' or 'M' if you have one such device.
189 or dual-role mode.
[all …]
/drivers/mmc/host/
A DKconfig63 say Y or M here.
352 platform with SD or MMC devices, say Y or M here.
464 If you have a BCM2835 or IPROC platform with SD or MMC devices,
465 say Y or M here.
541 say Y or M here.
551 say Y or M here.
589 say Y or M here.
774 say Y or M here.
786 or builtin eMMC chip say Y or M here. If built as a module
902 say Y or M here.
[all …]
/drivers/usb/gadget/legacy/
A DKconfig20 # A gadget driver implements one or more USB functions using
62 Say "y" to link the driver statically, or "m" to build a
97 Say "y" to link the driver statically, or "m" to build a
150 Say "y" to link the driver statically, or "m" to build a
234 Say "y" to link the driver statically, or "m" to build
271 specified as a module parameter or sysfs option.
276 Say "y" to link the driver statically, or "m" to build
341 the device file to get or set printer status.
387 a kernel for N900, say Y or M here. If unsure, say N.
414 and/or CDC Ethernet), mass storage and ACM serial link
[all …]
/drivers/usb/typec/
A DKconfig26 machines that need to be implemented in either software or firmware.
36 control (a driver) to function, or 2) if you need to be able to read
37 the status of the USB Type-C ports in your system, or 3) if you need
38 to be able to swap the power role (decide are you supplying or
39 consuming power over the cable) or data role (host or device) when
61 Say Y or M here if your system has Analogix ANX7411 Type-C DRP Port
74 Say Y or M here if your system has Richtek RT1719 sink only
85 Say Y or M here if your system has TI HD3SS3220 Type-C DRP Port
97 Say Y or M here if your system has STMicroelectronics STUSB160x
108 Say Y or M here if your system has a WUSB3801 Type-C port controller.
/drivers/watchdog/
A Drc32434_wdt.c68 #define SET_BITS(addr, or, nand) \ argument
69 writel((readl(&addr) | or) & ~nand, &addr)
89 u32 or, nand; in rc32434_wdt_start() local
99 or = 1 << RC32434_ERR_WRE; in rc32434_wdt_start()
104 SET_BITS(wdt_reg->errcs, or, nand); in rc32434_wdt_start()
111 or = 1 << RC32434_WTC_EN; in rc32434_wdt_start()
113 SET_BITS(wdt_reg->wtc, or, nand); in rc32434_wdt_start()
/drivers/scsi/aic7xxx/
A Daic7xxx.seq114 or SEQ_FLAGS2, SCB_DMA;
219 or SAVED_SCSIID, A;
345 or SAVED_SCSIID, A;
372 or SINDEX, SELBUSB;
386 or SINDEX, TEMODE;
398 or SXFRCTL0, FAST20;
419 or SXFRCTL0, SPIOEN;
1887 or SEQ_FLAGS, 0x1;
1891 or SEQ_FLAGS, 0x2;
1909 or SEQ_FLAGS, 0x4;
[all …]
A Daic79xx.seq645 or SXFRCTL0, SPIOEN;
648 or SAVED_SCSIID, A;
835 or SXFRCTL0, SPIOEN;
1115 or SEQ_FLAGS, 0x80;
1120 or SEQ_FLAGS, 0x1;
1124 or SEQ_FLAGS, 0x2;
1147 or SEQ_FLAGS, 0x10;
1583 or SINDEX, LAST_SEG;
1609 or REG_ISR, LAST_SEG;
1895 or DFCNTRL, SCSIEN;
[all …]
/drivers/bluetooth/
A DKconfig36 kernel or say M to compile it as module (btusb).
102 kernel or say M to compile it as module (btsdio).
118 kernel or say M to compile it as module (hci_uart).
299 kernel or say M to compile it as module (bcm203x).
322 kernel or say M to compile it as module (bpa10x).
335 kernel or say M to compile it as module (bfusb).
396 into the kernel or say M to compile it as module.
411 into the kernel or say M to compile it as module.
462 kernel or say M to compile as a module.
472 kernel or say M to compile as a module.
[all …]
/drivers/input/tablet/
A DKconfig22 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
34 Aiptek 8000U or Genius G-PEN 560 tablet. Make sure to say Y to
35 "Mouse support" (CONFIG_INPUT_MOUSEDEV) and/or "Event interface
59 (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
74 IRISnotes Express or
85 E.g. serial versions of the Cintiq, Graphire or Penpartner.
/drivers/media/pci/ttpci/
A DKconfig9 (so called Budget- or Nova-PCI cards) without onboard
30 or Nova-PCI cards) without onboard MPEG2 decoder, and without
31 analog inputs or an onboard Common Interface connector.
54 (so called Budget- or Nova-PCI cards) without onboard
80 (so called Budget- or Nova-PCI cards) without onboard
81 MPEG2 decoder, but with one or more analog video inputs.
/drivers/net/plip/
A DKconfig11 reasonably fast mini network consisting of two (or, rarely, more)
20 with "null printer" or "Turbo Laplink" cables which can transmit 4
21 bits at a time (mode 0) or with special PLIP cables, to be used on
28 and winsock or NCSA's telnet.
38 will be called plip. If unsure, say Y or M, in case you buy
/drivers/gpu/drm/nouveau/nvif/
A Doutp.c298 outp->or.id = -1; in nvif_outp_release()
313 outp->or.id = args->or; in nvif_outp_acquire()
314 outp->or.link = args->link; in nvif_outp_acquire()
325 NVIF_ERRON(ret, &outp->object, "[ACQUIRE PIOR] or:%d", args.or); in nvif_outp_acquire_pior()
338 NVIF_ERRON(ret, &outp->object, "[ACQUIRE SOR] or:%d link:%d", args.or, args.link); in nvif_outp_acquire_sor()
349 NVIF_ERRON(ret, &outp->object, "[ACQUIRE DAC] or:%d", args.or); in nvif_outp_acquire_dac()
368 outp->or.id = args->or; in nvif_outp_inherit()
369 outp->or.link = args->link; in nvif_outp_inherit()
554 outp->or.id = -1; in nvif_outp_ctor()
/drivers/pinctrl/meson/
A Dpinctrl-meson.h146 #define BANK_DS(n, f, l, fi, li, per, peb, pr, pb, dr, db, or, ob, ir, ib, \ argument
158 [MESON_REG_OUT] = { or, ob }, \
164 #define BANK(n, f, l, fi, li, per, peb, pr, pb, dr, db, or, ob, ir, ib) \ argument
165 BANK_DS(n, f, l, fi, li, per, peb, pr, pb, dr, db, or, ob, ir, ib, 0, 0)
/drivers/scsi/smartpqi/
A DKconfig10 # This program is free software; you can redistribute it and/or
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 # the risks and costs of program errors, damage to or loss of data,
29 # programs or equipment, and unavailability or interruption of operations.
/drivers/media/radio/
A DKconfig190 set of speakers or headphones.
250 hex "Aztech/Packard Bell I/O port (0x350 or 0x358)"
270 tristate "GemTek Radio card (or compatible) support"
277 GemTek Radio tuner or are rebranded GemTek Radio cards:
296 port is 0x20c, 0x248 or 0x28c.
370 hex "RadioTrack II i/o port (0x20c or 0x30c)"
378 hex "RadioTrack i/o port (0x20f or 0x30f)"
438 hex "Trust i/o port (usually 0x350 or 0x358)"
443 values "0x350" or "0x358".
474 hex "Typhoon I/O port (0x316 or 0x336)"
[all …]
/drivers/usb/gadget/
A DKconfig59 either create new failure modes or remove the one you're
73 either create new failure modes or remove the one you're
86 here. If in doubt, or to conserve kernel memory, say "N".
95 troubleshooting or bringing up a driver on a new board.
96 Enable these files by choosing "Y" here. If in doubt, or
105 configured, perhaps to operate circuitry or to recharge
107 such as an AC adapter or batteries.
257 MS-Windows hosts or with the Linux-USB "cdc-acm" driver.
354 specified as a module parameter or sysfs option.
489 receive or send printer data. It can use ioctl calls to
[all …]
/drivers/net/hippi/
A DKconfig11 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI
12 can run over copper (25m) or fiber (300m on multi-mode or 10km on
37 kernel code or by user space programs. Say Y here only if you have

Completed in 51 milliseconds

12345678910>>...23