License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / arch / sh / include / cpu-sh3 / cpu / adc.h
blob2ee206c9bf1aa88ad75656a0075306296e3c83a1
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_CPU_SH3_ADC_H
3 #define __ASM_CPU_SH3_ADC_H
5 /*
6 * Copyright (C) 2004 Andriy Skulysh
7 */
10 #define ADDRAH 0xa4000080
11 #define ADDRAL 0xa4000082
12 #define ADDRBH 0xa4000084
13 #define ADDRBL 0xa4000086
14 #define ADDRCH 0xa4000088
15 #define ADDRCL 0xa400008a
16 #define ADDRDH 0xa400008c
17 #define ADDRDL 0xa400008e
18 #define ADCSR 0xa4000090
20 #define ADCSR_ADF 0x80
21 #define ADCSR_ADIE 0x40
22 #define ADCSR_ADST 0x20
23 #define ADCSR_MULTI 0x10
24 #define ADCSR_CKS 0x08
25 #define ADCSR_CH_MASK 0x07
27 #define ADCR 0xa4000092
29 #endif /* __ASM_CPU_SH3_ADC_H */