Home
last modified time | relevance | path

Searched refs:per (Results 1 – 25 of 91) sorted by relevance

1234

/drivers/pinctrl/meson/
Dpinctrl-meson.h144 #define BANK_DS(n, f, l, fi, li, per, peb, pr, pb, dr, db, or, ob, ir, ib, \ argument
153 [REG_PULLEN] = { per, peb }, \
162 #define BANK(n, f, l, fi, li, per, peb, pr, pb, dr, db, or, ob, ir, ib) \ argument
163 BANK_DS(n, f, l, fi, li, per, peb, pr, pb, dr, db, or, ob, ir, ib, 0, 0)
/drivers/crypto/allwinner/
DKconfig42 the number of requests per algorithm.
69 the number of requests per flow and per algorithm.
122 the number of requests per flow and per algorithm.
/drivers/crypto/amlogic/
DKconfig25 the number of requests per flow and per algorithm.
/drivers/scsi/mpt3sas/
DKconfig59 gather entries per I/O. The driver default is 128, which matches
62 parameter will reduce memory requirements on a per controller instance.
71 gather entries per I/O. The driver default is 128, which matches
74 parameter will reduce memory requirements on a per controller instance.
/drivers/sh/intc/
DKconfig36 bool "Expose IRQ to per-controller id mapping via debugfs"
40 between system IRQs and the per-controller id tables.
/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c474 u32 per; /* Period in tenths of ns */ local
481 if (dt && sfac <= 9) per = 125;
482 else if (sfac <= 10) per = 250;
483 else if (sfac == 11) per = 303;
484 else if (sfac == 12) per = 500;
485 else per = 40 * sfac;
486 ret = per;
488 kpc = per * clk;
1932 u_char per, u_char wide, u_char div, u_char fak) argument
1988 if (per <= 12) wval |= ULTRA;
[all …]
/drivers/media/pci/ddbridge/
DKconfig35 bool "Enable Message Signaled Interrupts (MSI) per default (EXPERIMENTAL)"
39 Use PCI MSI (Message Signaled Interrupts) per default. Enabling this
/drivers/scsi/aic7xxx/
DKconfig.aic79xx15 int "Maximum number of TCQ commands per device"
19 Specify the number of commands you would like to allocate per SCSI
29 a high number of commands per device may result in memory allocation
DKconfig.aic7xxx20 int "Maximum number of TCQ commands per device"
24 Specify the number of commands you would like to allocate per SCSI
34 a high number of commands per device may result in memory allocation
/drivers/gpu/drm/panel/
DKconfig48 24 bit RGB per pixel. It provides a MIPI DSI interface to
168 24 bit RGB per pixel. It provides a MIPI DSI interface to
180 24 bit per pixel.
190 24 bit RGB per pixel. It provides a MIPI DSI interface to
201 24 bit RGB per pixel. It provides a MIPI DSI interface to
212 24 bit RGB per pixel. It provides a MIPI DSI interface to
223 24 bit RGB per pixel. It provides a MIPI DSI interface to
303 1280x800, and 24 bit per pixel.
482 24 bit RGB per pixel. It provides a dual MIPI DSI interface to
562 24 bit RGB per pixel. It provides a MIPI DSI interface to
/drivers/spmi/
Dspmi-pmic-arb.c465 u8 per = hwirq_to_per(d->hwirq); in qpnpint_spmi_write() local
468 (per << 8) + reg, buf, len)) in qpnpint_spmi_write()
477 u8 per = hwirq_to_per(d->hwirq); in qpnpint_spmi_read() local
480 (per << 8) + reg, buf, len)) in qpnpint_spmi_read()
489 u8 per = ppid & 0xFF; in cleanup_irq() local
495 (per << 8) + QPNPINT_REG_LATCHED_CLR, &irq_mask, 1)) in cleanup_irq()
500 (per << 8) + QPNPINT_REG_EN_CLR, &irq_mask, 1)) in cleanup_irq()
510 u8 per = pmic_arb->apid_data[apid].ppid & 0xFF; in periph_interrupt() local
517 spec_to_hwirq(sid, per, id, apid)); in periph_interrupt()
/drivers/usb/usbip/
DKconfig32 int "Number of ports per USB/IP virtual host controller"
38 host controller driver, this defines number of ports per
/drivers/mtd/ubi/
DKconfig32 int "Maximum expected bad eraseblock count per 1024 eraseblocks"
37 expects on the MTD device (per 1024 eraseblocks). If the underlying
43 expected bad eraseblocks per 1024 eraseblocks then can be calculated
/drivers/staging/vc04_services/bcm2835-audio/
DTODO7 1) Revisit multi-cards options and PCM route mixer control (as per comment
/drivers/clk/imx/
Dclk-imx31.c41 per_div, per, csi, fir, csi_div, usb_div_pre, usb_div_post, fir_div_pre, enumerator
68 clk[per] = imx_clk_mux("per", base + MXC_CCM_CCMR, 24, 1, per_sel, ARRAY_SIZE(per_sel)); in _mx31_clocks_init()
/drivers/mmc/core/
DKconfig48 int "Number of minors per block device"
53 Number of minors per block device. One is needed for every
/drivers/staging/gdm724x/
DKconfig11 It exposes 4 network devices to be used per PDN and 2 tty devices to be
/drivers/staging/unisys/
DTODO9 - enhance debugfs interfaces (e.g., per device, etc.)
/drivers/opp/
DKconfig7 voltage pairs that the device will support per voltage domain. This
/drivers/message/fusion/
DKconfig70 gather entries per I/O. The driver default is 128, which matches
73 on a per controller instance.
/drivers/staging/fwserial/
DKconfig24 int "Maximum number of serial ports supported per adapter"
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dgpc.fuc205 // calculate per-TPC mmio context size
215 // calculate per-UNK mmio context size
441 // per-TPC mmio context
457 // per-UNK mmio context
/drivers/mtd/nand/
DKconfig25 per chunk and detect up to 2 bit errors. While it used to be
/drivers/net/can/softing/
DKconfig14 The API of the card does not allow fine control per bus, but
/drivers/scsi/
Dncr53c8xx.c5282 u_long per; /* Period in tenths of ns */ in ncr_getsync() local
5288 if (sfac <= 10) per = 250; in ncr_getsync()
5289 else if (sfac == 11) per = 303; in ncr_getsync()
5290 else if (sfac == 12) per = 500; in ncr_getsync()
5291 else per = 40 * sfac; in ncr_getsync()
5297 kpc = per * clk; in ncr_getsync()
6521 u_char chg, ofs, per, fak, wide; in ncr_int_sir() local
6708 per = np->msgin[3]; in ncr_int_sir()
6710 if (ofs==0) per=255; in ncr_int_sir()
6724 if (per < np->minsync) in ncr_int_sir()
[all …]

1234