Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Side by Side Diff: chromeos/drivers/ath6kl/include/common/AR6002/hw.0/apb_map.h

Issue 3579004: ath6kl: Bringing in the upstream version (Closed) Base URL: http://git.chromium.org/git/kernel.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #ifndef _APB_MAP_H_
2 #define _APB_MAP_H_
3
4 #define RTC_BASE_ADDRESS 0x00004000
5 #define VMC_BASE_ADDRESS 0x00008000
6 #define UART_BASE_ADDRESS 0x0000c000
7 #define SI_BASE_ADDRESS 0x00010000
8 #define GPIO_BASE_ADDRESS 0x00014000
9 #define MBOX_BASE_ADDRESS 0x00018000
10 #define ANALOG_INTF_BASE_ADDRESS 0x0001c000
11 #define MAC_BASE_ADDRESS 0x00020000
12
13 #endif /* _APB_MAP_REG_H_ */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698