Searched +full:col +full:- +full:scan +full:- +full:delay +full:- +full:us (Results  1 – 13 of 13) sorted by relevance
| /linux/drivers/input/keyboard/ | 
| H A D | nspire-keypad.c | 1 // SPDX-License-Identifier: GPL-2.0-only10 #include <linux/delay.h>
 41 	/* Maximum delay estimated assuming 33MHz APB */
 42 	u32 scan_interval;	/* In microseconds (~2000us max) */
 43 	u32 row_delay;		/* In microseconds (~500us max) */
 53 	struct input_dev *input = keypad->input;  in nspire_keypad_irq()
 54 	unsigned short *keymap = input->keycode;  in nspire_keypad_irq()
 56 	int row, col;  in nspire_keypad_irq()  local
 61 	int_sts = readl(keypad->reg_base + KEYPAD_INT) & keypad->int_mask;  in nspire_keypad_irq()
 65 	memcpy_fromio(state, keypad->reg_base + KEYPAD_DATA, sizeof(state));  in nspire_keypad_irq()
 [all …]
 
 | 
| /linux/arch/arm/boot/dts/nxp/mxs/ | 
| H A D | imx28-tx28.dts | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT4  * Copyright 2013-2017 Lothar Waßmann <LW@KARO-electronics.de>
 7 /dts-v1/;
 9 #include <dt-bindings/gpio/gpio.h>
 10 #include <dt-bindings/interrupt-controller/irq.h>
 13 	model = "Ka-Ro electronics TX28 module";
 34 		reg = <0x40000000 0>; /* will be filled in by U-Boot */
 38 		compatible = "w1-gpio";
 43 	reg_usb0_vbus: regulator-usb0-vbus {
 44 		compatible = "regulator-fixed";
 [all …]
 
 | 
| /linux/arch/powerpc/boot/dts/ | 
| H A D | ac14xx.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later14 	#address-cells = <1>;
 15 	#size-cells = <1>;
 26 			timebase-frequency = <40000000>;	/*  40 MHz (csb/4) */
 27 			bus-frequency = <160000000>;		/* 160 MHz csb bus */
 28 			clock-frequency = <400000000>;		/* 400 MHz ppc core */
 49 			compatible = "cfi-flash";
 51 			#address-cells = <1>;
 52 			#size-cells = <1>;
 53 			bank-width = <2>;
 [all …]
 
 | 
| /linux/arch/mips/boot/dts/ingenic/ | 
| H A D | qi_lb60.dts | 1 // SPDX-License-Identifier: GPL-2.02 /dts-v1/;
 6 #include <dt-bindings/gpio/gpio.h>
 7 #include <dt-bindings/iio/adc/ingenic,adc.h>
 8 #include <dt-bindings/clock/ingenic,tcu.h>
 9 #include <dt-bindings/input/input.h>
 27 		stdout-path = &uart0;
 30 	vcc: regulator-0 {
 31 		compatible = "regulator-fixed";
 32 		regulator-name = "vcc";
 [all …]
 
 | 
| /linux/arch/arm/boot/dts/ti/omap/ | 
| H A D | am335x-evm.dts | 1 // SPDX-License-Identifier: GPL-2.0-only3  * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
 5 /dts-v1/;
 8 #include <dt-bindings/interrupt-controller/irq.h>
 12 	compatible = "ti,am335x-evm", "ti,am33xx";
 16 			cpu0-supply = <&vdd1_reg>;
 26 		stdout-path = &uart0;
 30 		compatible = "regulator-fixed";
 31 		regulator-name = "vbat";
 32 		regulator-min-microvolt = <5000000>;
 [all …]
 
 | 
| H A D | am335x-guardian.dts | 1 // SPDX-License-Identifier: GPL-2.03  * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
 6 /dts-v1/;
 9 #include <dt-bindings/input/input.h>
 10 #include <dt-bindings/interrupt-controller/irq.h>
 14 	compatible = "bosch,am335x-guardian", "ti,am33xx";
 17 		stdout-path = &uart0;
 18 		tick-timer = &timer2;
 23 			cpu0-supply = <&dcdc2_reg>;
 32 	guardian_buttons: gpio-keys {
 [all …]
 
 | 
| H A D | am437x-gp-evm.dts | 1 // SPDX-License-Identifier: GPL-2.0-only3  * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
 8 /dts-v1/;
 11 #include <dt-bindings/pinctrl/am43xx.h>
 12 #include <dt-bindings/pwm/pwm.h>
 13 #include <dt-bindings/gpio/gpio.h>
 17 	compatible = "ti,am437x-gp-evm","ti,am4372","ti,am43";
 24 		stdout-path = &uart0;
 27 	evm_v3_3d: fixedregulator-v3_3d {
 28 		compatible = "regulator-fixed";
 [all …]
 
 | 
| /linux/drivers/video/fbdev/ | 
| H A D | tridentfb.c | 1 // SPDX-License-Identifier: GPL-2.0-only5  * Copyright 2001, 2002 - Jani Monoses   <jani@iv.ro>
 26 #include <linux/delay.h>
 31 #include <linux/i2c-algo-bit.h>
 80 MODULE_PARM_DESC(mode_option, "Initial video mode e.g. '648x480-8@60'");
 82 MODULE_PARM_DESC(mode, "Initial video mode e.g. '648x480-8@60' (deprecated)");
 167 	fb_writeb(val, p->io_virt + reg);  in t_outb()
 172 	return fb_readb(p->io_virt + reg);  in t_inb()
 177 	fb_writel(v, par->io_virt + r);  in writemmr()
 182 	return fb_readl(par->io_virt + r);  in readmmr()
 [all …]
 
 | 
| H A D | cirrusfb.c | 2  * drivers/video/cirrusfb.c - driver for Cirrus Logic chipsets4  * Copyright 1999-2001 Jeff Garzik <jgarzik@pobox.com>
 29  * Format this code with GNU indent '-kr -i8 -pcs' options.
 43 #include <linux/delay.h>
 103  * per-board-type information, used for enumerating and abstracting
 104  * chip-specific information
 108  * is required at runtime.  Maybe separate into an init-only and
 109  * a run-time table?
 114 	/* for  1/4bpp, 8bpp 15/16bpp, 24bpp, 32bpp - numbers from xorg code */
 262 	CHIP(PCI_DEVICE_ID_CIRRUS_5430, BT_ALPINE), /* GD-5440 is same id */
 [all …]
 
 | 
| /linux/drivers/irqchip/ | 
| H A D | irq-gic-v3-its.c | 1 // SPDX-License-Identifier: GPL-2.0-only3  * Copyright (C) 2013-2017 ARM Limited, All Rights Reserved.
 13 #include <linux/delay.h>
 37 #include <linux/irqchip/arm-gic-v3.h>
 38 #include <linux/irqchip/arm-gic-v4.h>
 43 #include "irq-gic-common.h"
 44 #include "irq-gic-its-msi-parent.h"
 45 #include <linux/irqchip/irq-msi-lib.h>
 72  * Collection structure - just an ID, and a redistributor address to
 82  * The ITS_BASER structure - contains memory information, cached
 [all …]
 
 | 
| /linux/arch/arm/mach-pxa/ | 
| H A D | spitz.c | 1 // SPDX-License-Identifier: GPL-2.0-only3  * Support for Sharp SL-Cxx00 Series of PDAs
 4  * Models: SL-C3000 (Spitz), SL-C1000 (Akita) and SL-C3100 (Borzoi)
 13 #include <linux/delay.h>
 20 #include <linux/platform_data/i2c-pxa.h>
 28 #include <linux/input-event-codes.h>
 37 #include <asm/mach-types.h>
 43 #include "pxa27x-udc.h"
 45 #include <linux/platform_data/mmc-pxamci.h>
 46 #include <linux/platform_data/usb-ohci-pxa27x.h>
 [all …]
 
 | 
| /linux/drivers/edac/ | 
| H A D | i7core_edac.c | 1 // SPDX-License-Identifier: GPL-2.0-only6  * Xeon 55xx and Xeon 56xx also known as Nehalem, Nehalem-EP, Lynnfield
 7  * and Westmere-EP.
 9  * Copyright (c) 2009-2010 by:
 23  * 	http://www.arrownac.com/manufacturers/intel/s/nehalem/5500-datasheet-v2.pdf
 31 #include <linux/delay.h>
 51  * This is used for Nehalem-EP and Nehalem-EX devices, where the non-core
 92  * http://www.arrownac.com/manufacturers/intel/s/nehalem/5500-datasheet-v2.pdf
 132   #define RDLCH(r, ch)		((((r) >> (3 + (ch * 6))) & 0x07) - 1)
 133   #define WRLCH(r, ch)		((((r) >> (ch * 6)) & 0x07) - 1)
 [all …]
 
 | 
| /linux/drivers/gpu/drm/amd/include/ | 
| H A D | atombios.h | 2  * Copyright 2006-2007 Advanced Micro Devices, Inc.107 #define ATOM_SCALER_DISABLE   0   //For Fudo, it's bypass and auto-cengter & no replication
 108 #define ATOM_SCALER_CENTER    1   //For Fudo, it's bypass and auto-center & auto replication
 110 #define ATOM_SCALER_MULTI_EX  3   //For Fudo only, it's multi-tap mode only used to drive TV or CV,…
 222   UCHAR  uaFirmWareSignature[4];    //Signature to distinguish between Atombios and non-atombios,
 245   UCHAR  uaFirmWareSignature[4];    //Signature to distinguish between Atombios and non-atombios,
 427 …ONG ulPointerReturnFlag:1;      // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYTE_…
 433 …ONG ulPointerReturnFlag:1;      // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYTE_…
 440 …ULONG   ulClock;        //When returen, it's the re-calculated clock based on given Fb_div Post_Di…
 538 …UCHAR   ucInputFlag;                      //Input Flags. ucInputFlag[0] - Strobe(1)/Performance(0)…
 [all …]
 
 |