/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | spi-img-spfi.txt | 17 - cs-gpios: Must specify the GPIOs used for chipselect lines.
|
/openbmc/linux/Documentation/fb/ |
H A D | gxfb.rst | 13 * It provides a nice large console (128 cols + 48 lines with 1024x768)
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-ux500-samsung-codina-tmo.dts | 769 /* Mux in all the data lines */ 772 /* Data lines D0-D7 GPIO70..GPIO77 */ 774 /* Data lines D8-D11 GPIO78..GPIO81 */ 776 /* Data lines D12-D15 GPIO82..GPIO85 */ 778 /* Data lines D16-D23 GPIO161..GPIO168 */
|
H A D | ste-ux500-samsung-janice.dts | 103 * Two GPIO lines controls two voltages of 3.3V and 1.8V 712 /* Mux in all the data lines */ 715 /* Data lines D0-D7 GPIO70..GPIO77 */ 717 /* Data lines D8-D11 GPIO78..GPIO81 */ 719 /* Data lines D12-D15 GPIO82..GPIO85 */ 721 /* Data lines D16-D23 GPIO161..GPIO168 */
|
/openbmc/u-boot/arch/mips/ |
H A D | Kconfig | 261 initialising the cache lines. This is also the base address of a memory 262 block which is used for loading and filling cache lines when 397 The size of L1 Dcache lines, if known at compile time. 409 The size of L1 Icache lines, if known at compile time.
|
/openbmc/linux/arch/arm64/boot/dts/hisilicon/ |
H A D | hi3660-hikey960.dts | 216 * For the lines routed to the external connectors the 217 * lines are named after the 96Boards CE Specification 1.0, 224 * UART3. This is only for the informational lines i.e. "[FOO]", 225 * the GPIO named lines "GPIO-A" thru "GPIO-L" are the only
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | apq8016-sbc.dts | 433 * For the lines routed to the external connectors the 434 * lines are named after the 96Boards CE Specification 1.0, 441 * UART3. This is only for the informational lines i.e. "[FOO]", 442 * the GPIO named lines "GPIO-A" thru "GPIO-L" are the only
|
/openbmc/linux/drivers/pcmcia/ |
H A D | pcmcia_resource.c | 97 unsigned int lines) in alloc_io_space() argument 107 res, lines); in alloc_io_space() 109 align = base ? (lines ? 1<<lines : 0) : 1; in alloc_io_space()
|
/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | intel-pmc-mux.rst | 93 Depending on the platform, the data and SBU lines coming from the connector may 98 (SBU) and "hsl-orientation" (data) to know if those lines are "fixed", and to
|
/openbmc/linux/arch/arm/boot/dts/gemini/ |
H A D | gemini-sl93512r.dts | 173 * gpio1dgrp cover lines used by SPI for 221 /* The data lines all have default skew */
|
/openbmc/qemu/docs/devel/ |
H A D | submitting-a-pull-request.rst | 34 **Don't forget to add Reviewed-by: and Acked-by: lines**. When other 53 request. As a submaintainer you're one of QEMU's lines of defense
|
/openbmc/linux/Documentation/driver-api/media/drivers/ccs/ |
H A D | ccs.rst | 34 crop at the end of the lines and frames. 47 lines and frames.
|
/openbmc/linux/arch/arm/boot/dts/nxp/ls/ |
H A D | ls1021a-tqmls1021a.dtsi | 25 /* e-MMC over 8 data lines */
|
/openbmc/linux/Documentation/tools/rtla/ |
H A D | rtla-timerlat-hist.rst | 37 in the cpus *0-4*, *skipping zero* only lines. Moreover, **rtla timerlat
|
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | chassis.md | 18 | comments | no | array of strings | One or more comment lines describing …
|
/openbmc/linux/drivers/leds/blink/ |
H A D | Kconfig | 20 This option enables support for LEDs connected to GPIO lines on
|
/openbmc/openbmc/meta-openembedded/meta-networking/ |
H A D | MAINTAINERS | 22 One pattern per line. Multiple F: lines acceptable.
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | da9052-i2c.txt | 9 input lines are used as general purpose analogue
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | BSD-2-Clause-first-lines | 10 disclaimer as the first lines of this file unmodified.
|
/openbmc/linux/Documentation/kernel-hacking/ |
H A D | false-sharing.rst | 99 perf-c2c can capture the cache lines with most false sharing hits, 153 different cache lines. One downside is it may introduce new false 188 different cache lines.
|
/openbmc/u-boot/doc/imx/mkimage/ |
H A D | imximage.txt | 46 2. This file can have empty lines and lines starting with "#" as first 48 3. This file can have configuration command lines as mentioned below,
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt.c | 304 static inline void scrolldelta(int lines) in scrolldelta() argument 309 scrollback_delta += lines; in scrolldelta() 1145 unsigned int cols, unsigned int lines) in vc_do_resize() argument 1163 if (cols > VC_MAXCOL || lines > VC_MAXROW) in vc_do_resize() 1167 new_rows = (lines ? lines : vc->vc_rows); in vc_do_resize() 1448 void scrollfront(struct vc_data *vc, int lines) in scrollfront() argument 1450 if (!lines) in scrollfront() 1451 lines = vc->vc_rows / 2; in scrollfront() 1452 scrolldelta(lines); in scrollfront() 3147 int lines; in tioclinux() local [all …]
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtvfb.c | 183 int lines; member 216 osd->lines = data[2]; in ivtvfb_get_osd_coords() 234 osd->lines, osd->x, osd->y); in ivtvfb_set_osd_coords() 569 ivtv_osd.lines = var->yres_virtual; in ivtvfb_set_var() 591 itv->yuv_info.osd_full_h = ivtv_osd.lines; in ivtvfb_set_var()
|
/openbmc/linux/Documentation/process/ |
H A D | email-clients.rst | 35 or spaces, even at the beginning or end of lines. 145 Make the composer window wide enough so that no lines wrap. As of 147 the email if the lines wrap in the composer window. Having word wrapping 149 long lines, you must make the composer window very wide before sending 348 At the same time it wraps lines every 78 chars with CRLF style line breaks
|
/openbmc/linux/Documentation/hwmon/ |
H A D | vexpress.rst | 32 providing information about power lines voltages and currents, board
|