Home
last modified time | relevance | path

Searched refs:lines (Results 251 – 275 of 1245) sorted by relevance

1...<<11121314151617181920>>...50

/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dbrcm,bcm6345-l1-intc.txt4 directly to one of the HW INT lines on each CPU.
8 - 32, 64 or 128 incoming level IRQ lines
/openbmc/qemu/configs/devices/or1k-softmmu/
H A Ddefault.mak3 # Uncomment the following lines to disable these optional devices:
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_simple/files/
H A Dima_policy_simple2 # (policy with one line works, two lines don't).
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/
H A Dhosts3 # The following lines are desirable for IPv6 capable hosts
/openbmc/linux/drivers/video/fbdev/
H A Datafb.c1296 int lines; in falcon_decode_var() local
1298 for (lines = 0; in falcon_decode_var()
1299 (hfreq * 2) / (par->VFT + 1 + 4 * lines - 2 * yres) > in falcon_decode_var()
1301 lines++) in falcon_decode_var()
1303 upper_margin += lines; in falcon_decode_var()
1304 lower_margin += lines; in falcon_decode_var()
1308 int lines; in falcon_decode_var() local
1309 for (lines = 0; in falcon_decode_var()
1310 (hfreq * 2) / (par->VFT + 1 + 4 * lines) > in falcon_decode_var()
1312 lines += 2) in falcon_decode_var()
[all …]
/openbmc/qemu/configs/devices/loongarch64-softmmu/
H A Ddefault.mak3 # Uncomment the following lines to disable these optional devices:
/openbmc/qemu/configs/devices/hppa-softmmu/
H A Ddefault.mak3 # Uncomment the following lines to disable these optional devices:
/openbmc/qemu/configs/devices/sh4-softmmu/
H A Ddefault.mak3 # Uncomment the following lines to disable these optional devices:
/openbmc/qemu/configs/devices/alpha-softmmu/
H A Ddefault.mak3 # Uncomment the following lines to disable these optional devices:
/openbmc/qemu/configs/devices/xtensa-softmmu/
H A Ddefault.mak3 # Uncomment the following lines to disable these optional devices:
/openbmc/linux/Documentation/filesystems/nfs/
H A Dknfsd-stats.rst16 All the files described here are formatted as a sequence of text lines,
19 by parsing routines. All other lines contain a sequence of fields
29 all the other lines. The other lines present the following data as
/openbmc/qemu/configs/devices/sparc-softmmu/
H A Ddefault.mak3 # Uncomment the following lines to disable these optional devices:
/openbmc/qemu/configs/devices/mips-softmmu/
H A Dcommon.mak3 # Uncomment the following lines to disable these optional devices:
/openbmc/qemu/
H A D.exrc2 "following settings (without the " symbol) as last two lines in $HOME/.vimrc:
/openbmc/u-boot/test/py/tests/
H A Dtest_bind.py9 lines = [x.strip() for x in response.splitlines()]
19 for l in lines:
/openbmc/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,omap5-dss.txt25 - data-lines: number of lines used
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-gta04a5one.dts16 /* address lines */
21 /* data lines, gpmc_d0..d7 not muxable according to TRM */
/openbmc/linux/Documentation/hwmon/
H A Dasb100.rst29 sensors, four temperature sensors, VID lines and alarms. In addition to
42 The VID lines encode the core voltage value: the voltage level your
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/
H A Drunner.py48 def __init__(self, lines): argument
49 self._lines = lines
/openbmc/qemu/configs/devices/sparc64-softmmu/
H A Ddefault.mak3 # Uncomment the following lines to disable these optional devices:
/openbmc/linux/sound/pci/
H A Dbt87x.c189 unsigned int lines; member
258 chip->lines = periods; in snd_bt87x_create_risc()
323 chip->current_line = (chip->current_line + 1) % chip->lines; in snd_bt87x_interrupt()
325 current_block = chip->current_line * 16 / chip->lines; in snd_bt87x_interrupt()
328 chip->current_line = DIV_ROUND_UP(irq_block * chip->lines, in snd_bt87x_interrupt()
487 chip->line_bytes | (chip->lines << 16)); in snd_bt87x_start()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-annotate.txt74 Print matching source lines (may be slow).
94 samples, TAB/UNTAB cycles through the lines with more samples.
156 functions to display, not about lines within the function.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/
H A Ddefconfig4 # hostapd binary. All lines starting with # are ignored. Configuration option
5 # lines must be commented out complete, if they are not to be included, i.e.,
9 # be modified from here. In most cass, these lines should use += in order not
/openbmc/u-boot/doc/
H A DREADME.ublimage38 2. This file can have empty lines and lines starting with "#" as first
40 3. This file can have configuration command lines as mentioned below,
/openbmc/openbmc-test-automation/lib/
H A Dgen_misc.py336 lines = []
346 lines.append(line)
349 return lines

1...<<11121314151617181920>>...50