~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/arch/blackfin/include/asm/mach-bf533/gpio.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2008 Analog Devices Inc.
 
3
 * Licensed under the GPL-2 or later.
 
4
 */
 
5
 
 
6
 
 
7
#ifndef _MACH_GPIO_H_
 
8
#define _MACH_GPIO_H_
 
9
 
 
10
#define MAX_BLACKFIN_GPIOS 16
 
11
 
 
12
#define GPIO_PF0        0
 
13
#define GPIO_PF1        1
 
14
#define GPIO_PF2        2
 
15
#define GPIO_PF3        3
 
16
#define GPIO_PF4        4
 
17
#define GPIO_PF5        5
 
18
#define GPIO_PF6        6
 
19
#define GPIO_PF7        7
 
20
#define GPIO_PF8        8
 
21
#define GPIO_PF9        9
 
22
#define GPIO_PF10       10
 
23
#define GPIO_PF11       11
 
24
#define GPIO_PF12       12
 
25
#define GPIO_PF13       13
 
26
#define GPIO_PF14       14
 
27
#define GPIO_PF15       15
 
28
 
 
29
#define PORT_F GPIO_PF0
 
30
 
 
31
#endif /* _MACH_GPIO_H_ */