core_t2.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:17k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #ifndef __ALPHA_T2__H__
  2. #define __ALPHA_T2__H__
  3. #include <linux/config.h>
  4. #include <linux/types.h>
  5. #include <asm/compiler.h>
  6. /*
  7.  * T2 is the internal name for the core logic chipset which provides
  8.  * memory controller and PCI access for the SABLE-based systems.
  9.  *
  10.  * This file is based on:
  11.  *
  12.  * SABLE I/O Specification
  13.  * Revision/Update Information: 1.3
  14.  *
  15.  * jestabro@amt.tay1.dec.com Initial Version.
  16.  *
  17.  */
  18. #define T2_MEM_R1_MASK 0x03ffffff  /* Mem sparse region 1 mask is 26 bits */
  19. /* GAMMA-SABLE is a SABLE with EV5-based CPUs */
  20. #define _GAMMA_BIAS 0x8000000000UL
  21. #if defined(CONFIG_ALPHA_GENERIC)
  22. #define GAMMA_BIAS alpha_mv.sys.t2.gamma_bias
  23. #elif defined(CONFIG_ALPHA_GAMMA)
  24. #define GAMMA_BIAS _GAMMA_BIAS
  25. #else
  26. #define GAMMA_BIAS 0
  27. #endif
  28. /*
  29.  * Memory spaces:
  30.  */
  31. #define T2_CONF         (IDENT_ADDR + GAMMA_BIAS + 0x390000000UL)
  32. #define T2_IO (IDENT_ADDR + GAMMA_BIAS + 0x3a0000000UL)
  33. #define T2_SPARSE_MEM (IDENT_ADDR + GAMMA_BIAS + 0x200000000UL)
  34. #define T2_DENSE_MEM         (IDENT_ADDR + GAMMA_BIAS + 0x3c0000000UL)
  35. #define T2_IOCSR (IDENT_ADDR + GAMMA_BIAS + 0x38e000000UL)
  36. #define T2_CERR1 (IDENT_ADDR + GAMMA_BIAS + 0x38e000020UL)
  37. #define T2_CERR2 (IDENT_ADDR + GAMMA_BIAS + 0x38e000040UL)
  38. #define T2_CERR3 (IDENT_ADDR + GAMMA_BIAS + 0x38e000060UL)
  39. #define T2_PERR1 (IDENT_ADDR + GAMMA_BIAS + 0x38e000080UL)
  40. #define T2_PERR2 (IDENT_ADDR + GAMMA_BIAS + 0x38e0000a0UL)
  41. #define T2_PSCR (IDENT_ADDR + GAMMA_BIAS + 0x38e0000c0UL)
  42. #define T2_HAE_1 (IDENT_ADDR + GAMMA_BIAS + 0x38e0000e0UL)
  43. #define T2_HAE_2 (IDENT_ADDR + GAMMA_BIAS + 0x38e000100UL)
  44. #define T2_HBASE (IDENT_ADDR + GAMMA_BIAS + 0x38e000120UL)
  45. #define T2_WBASE1 (IDENT_ADDR + GAMMA_BIAS + 0x38e000140UL)
  46. #define T2_WMASK1 (IDENT_ADDR + GAMMA_BIAS + 0x38e000160UL)
  47. #define T2_TBASE1 (IDENT_ADDR + GAMMA_BIAS + 0x38e000180UL)
  48. #define T2_WBASE2 (IDENT_ADDR + GAMMA_BIAS + 0x38e0001a0UL)
  49. #define T2_WMASK2 (IDENT_ADDR + GAMMA_BIAS + 0x38e0001c0UL)
  50. #define T2_TBASE2 (IDENT_ADDR + GAMMA_BIAS + 0x38e0001e0UL)
  51. #define T2_TLBBR (IDENT_ADDR + GAMMA_BIAS + 0x38e000200UL)
  52. #define T2_HAE_3 (IDENT_ADDR + GAMMA_BIAS + 0x38e000240UL)
  53. #define T2_HAE_4 (IDENT_ADDR + GAMMA_BIAS + 0x38e000260UL)
  54. #define T2_HAE_ADDRESS T2_HAE_1
  55. /*  T2 CSRs are in the non-cachable primary IO space from 3.8000.0000 to
  56.  3.8fff.ffff
  57.  *
  58.  *  +--------------+ 3 8000 0000
  59.  *  | CPU 0 CSRs   |
  60.  *  +--------------+ 3 8100 0000
  61.  *  | CPU 1 CSRs   |
  62.  *  +--------------+ 3 8200 0000
  63.  *  | CPU 2 CSRs   |
  64.  *  +--------------+ 3 8300 0000
  65.  *  | CPU 3 CSRs   |
  66.  *  +--------------+ 3 8400 0000
  67.  *  | CPU Reserved |
  68.  *  +--------------+ 3 8700 0000
  69.  *  | Mem Reserved |
  70.  *  +--------------+ 3 8800 0000
  71.  *  | Mem 0 CSRs   |
  72.  *  +--------------+ 3 8900 0000
  73.  *  | Mem 1 CSRs   |
  74.  *  +--------------+ 3 8a00 0000
  75.  *  | Mem 2 CSRs   |
  76.  *  +--------------+ 3 8b00 0000
  77.  *  | Mem 3 CSRs   |
  78.  *  +--------------+ 3 8c00 0000
  79.  *  | Mem Reserved |
  80.  *  +--------------+ 3 8e00 0000
  81.  *  | PCI Bridge   |
  82.  *  +--------------+ 3 8f00 0000
  83.  *  | Expansion IO |
  84.  *  +--------------+ 3 9000 0000
  85.  *
  86.  *
  87.  */
  88. #define T2_CPU0_BASE            (IDENT_ADDR + GAMMA_BIAS + 0x380000000L)
  89. #define T2_CPU1_BASE            (IDENT_ADDR + GAMMA_BIAS + 0x381000000L)
  90. #define T2_CPU2_BASE            (IDENT_ADDR + GAMMA_BIAS + 0x382000000L)
  91. #define T2_CPU3_BASE            (IDENT_ADDR + GAMMA_BIAS + 0x383000000L)
  92. #define T2_MEM0_BASE            (IDENT_ADDR + GAMMA_BIAS + 0x388000000L)
  93. #define T2_MEM1_BASE            (IDENT_ADDR + GAMMA_BIAS + 0x389000000L)
  94. #define T2_MEM2_BASE            (IDENT_ADDR + GAMMA_BIAS + 0x38a000000L)
  95. #define T2_MEM3_BASE            (IDENT_ADDR + GAMMA_BIAS + 0x38b000000L)
  96. /*
  97.  * Sable CPU Module CSRS
  98.  *
  99.  * These are CSRs for hardware other than the CPU chip on the CPU module.
  100.  * The CPU module has Backup Cache control logic, Cbus control logic, and
  101.  * interrupt control logic on it.  There is a duplicate tag store to speed
  102.  * up maintaining cache coherency.
  103.  */
  104. struct sable_cpu_csr {
  105.   unsigned long bcc;     long fill_00[3]; /* Backup Cache Control */
  106.   unsigned long bcce;    long fill_01[3]; /* Backup Cache Correctable Error */
  107.   unsigned long bccea;   long fill_02[3]; /* B-Cache Corr Err Address Latch */
  108.   unsigned long bcue;    long fill_03[3]; /* B-Cache Uncorrectable Error */
  109.   unsigned long bcuea;   long fill_04[3]; /* B-Cache Uncorr Err Addr Latch */
  110.   unsigned long dter;    long fill_05[3]; /* Duplicate Tag Error */
  111.   unsigned long cbctl;   long fill_06[3]; /* CBus Control */
  112.   unsigned long cbe;     long fill_07[3]; /* CBus Error */
  113.   unsigned long cbeal;   long fill_08[3]; /* CBus Error Addr Latch low */
  114.   unsigned long cbeah;   long fill_09[3]; /* CBus Error Addr Latch high */
  115.   unsigned long pmbx;    long fill_10[3]; /* Processor Mailbox */
  116.   unsigned long ipir;    long fill_11[3]; /* Inter-Processor Int Request */
  117.   unsigned long sic;     long fill_12[3]; /* System Interrupt Clear */
  118.   unsigned long adlk;    long fill_13[3]; /* Address Lock (LDxL/STxC) */
  119.   unsigned long madrl;   long fill_14[3]; /* CBus Miss Address */
  120.   unsigned long rev;     long fill_15[3]; /* CMIC Revision */
  121. };
  122. /*
  123.  * Data structure for handling T2 machine checks:
  124.  */
  125. struct el_t2_frame_header {
  126. unsigned int elcf_fid; /* Frame ID (from above) */
  127. unsigned int elcf_size; /* Size of frame in bytes */
  128. };
  129. struct el_t2_procdata_mcheck {
  130. unsigned long elfmc_paltemp[32]; /* PAL TEMP REGS. */
  131. /* EV4-specific fields */
  132. unsigned long elfmc_exc_addr; /* Addr of excepting insn. */
  133. unsigned long elfmc_exc_sum; /* Summary of arith traps. */
  134. unsigned long elfmc_exc_mask; /* Exception mask (from exc_sum). */
  135. unsigned long elfmc_iccsr; /* IBox hardware enables. */
  136. unsigned long elfmc_pal_base; /* Base address for PALcode. */
  137. unsigned long elfmc_hier; /* Hardware Interrupt Enable. */
  138. unsigned long elfmc_hirr; /* Hardware Interrupt Request. */
  139. unsigned long elfmc_mm_csr; /* D-stream fault info. */
  140. unsigned long elfmc_dc_stat; /* D-cache status (ECC/Parity Err). */
  141. unsigned long elfmc_dc_addr; /* EV3 Phys Addr for ECC/DPERR. */
  142. unsigned long elfmc_abox_ctl; /* ABox Control Register. */
  143. unsigned long elfmc_biu_stat; /* BIU Status. */
  144. unsigned long elfmc_biu_addr; /* BUI Address. */
  145. unsigned long elfmc_biu_ctl; /* BIU Control. */
  146. unsigned long elfmc_fill_syndrome; /* For correcting ECC errors. */
  147. unsigned long elfmc_fill_addr;/* Cache block which was being read. */
  148. unsigned long elfmc_va; /* Effective VA of fault or miss. */
  149. unsigned long elfmc_bc_tag; /* Backup Cache Tag Probe Results. */
  150. };
  151. /*
  152.  * Sable processor specific Machine Check Data segment.
  153.  */
  154. struct el_t2_logout_header {
  155. unsigned int elfl_size; /* size in bytes of logout area. */
  156. int elfl_sbz1:31; /* Should be zero. */
  157. char elfl_retry:1; /* Retry flag. */
  158. unsigned int elfl_procoffset; /* Processor-specific offset. */
  159. unsigned int elfl_sysoffset;  /* Offset of system-specific. */
  160. unsigned int elfl_error_type; /* PAL error type code. */
  161. unsigned int elfl_frame_rev; /* PAL Frame revision. */
  162. };
  163. struct el_t2_sysdata_mcheck {
  164. unsigned long    elcmc_bcc;       /* CSR 0 */
  165. unsigned long    elcmc_bcce;       /* CSR 1 */
  166. unsigned long    elcmc_bccea;      /* CSR 2 */
  167. unsigned long    elcmc_bcue;       /* CSR 3 */
  168. unsigned long    elcmc_bcuea;      /* CSR 4 */
  169. unsigned long    elcmc_dter;       /* CSR 5 */
  170. unsigned long    elcmc_cbctl;      /* CSR 6 */
  171. unsigned long    elcmc_cbe;       /* CSR 7 */
  172. unsigned long    elcmc_cbeal;      /* CSR 8 */
  173. unsigned long    elcmc_cbeah;      /* CSR 9 */
  174. unsigned long    elcmc_pmbx;       /* CSR 10 */
  175. unsigned long    elcmc_ipir;       /* CSR 11 */
  176. unsigned long    elcmc_sic;       /* CSR 12 */
  177. unsigned long    elcmc_adlk;       /* CSR 13 */
  178. unsigned long    elcmc_madrl;      /* CSR 14 */
  179. unsigned long    elcmc_crrev4;     /* CSR 15 */
  180. };
  181. /*
  182.  * Sable memory error frame - sable pfms section 3.42
  183.  */
  184. struct el_t2_data_memory {
  185. struct el_t2_frame_header elcm_hdr; /* ID$MEM-FERR = 0x08 */
  186. unsigned int  elcm_module; /* Module id. */
  187. unsigned int  elcm_res04; /* Reserved. */
  188. unsigned long elcm_merr; /* CSR0: Error Reg 1. */
  189. unsigned long elcm_mcmd1; /* CSR1: Command Trap 1. */
  190. unsigned long elcm_mcmd2; /* CSR2: Command Trap 2. */
  191. unsigned long elcm_mconf; /* CSR3: Configuration. */
  192. unsigned long elcm_medc1; /* CSR4: EDC Status 1. */
  193. unsigned long elcm_medc2; /* CSR5: EDC Status 2. */
  194. unsigned long elcm_medcc; /* CSR6: EDC Control. */
  195. unsigned long elcm_msctl; /* CSR7: Stream Buffer Control. */
  196. unsigned long elcm_mref; /* CSR8: Refresh Control. */
  197. unsigned long elcm_filter; /* CSR9: CRD Filter Control. */
  198. };
  199. /*
  200.  * Sable other CPU error frame - sable pfms section 3.43
  201.  */
  202. struct el_t2_data_other_cpu {
  203. short       elco_cpuid; /* CPU ID */
  204. short       elco_res02[3];
  205. unsigned long elco_bcc; /* CSR 0 */
  206. unsigned long elco_bcce; /* CSR 1 */
  207. unsigned long elco_bccea; /* CSR 2 */
  208. unsigned long elco_bcue; /* CSR 3 */
  209. unsigned long elco_bcuea; /* CSR 4 */
  210. unsigned long elco_dter; /* CSR 5 */
  211. unsigned long elco_cbctl; /* CSR 6 */
  212. unsigned long elco_cbe; /* CSR 7 */
  213. unsigned long elco_cbeal; /* CSR 8 */
  214. unsigned long elco_cbeah; /* CSR 9 */
  215. unsigned long elco_pmbx; /* CSR 10 */
  216. unsigned long elco_ipir; /* CSR 11 */
  217. unsigned long elco_sic; /* CSR 12 */
  218. unsigned long elco_adlk; /* CSR 13 */
  219. unsigned long elco_madrl; /* CSR 14 */
  220. unsigned long elco_crrev4; /* CSR 15 */
  221. };
  222. /*
  223.  * Sable other CPU error frame - sable pfms section 3.44
  224.  */
  225. struct el_t2_data_t2{
  226. struct el_t2_frame_header elct_hdr; /* ID$T2-FRAME */
  227. unsigned long elct_iocsr; /* IO Control and Status Register */
  228. unsigned long elct_cerr1; /* Cbus Error Register 1 */
  229. unsigned long elct_cerr2; /* Cbus Error Register 2 */
  230. unsigned long elct_cerr3; /* Cbus Error Register 3 */
  231. unsigned long elct_perr1; /* PCI Error Register 1 */
  232. unsigned long elct_perr2; /* PCI Error Register 2 */
  233. unsigned long elct_hae0_1; /* High Address Extension Register 1 */
  234. unsigned long elct_hae0_2; /* High Address Extension Register 2 */
  235. unsigned long elct_hbase; /* High Base Register */
  236. unsigned long elct_wbase1; /* Window Base Register 1 */
  237. unsigned long elct_wmask1; /* Window Mask Register 1 */
  238. unsigned long elct_tbase1; /* Translated Base Register 1 */
  239. unsigned long elct_wbase2; /* Window Base Register 2 */
  240. unsigned long elct_wmask2; /* Window Mask Register 2 */
  241. unsigned long elct_tbase2; /* Translated Base Register 2 */
  242. unsigned long elct_tdr0; /* TLB Data Register 0 */
  243. unsigned long elct_tdr1; /* TLB Data Register 1 */
  244. unsigned long elct_tdr2; /* TLB Data Register 2 */
  245. unsigned long elct_tdr3; /* TLB Data Register 3 */
  246. unsigned long elct_tdr4; /* TLB Data Register 4 */
  247. unsigned long elct_tdr5; /* TLB Data Register 5 */
  248. unsigned long elct_tdr6; /* TLB Data Register 6 */
  249. unsigned long elct_tdr7; /* TLB Data Register 7 */
  250. };
  251. /*
  252.  * Sable error log data structure - sable pfms section 3.40
  253.  */
  254. struct el_t2_data_corrected {
  255. unsigned long elcpb_biu_stat;
  256. unsigned long elcpb_biu_addr;
  257. unsigned long elcpb_biu_ctl;
  258. unsigned long elcpb_fill_syndrome;
  259. unsigned long elcpb_fill_addr;
  260. unsigned long elcpb_bc_tag;
  261. };
  262. /*
  263.  * Sable error log data structure
  264.  * Note there are 4 memory slots on sable (see t2.h)
  265.  */
  266. struct el_t2_frame_mcheck {
  267. struct el_t2_frame_header elfmc_header; /* ID$P-FRAME_MCHECK */
  268. struct el_t2_logout_header elfmc_hdr;
  269. struct el_t2_procdata_mcheck elfmc_procdata;
  270. struct el_t2_sysdata_mcheck elfmc_sysdata;
  271. struct el_t2_data_t2 elfmc_t2data;
  272. struct el_t2_data_memory elfmc_memdata[4];
  273. struct el_t2_frame_header elfmc_footer; /* empty */
  274. };
  275. /*
  276.  * Sable error log data structures on memory errors
  277.  */
  278. struct el_t2_frame_corrected {
  279. struct el_t2_frame_header elfcc_header; /* ID$P-BC-COR */
  280. struct el_t2_logout_header elfcc_hdr;
  281. struct el_t2_data_corrected elfcc_procdata;
  282. /* struct el_t2_data_t2 elfcc_t2data; */
  283. /* struct el_t2_data_memory elfcc_memdata[4]; */
  284. struct el_t2_frame_header elfcc_footer; /* empty */
  285. };
  286. #ifdef __KERNEL__
  287. #ifndef __EXTERN_INLINE
  288. #define __EXTERN_INLINE extern inline
  289. #define __IO_EXTERN_INLINE
  290. #endif
  291. /*
  292.  * I/O functions:
  293.  *
  294.  * T2 (the core logic PCI/memory support chipset for the SABLE
  295.  * series of processors uses a sparse address mapping scheme to
  296.  * get at PCI memory and I/O.
  297.  */
  298. #define vip volatile int *
  299. #define vuip volatile unsigned int *
  300. __EXTERN_INLINE u8 t2_inb(unsigned long addr)
  301. {
  302. long result = *(vip) ((addr << 5) + T2_IO + 0x00);
  303. return __kernel_extbl(result, addr & 3);
  304. }
  305. __EXTERN_INLINE void t2_outb(u8 b, unsigned long addr)
  306. {
  307. unsigned long w;
  308. w = __kernel_insbl(b, addr & 3);
  309. *(vuip) ((addr << 5) + T2_IO + 0x00) = w;
  310. mb();
  311. }
  312. __EXTERN_INLINE u16 t2_inw(unsigned long addr)
  313. {
  314. long result = *(vip) ((addr << 5) + T2_IO + 0x08);
  315. return __kernel_extwl(result, addr & 3);
  316. }
  317. __EXTERN_INLINE void t2_outw(u16 b, unsigned long addr)
  318. {
  319. unsigned long w;
  320. w = __kernel_inswl(b, addr & 3);
  321. *(vuip) ((addr << 5) + T2_IO + 0x08) = w;
  322. mb();
  323. }
  324. __EXTERN_INLINE u32 t2_inl(unsigned long addr)
  325. {
  326. return *(vuip) ((addr << 5) + T2_IO + 0x18);
  327. }
  328. __EXTERN_INLINE void t2_outl(u32 b, unsigned long addr)
  329. {
  330. *(vuip) ((addr << 5) + T2_IO + 0x18) = b;
  331. mb();
  332. }
  333. /*
  334.  * Memory functions.
  335.  *
  336.  * For reading and writing 8 and 16 bit quantities we need to
  337.  * go through one of the three sparse address mapping regions
  338.  * and use the HAE_MEM CSR to provide some bits of the address.
  339.  * The following few routines use only sparse address region 1
  340.  * which gives 1Gbyte of accessible space which relates exactly
  341.  * to the amount of PCI memory mapping *into* system address space.
  342.  * See p 6-17 of the specification but it looks something like this:
  343.  *
  344.  * 21164 Address:
  345.  *
  346.  *          3         2         1
  347.  * 9876543210987654321098765432109876543210
  348.  * 1ZZZZ0.PCI.QW.Address............BBLL
  349.  *
  350.  * ZZ = SBZ
  351.  * BB = Byte offset
  352.  * LL = Transfer length
  353.  *
  354.  * PCI Address:
  355.  *
  356.  * 3         2         1
  357.  * 10987654321098765432109876543210
  358.  * HHH....PCI.QW.Address........ 00
  359.  *
  360.  * HHH = 31:29 HAE_MEM CSR
  361.  *
  362.  */
  363. __EXTERN_INLINE u8 t2_readb(unsigned long addr)
  364. {
  365. unsigned long result, msb;
  366. msb = addr & 0xE0000000;
  367. addr &= T2_MEM_R1_MASK;
  368. set_hae(msb);
  369. result = *(vip) ((addr << 5) + T2_SPARSE_MEM + 0x00);
  370. return __kernel_extbl(result, addr & 3);
  371. }
  372. __EXTERN_INLINE u16 t2_readw(unsigned long addr)
  373. {
  374. unsigned long result, msb;
  375. msb = addr & 0xE0000000;
  376. addr &= T2_MEM_R1_MASK;
  377. set_hae(msb);
  378. result = *(vuip) ((addr << 5) + T2_SPARSE_MEM + 0x08);
  379. return __kernel_extwl(result, addr & 3);
  380. }
  381. /* On SABLE with T2, we must use SPARSE memory even for 32-bit access. */
  382. __EXTERN_INLINE u32 t2_readl(unsigned long addr)
  383. {
  384. unsigned long msb;
  385. msb = addr & 0xE0000000;
  386. addr &= T2_MEM_R1_MASK;
  387. set_hae(msb);
  388. return *(vuip) ((addr << 5) + T2_SPARSE_MEM + 0x18);
  389. }
  390. __EXTERN_INLINE u64 t2_readq(unsigned long addr)
  391. {
  392. unsigned long r0, r1, work, msb;
  393. msb = addr & 0xE0000000;
  394. addr &= T2_MEM_R1_MASK;
  395. set_hae(msb);
  396. work = (addr << 5) + T2_SPARSE_MEM + 0x18;
  397. r0 = *(vuip)(work);
  398. r1 = *(vuip)(work + (4 << 5));
  399. return r1 << 32 | r0;
  400. }
  401. __EXTERN_INLINE void t2_writeb(u8 b, unsigned long addr)
  402. {
  403. unsigned long msb, w;
  404. msb = addr & 0xE0000000;
  405. addr &= T2_MEM_R1_MASK;
  406. set_hae(msb);
  407. w = __kernel_insbl(b, addr & 3);
  408. *(vuip) ((addr << 5) + T2_SPARSE_MEM + 0x00) = w;
  409. }
  410. __EXTERN_INLINE void t2_writew(u16 b, unsigned long addr)
  411. {
  412. unsigned long msb, w;
  413. msb = addr & 0xE0000000;
  414. addr &= T2_MEM_R1_MASK;
  415. set_hae(msb);
  416. w = __kernel_inswl(b, addr & 3);
  417. *(vuip) ((addr << 5) + T2_SPARSE_MEM + 0x08) = w;
  418. }
  419. /* On SABLE with T2, we must use SPARSE memory even for 32-bit access. */
  420. __EXTERN_INLINE void t2_writel(u32 b, unsigned long addr)
  421. {
  422. unsigned long msb;
  423. msb = addr & 0xE0000000;
  424. addr &= T2_MEM_R1_MASK;
  425. set_hae(msb);
  426. *(vuip) ((addr << 5) + T2_SPARSE_MEM + 0x18) = b;
  427. }
  428. __EXTERN_INLINE void t2_writeq(u64 b, unsigned long addr)
  429. {
  430. unsigned long msb, work;
  431. msb = addr & 0xE0000000;
  432. addr &= T2_MEM_R1_MASK;
  433. set_hae(msb);
  434. work = (addr << 5) + T2_SPARSE_MEM + 0x18;
  435. *(vuip)work = b;
  436. *(vuip)(work + (4 << 5)) = b >> 32;
  437. }
  438. __EXTERN_INLINE unsigned long t2_ioremap(unsigned long addr, 
  439.  unsigned long size
  440.  __attribute__((unused)))
  441. {
  442. return addr;
  443. }
  444. __EXTERN_INLINE void t2_iounmap(unsigned long addr)
  445. {
  446. return;
  447. }
  448. __EXTERN_INLINE int t2_is_ioaddr(unsigned long addr)
  449. {
  450. return (long)addr >= 0;
  451. }
  452. #undef vip
  453. #undef vuip
  454. #ifdef __WANT_IO_DEF
  455. #define __inb(p) t2_inb((unsigned long)(p))
  456. #define __inw(p) t2_inw((unsigned long)(p))
  457. #define __inl(p) t2_inl((unsigned long)(p))
  458. #define __outb(x,p) t2_outb((x),(unsigned long)(p))
  459. #define __outw(x,p) t2_outw((x),(unsigned long)(p))
  460. #define __outl(x,p) t2_outl((x),(unsigned long)(p))
  461. #define __readb(a) t2_readb((unsigned long)(a))
  462. #define __readw(a) t2_readw((unsigned long)(a))
  463. #define __readl(a) t2_readl((unsigned long)(a))
  464. #define __readq(a) t2_readq((unsigned long)(a))
  465. #define __writeb(x,a) t2_writeb((x),(unsigned long)(a))
  466. #define __writew(x,a) t2_writew((x),(unsigned long)(a))
  467. #define __writel(x,a) t2_writel((x),(unsigned long)(a))
  468. #define __writeq(x,a) t2_writeq((x),(unsigned long)(a))
  469. #define __ioremap(a,s) t2_ioremap((unsigned long)(a),(s))
  470. #define __iounmap(a) t2_iounmap((unsigned long)(a))
  471. #define __is_ioaddr(a) t2_is_ioaddr((unsigned long)(a))
  472. #endif /* __WANT_IO_DEF */
  473. #ifdef __IO_EXTERN_INLINE
  474. #undef __EXTERN_INLINE
  475. #undef __IO_EXTERN_INLINE
  476. #endif
  477. #endif /* __KERNEL__ */
  478. #endif /* __ALPHA_T2__H__ */