![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * Copyright 2008 Simtec Electronics 0004 * Ben Dooks <ben@simtec.co.uk> 0005 * http://armlinux.simtec.co.uk/ 0006 * 0007 * S3C - IRQ detection types. 0008 */ 0009 0010 /* values for S3C2410_EXTINT0/1/2 and other cpus in the series, including 0011 * the S3C64XX 0012 */ 0013 #define S3C2410_EXTINT_LOWLEV (0x00) 0014 #define S3C2410_EXTINT_HILEV (0x01) 0015 #define S3C2410_EXTINT_FALLEDGE (0x02) 0016 #define S3C2410_EXTINT_RISEEDGE (0x04) 0017 #define S3C2410_EXTINT_BOTHEDGE (0x06)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |