home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / Vector18.lha / include / pio_hard.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-24  |  1.2 KB  |  68 lines

  1. /*
  2.  * $Header: DH0:src/asm/parallel/include/RCS/pio_hard.h,v 1.1 92/08/24 20:23:18 Barnard Exp $
  3.  *
  4.  *****************************************************************************
  5.  *
  6.  * P I O - D E V I C E
  7.  *
  8.  *****************************************************************************
  9.  *
  10.  * defines for the pio.device
  11.  *
  12.  *****************************************************************************
  13.  */
  14.  
  15. #ifndef DEVICES_PIOHARD_H
  16. #define DEVICES_PIOHARD_H
  17.  
  18.  
  19. /*
  20.  * PIO
  21.  *
  22.  */
  23.  
  24. #define PIO_BASE        0*2
  25.  
  26. #define PIO_PGCR        0*2
  27. #define PIO_PSRR        1*2
  28. #define PIO_PADDR        2*2
  29. #define PIO_PBDDR        3*2
  30. #define PIO_PCDDR        4*2
  31. #define PIO_PIVR        5*2
  32. #define PIO_PACR        6*2
  33. #define PIO_PBCR        7*2
  34. #define PIO_PADR        8*2
  35. #define PIO_PBDR        9*2
  36. #define PIO_PAAR        10*2
  37. #define PIO_PBAR        11*2
  38. #define PIO_PCDR        12*2
  39. #define PIO_PSR            13*2
  40.  
  41. /*
  42.  * Timer
  43.  *
  44.  */
  45.  
  46. #define PIO_TCR            16*2
  47. #define PIO_TIVR        17*2
  48. #define PIO_CPRH        19*2
  49. #define PIO_CPRM        20*2
  50. #define PIO_CPRL        21*2
  51. #define PIO_CNTRH        23*2
  52. #define PIO_CNTRM        24*2
  53. #define PIO_CNTRL        25*2
  54. #define PIO_TSR            26*2
  55.  
  56. /*
  57.  *  Channel-relative PIO Definitions
  58.  *
  59.  */
  60.  
  61. #define PIOR_DDR        2*2
  62. #define PIOR_PCR        6*2
  63. #define PIOR_PDR        8*2
  64. #define PIOR_PAR        10*2
  65.  
  66. #define PIO_ABASE        0
  67. #define PIO_BBASE        2
  68.