| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507 | /* * Copyright 2008-2010 Analog Devices Inc. * * Licensed under the Clear BSD license or the GPL-2 (or later) */#ifndef _DEF_BF547_H#define _DEF_BF547_H/* Include defBF54x_base.h for the set of #defines that are common to all ADSP-BF54x processors */#include "defBF54x_base.h"/* The following are the #defines needed by ADSP-BF547 that are not in the common header *//* Timer Registers */#define                    TIMER8_CONFIG  0xffc00600   /* Timer 8 Configuration Register */#define                   TIMER8_COUNTER  0xffc00604   /* Timer 8 Counter Register */#define                    TIMER8_PERIOD  0xffc00608   /* Timer 8 Period Register */#define                     TIMER8_WIDTH  0xffc0060c   /* Timer 8 Width Register */#define                    TIMER9_CONFIG  0xffc00610   /* Timer 9 Configuration Register */#define                   TIMER9_COUNTER  0xffc00614   /* Timer 9 Counter Register */#define                    TIMER9_PERIOD  0xffc00618   /* Timer 9 Period Register */#define                     TIMER9_WIDTH  0xffc0061c   /* Timer 9 Width Register */#define                   TIMER10_CONFIG  0xffc00620   /* Timer 10 Configuration Register */#define                  TIMER10_COUNTER  0xffc00624   /* Timer 10 Counter Register */#define                   TIMER10_PERIOD  0xffc00628   /* Timer 10 Period Register */#define                    TIMER10_WIDTH  0xffc0062c   /* Timer 10 Width Register *//* Timer Group of 3 Registers */#define                    TIMER_ENABLE1  0xffc00640   /* Timer Group of 3 Enable Register */#define                   TIMER_DISABLE1  0xffc00644   /* Timer Group of 3 Disable Register */#define                    TIMER_STATUS1  0xffc00648   /* Timer Group of 3 Status Register *//* SPORT0 Registers */#define                      SPORT0_TCR1  0xffc00800   /* SPORT0 Transmit Configuration 1 Register */#define                      SPORT0_TCR2  0xffc00804   /* SPORT0 Transmit Configuration 2 Register */#define                   SPORT0_TCLKDIV  0xffc00808   /* SPORT0 Transmit Serial Clock Divider Register */#define                    SPORT0_TFSDIV  0xffc0080c   /* SPORT0 Transmit Frame Sync Divider Register */#define                        SPORT0_TX  0xffc00810   /* SPORT0 Transmit Data Register */#define                        SPORT0_RX  0xffc00818   /* SPORT0 Receive Data Register */#define                      SPORT0_RCR1  0xffc00820   /* SPORT0 Receive Configuration 1 Register */#define                      SPORT0_RCR2  0xffc00824   /* SPORT0 Receive Configuration 2 Register */#define                   SPORT0_RCLKDIV  0xffc00828   /* SPORT0 Receive Serial Clock Divider Register */#define                    SPORT0_RFSDIV  0xffc0082c   /* SPORT0 Receive Frame Sync Divider Register */#define                      SPORT0_STAT  0xffc00830   /* SPORT0 Status Register */#define                      SPORT0_CHNL  0xffc00834   /* SPORT0 Current Channel Register */#define                     SPORT0_MCMC1  0xffc00838   /* SPORT0 Multi channel Configuration Register 1 */#define                     SPORT0_MCMC2  0xffc0083c   /* SPORT0 Multi channel Configuration Register 2 */#define                     SPORT0_MTCS0  0xffc00840   /* SPORT0 Multi channel Transmit Select Register 0 */#define                     SPORT0_MTCS1  0xffc00844   /* SPORT0 Multi channel Transmit Select Register 1 */#define                     SPORT0_MTCS2  0xffc00848   /* SPORT0 Multi channel Transmit Select Register 2 */#define                     SPORT0_MTCS3  0xffc0084c   /* SPORT0 Multi channel Transmit Select Register 3 */#define                     SPORT0_MRCS0  0xffc00850   /* SPORT0 Multi channel Receive Select Register 0 */#define                     SPORT0_MRCS1  0xffc00854   /* SPORT0 Multi channel Receive Select Register 1 */#define                     SPORT0_MRCS2  0xffc00858   /* SPORT0 Multi channel Receive Select Register 2 */#define                     SPORT0_MRCS3  0xffc0085c   /* SPORT0 Multi channel Receive Select Register 3 *//* EPPI0 Registers */#define                     EPPI0_STATUS  0xffc01000   /* EPPI0 Status Register */#define                     EPPI0_HCOUNT  0xffc01004   /* EPPI0 Horizontal Transfer Count Register */#define                     EPPI0_HDELAY  0xffc01008   /* EPPI0 Horizontal Delay Count Register */#define                     EPPI0_VCOUNT  0xffc0100c   /* EPPI0 Vertical Transfer Count Register */#define                     EPPI0_VDELAY  0xffc01010   /* EPPI0 Vertical Delay Count Register */#define                      EPPI0_FRAME  0xffc01014   /* EPPI0 Lines per Frame Register */#define                       EPPI0_LINE  0xffc01018   /* EPPI0 Samples per Line Register */#define                     EPPI0_CLKDIV  0xffc0101c   /* EPPI0 Clock Divide Register */#define                    EPPI0_CONTROL  0xffc01020   /* EPPI0 Control Register */#define                   EPPI0_FS1W_HBL  0xffc01024   /* EPPI0 FS1 Width Register / EPPI0 Horizontal Blanking Samples Per Line Register */#define                  EPPI0_FS1P_AVPL  0xffc01028   /* EPPI0 FS1 Period Register / EPPI0 Active Video Samples Per Line Register */#define                   EPPI0_FS2W_LVB  0xffc0102c   /* EPPI0 FS2 Width Register / EPPI0 Lines of Vertical Blanking Register */#define                  EPPI0_FS2P_LAVF  0xffc01030   /* EPPI0 FS2 Period Register/ EPPI0 Lines of Active Video Per Field Register */#define                       EPPI0_CLIP  0xffc01034   /* EPPI0 Clipping Register *//* UART2 Registers */#define                        UART2_DLL  0xffc02100   /* Divisor Latch Low Byte */#define                        UART2_DLH  0xffc02104   /* Divisor Latch High Byte */#define                       UART2_GCTL  0xffc02108   /* Global Control Register */#define                        UART2_LCR  0xffc0210c   /* Line Control Register */#define                        UART2_MCR  0xffc02110   /* Modem Control Register */#define                        UART2_LSR  0xffc02114   /* Line Status Register */#define                        UART2_MSR  0xffc02118   /* Modem Status Register */#define                        UART2_SCR  0xffc0211c   /* Scratch Register */#define                    UART2_IER_SET  0xffc02120   /* Interrupt Enable Register Set */#define                  UART2_IER_CLEAR  0xffc02124   /* Interrupt Enable Register Clear */#define                        UART2_RBR  0xffc0212c   /* Receive Buffer Register *//* Two Wire Interface Registers (TWI1) */#define                     TWI1_REGBASE  0xffc02200#define                      TWI1_CLKDIV  0xffc02200   /* Clock Divider Register */#define                     TWI1_CONTROL  0xffc02204   /* TWI Control Register */#define                   TWI1_SLAVE_CTL  0xffc02208   /* TWI Slave Mode Control Register */#define                  TWI1_SLAVE_STAT  0xffc0220c   /* TWI Slave Mode Status Register */#define                  TWI1_SLAVE_ADDR  0xffc02210   /* TWI Slave Mode Address Register */#define                  TWI1_MASTER_CTL  0xffc02214   /* TWI Master Mode Control Register */#define                 TWI1_MASTER_STAT  0xffc02218   /* TWI Master Mode Status Register */#define                 TWI1_MASTER_ADDR  0xffc0221c   /* TWI Master Mode Address Register */#define                    TWI1_INT_STAT  0xffc02220   /* TWI Interrupt Status Register */#define                    TWI1_INT_MASK  0xffc02224   /* TWI Interrupt Mask Register */#define                    TWI1_FIFO_CTL  0xffc02228   /* TWI FIFO Control Register */#define                   TWI1_FIFO_STAT  0xffc0222c   /* TWI FIFO Status Register */#define                   TWI1_XMT_DATA8  0xffc02280   /* TWI FIFO Transmit Data Single Byte Register */#define                  TWI1_XMT_DATA16  0xffc02284   /* TWI FIFO Transmit Data Double Byte Register */#define                   TWI1_RCV_DATA8  0xffc02288   /* TWI FIFO Receive Data Single Byte Register */#define                  TWI1_RCV_DATA16  0xffc0228c   /* TWI FIFO Receive Data Double Byte Register *//* SPI2  Registers */#define                     SPI2_REGBASE  0xffc02400#define                         SPI2_CTL  0xffc02400   /* SPI2 Control Register */#define                         SPI2_FLG  0xffc02404   /* SPI2 Flag Register */#define                        SPI2_STAT  0xffc02408   /* SPI2 Status Register */#define                        SPI2_TDBR  0xffc0240c   /* SPI2 Transmit Data Buffer Register */#define                        SPI2_RDBR  0xffc02410   /* SPI2 Receive Data Buffer Register */#define                        SPI2_BAUD  0xffc02414   /* SPI2 Baud Rate Register */#define                      SPI2_SHADOW  0xffc02418   /* SPI2 Receive Data Buffer Shadow Register *//* ATAPI Registers */#define                    ATAPI_CONTROL  0xffc03800   /* ATAPI Control Register */#define                     ATAPI_STATUS  0xffc03804   /* ATAPI Status Register */#define                   ATAPI_DEV_ADDR  0xffc03808   /* ATAPI Device Register Address */#define                  ATAPI_DEV_TXBUF  0xffc0380c   /* ATAPI Device Register Write Data */#define                  ATAPI_DEV_RXBUF  0xffc03810   /* ATAPI Device Register Read Data */#define                   ATAPI_INT_MASK  0xffc03814   /* ATAPI Interrupt Mask Register */#define                 ATAPI_INT_STATUS  0xffc03818   /* ATAPI Interrupt Status Register */#define                   ATAPI_XFER_LEN  0xffc0381c   /* ATAPI Length of Transfer */#define                ATAPI_LINE_STATUS  0xffc03820   /* ATAPI Line Status */#define                   ATAPI_SM_STATE  0xffc03824   /* ATAPI State Machine Status */#define                  ATAPI_TERMINATE  0xffc03828   /* ATAPI Host Terminate */#define                 ATAPI_PIO_TFRCNT  0xffc0382c   /* ATAPI PIO mode transfer count */#define                 ATAPI_DMA_TFRCNT  0xffc03830   /* ATAPI DMA mode transfer count */#define               ATAPI_UMAIN_TFRCNT  0xffc03834   /* ATAPI UDMAIN transfer count */#define             ATAPI_UDMAOUT_TFRCNT  0xffc03838   /* ATAPI UDMAOUT transfer count */#define                  ATAPI_REG_TIM_0  0xffc03840   /* ATAPI Register Transfer Timing 0 */#define                  ATAPI_PIO_TIM_0  0xffc03844   /* ATAPI PIO Timing 0 Register */#define                  ATAPI_PIO_TIM_1  0xffc03848   /* ATAPI PIO Timing 1 Register */#define                ATAPI_MULTI_TIM_0  0xffc03850   /* ATAPI Multi-DMA Timing 0 Register */#define                ATAPI_MULTI_TIM_1  0xffc03854   /* ATAPI Multi-DMA Timing 1 Register */#define                ATAPI_MULTI_TIM_2  0xffc03858   /* ATAPI Multi-DMA Timing 2 Register */#define                ATAPI_ULTRA_TIM_0  0xffc03860   /* ATAPI Ultra-DMA Timing 0 Register */#define                ATAPI_ULTRA_TIM_1  0xffc03864   /* ATAPI Ultra-DMA Timing 1 Register */#define                ATAPI_ULTRA_TIM_2  0xffc03868   /* ATAPI Ultra-DMA Timing 2 Register */#define                ATAPI_ULTRA_TIM_3  0xffc0386c   /* ATAPI Ultra-DMA Timing 3 Register *//* SDH Registers */#define                      SDH_PWR_CTL  0xffc03900   /* SDH Power Control */#define                      SDH_CLK_CTL  0xffc03904   /* SDH Clock Control */#define                     SDH_ARGUMENT  0xffc03908   /* SDH Argument */#define                      SDH_COMMAND  0xffc0390c   /* SDH Command */#define                     SDH_RESP_CMD  0xffc03910   /* SDH Response Command */#define                    SDH_RESPONSE0  0xffc03914   /* SDH Response0 */#define                    SDH_RESPONSE1  0xffc03918   /* SDH Response1 */#define                    SDH_RESPONSE2  0xffc0391c   /* SDH Response2 */#define                    SDH_RESPONSE3  0xffc03920   /* SDH Response3 */#define                   SDH_DATA_TIMER  0xffc03924   /* SDH Data Timer */#define                    SDH_DATA_LGTH  0xffc03928   /* SDH Data Length */#define                     SDH_DATA_CTL  0xffc0392c   /* SDH Data Control */#define                     SDH_DATA_CNT  0xffc03930   /* SDH Data Counter */#define                       SDH_STATUS  0xffc03934   /* SDH Status */#define                   SDH_STATUS_CLR  0xffc03938   /* SDH Status Clear */#define                        SDH_MASK0  0xffc0393c   /* SDH Interrupt0 Mask */#define                        SDH_MASK1  0xffc03940   /* SDH Interrupt1 Mask */#define                     SDH_FIFO_CNT  0xffc03948   /* SDH FIFO Counter */#define                         SDH_FIFO  0xffc03980   /* SDH Data FIFO */#define                     SDH_E_STATUS  0xffc039c0   /* SDH Exception Status */#define                       SDH_E_MASK  0xffc039c4   /* SDH Exception Mask */#define                          SDH_CFG  0xffc039c8   /* SDH Configuration */#define                   SDH_RD_WAIT_EN  0xffc039cc   /* SDH Read Wait Enable */#define                         SDH_PID0  0xffc039d0   /* SDH Peripheral Identification0 */#define                         SDH_PID1  0xffc039d4   /* SDH Peripheral Identification1 */#define                         SDH_PID2  0xffc039d8   /* SDH Peripheral Identification2 */#define                         SDH_PID3  0xffc039dc   /* SDH Peripheral Identification3 */#define                         SDH_PID4  0xffc039e0   /* SDH Peripheral Identification4 */#define                         SDH_PID5  0xffc039e4   /* SDH Peripheral Identification5 */#define                         SDH_PID6  0xffc039e8   /* SDH Peripheral Identification6 */#define                         SDH_PID7  0xffc039ec   /* SDH Peripheral Identification7 *//* HOST Port Registers */#define                     HOST_CONTROL  0xffc03a00   /* HOST Control Register */#define                      HOST_STATUS  0xffc03a04   /* HOST Status Register */#define                     HOST_TIMEOUT  0xffc03a08   /* HOST Acknowledge Mode Timeout Register *//* USB Control Registers */#define                        USB_FADDR  0xffc03c00   /* Function address register */#define                        USB_POWER  0xffc03c04   /* Power management register */#define                       USB_INTRTX  0xffc03c08   /* Interrupt register for endpoint 0 and Tx endpoint 1 to 7 */#define                       USB_INTRRX  0xffc03c0c   /* Interrupt register for Rx endpoints 1 to 7 */#define                      USB_INTRTXE  0xffc03c10   /* Interrupt enable register for IntrTx */#define                      USB_INTRRXE  0xffc03c14   /* Interrupt enable register for IntrRx */#define                      USB_INTRUSB  0xffc03c18   /* Interrupt register for common USB interrupts */#define                     USB_INTRUSBE  0xffc03c1c   /* Interrupt enable register for IntrUSB */#define                        USB_FRAME  0xffc03c20   /* USB frame number */#define                        USB_INDEX  0xffc03c24   /* Index register for selecting the indexed endpoint registers */#define                     USB_TESTMODE  0xffc03c28   /* Enabled USB 20 test modes */#define                     USB_GLOBINTR  0xffc03c2c   /* Global Interrupt Mask register and Wakeup Exception Interrupt */#define                   USB_GLOBAL_CTL  0xffc03c30   /* Global Clock Control for the core *//* USB Packet Control Registers */#define                USB_TX_MAX_PACKET  0xffc03c40   /* Maximum packet size for Host Tx endpoint */#define                         USB_CSR0  0xffc03c44   /* Control Status register for endpoint 0 and Control Status register for Host Tx endpoint */#define                        USB_TXCSR  0xffc03c44   /* Control Status register for endpoint 0 and Control Status register for Host Tx endpoint */#define                USB_RX_MAX_PACKET  0xffc03c48   /* Maximum packet size for Host Rx endpoint */#define                        USB_RXCSR  0xffc03c4c   /* Control Status register for Host Rx endpoint */#define                       USB_COUNT0  0xffc03c50   /* Number of bytes received in endpoint 0 FIFO and Number of bytes received in Host Tx endpoint */#define                      USB_RXCOUNT  0xffc03c50   /* Number of bytes received in endpoint 0 FIFO and Number of bytes received in Host Tx endpoint */#define                       USB_TXTYPE  0xffc03c54   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint */#define                    USB_NAKLIMIT0  0xffc03c58   /* Sets the NAK response timeout on Endpoint 0 and on Bulk transfers for Host Tx endpoint */#define                   USB_TXINTERVAL  0xffc03c58   /* Sets the NAK response timeout on Endpoint 0 and on Bulk transfers for Host Tx endpoint */#define                       USB_RXTYPE  0xffc03c5c   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint */#define                   USB_RXINTERVAL  0xffc03c60   /* Sets the polling interval for Interrupt and Isochronous transfers or the NAK response timeout on Bulk transfers */#define                      USB_TXCOUNT  0xffc03c68   /* Number of bytes to be written to the selected endpoint Tx FIFO *//* USB Endpoint FIFO Registers */#define                     USB_EP0_FIFO  0xffc03c80   /* Endpoint 0 FIFO */#define                     USB_EP1_FIFO  0xffc03c88   /* Endpoint 1 FIFO */#define                     USB_EP2_FIFO  0xffc03c90   /* Endpoint 2 FIFO */#define                     USB_EP3_FIFO  0xffc03c98   /* Endpoint 3 FIFO */#define                     USB_EP4_FIFO  0xffc03ca0   /* Endpoint 4 FIFO */#define                     USB_EP5_FIFO  0xffc03ca8   /* Endpoint 5 FIFO */#define                     USB_EP6_FIFO  0xffc03cb0   /* Endpoint 6 FIFO */#define                     USB_EP7_FIFO  0xffc03cb8   /* Endpoint 7 FIFO *//* USB OTG Control Registers */#define                  USB_OTG_DEV_CTL  0xffc03d00   /* OTG Device Control Register */#define                 USB_OTG_VBUS_IRQ  0xffc03d04   /* OTG VBUS Control Interrupts */#define                USB_OTG_VBUS_MASK  0xffc03d08   /* VBUS Control Interrupt Enable *//* USB Phy Control Registers */#define                     USB_LINKINFO  0xffc03d48   /* Enables programming of some PHY-side delays */#define                        USB_VPLEN  0xffc03d4c   /* Determines duration of VBUS pulse for VBUS charging */#define                      USB_HS_EOF1  0xffc03d50   /* Time buffer for High-Speed transactions */#define                      USB_FS_EOF1  0xffc03d54   /* Time buffer for Full-Speed transactions */#define                      USB_LS_EOF1  0xffc03d58   /* Time buffer for Low-Speed transactions *//* (APHY_CNTRL is for ADI usage only) */#define                   USB_APHY_CNTRL  0xffc03de0   /* Register that increases visibility of Analog PHY *//* (APHY_CALIB is for ADI usage only) */#define                   USB_APHY_CALIB  0xffc03de4   /* Register used to set some calibration values */#define                  USB_APHY_CNTRL2  0xffc03de8   /* Register used to prevent re-enumeration once Moab goes into hibernate mode *//* (PHY_TEST is for ADI usage only) */#define                     USB_PHY_TEST  0xffc03dec   /* Used for reducing simulation time and simplifies FIFO testability */#define                  USB_PLLOSC_CTRL  0xffc03df0   /* Used to program different parameters for USB PLL and Oscillator */#define                   USB_SRP_CLKDIV  0xffc03df4   /* Used to program clock divide value for the clock fed to the SRP detection logic *//* USB Endpoint 0 Control Registers */#define                USB_EP_NI0_TXMAXP  0xffc03e00   /* Maximum packet size for Host Tx endpoint0 */#define                 USB_EP_NI0_TXCSR  0xffc03e04   /* Control Status register for endpoint 0 */#define                USB_EP_NI0_RXMAXP  0xffc03e08   /* Maximum packet size for Host Rx endpoint0 */#define                 USB_EP_NI0_RXCSR  0xffc03e0c   /* Control Status register for Host Rx endpoint0 */#define               USB_EP_NI0_RXCOUNT  0xffc03e10   /* Number of bytes received in endpoint 0 FIFO */#define                USB_EP_NI0_TXTYPE  0xffc03e14   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint0 */#define            USB_EP_NI0_TXINTERVAL  0xffc03e18   /* Sets the NAK response timeout on Endpoint 0 */#define                USB_EP_NI0_RXTYPE  0xffc03e1c   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint0 */#define            USB_EP_NI0_RXINTERVAL  0xffc03e20   /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint0 */#define               USB_EP_NI0_TXCOUNT  0xffc03e28   /* Number of bytes to be written to the endpoint0 Tx FIFO *//* USB Endpoint 1 Control Registers */#define                USB_EP_NI1_TXMAXP  0xffc03e40   /* Maximum packet size for Host Tx endpoint1 */#define                 USB_EP_NI1_TXCSR  0xffc03e44   /* Control Status register for endpoint1 */#define                USB_EP_NI1_RXMAXP  0xffc03e48   /* Maximum packet size for Host Rx endpoint1 */#define                 USB_EP_NI1_RXCSR  0xffc03e4c   /* Control Status register for Host Rx endpoint1 */#define               USB_EP_NI1_RXCOUNT  0xffc03e50   /* Number of bytes received in endpoint1 FIFO */#define                USB_EP_NI1_TXTYPE  0xffc03e54   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint1 */#define            USB_EP_NI1_TXINTERVAL  0xffc03e58   /* Sets the NAK response timeout on Endpoint1 */#define                USB_EP_NI1_RXTYPE  0xffc03e5c   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint1 */#define            USB_EP_NI1_RXINTERVAL  0xffc03e60   /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint1 */#define               USB_EP_NI1_TXCOUNT  0xffc03e68   /* Number of bytes to be written to the+H102 endpoint1 Tx FIFO *//* USB Endpoint 2 Control Registers */#define                USB_EP_NI2_TXMAXP  0xffc03e80   /* Maximum packet size for Host Tx endpoint2 */#define                 USB_EP_NI2_TXCSR  0xffc03e84   /* Control Status register for endpoint2 */#define                USB_EP_NI2_RXMAXP  0xffc03e88   /* Maximum packet size for Host Rx endpoint2 */#define                 USB_EP_NI2_RXCSR  0xffc03e8c   /* Control Status register for Host Rx endpoint2 */#define               USB_EP_NI2_RXCOUNT  0xffc03e90   /* Number of bytes received in endpoint2 FIFO */#define                USB_EP_NI2_TXTYPE  0xffc03e94   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint2 */#define            USB_EP_NI2_TXINTERVAL  0xffc03e98   /* Sets the NAK response timeout on Endpoint2 */#define                USB_EP_NI2_RXTYPE  0xffc03e9c   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint2 */#define            USB_EP_NI2_RXINTERVAL  0xffc03ea0   /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint2 */#define               USB_EP_NI2_TXCOUNT  0xffc03ea8   /* Number of bytes to be written to the endpoint2 Tx FIFO *//* USB Endpoint 3 Control Registers */#define                USB_EP_NI3_TXMAXP  0xffc03ec0   /* Maximum packet size for Host Tx endpoint3 */#define                 USB_EP_NI3_TXCSR  0xffc03ec4   /* Control Status register for endpoint3 */#define                USB_EP_NI3_RXMAXP  0xffc03ec8   /* Maximum packet size for Host Rx endpoint3 */#define                 USB_EP_NI3_RXCSR  0xffc03ecc   /* Control Status register for Host Rx endpoint3 */#define               USB_EP_NI3_RXCOUNT  0xffc03ed0   /* Number of bytes received in endpoint3 FIFO */#define                USB_EP_NI3_TXTYPE  0xffc03ed4   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint3 */#define            USB_EP_NI3_TXINTERVAL  0xffc03ed8   /* Sets the NAK response timeout on Endpoint3 */#define                USB_EP_NI3_RXTYPE  0xffc03edc   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint3 */#define            USB_EP_NI3_RXINTERVAL  0xffc03ee0   /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint3 */#define               USB_EP_NI3_TXCOUNT  0xffc03ee8   /* Number of bytes to be written to the H124endpoint3 Tx FIFO *//* USB Endpoint 4 Control Registers */#define                USB_EP_NI4_TXMAXP  0xffc03f00   /* Maximum packet size for Host Tx endpoint4 */#define                 USB_EP_NI4_TXCSR  0xffc03f04   /* Control Status register for endpoint4 */#define                USB_EP_NI4_RXMAXP  0xffc03f08   /* Maximum packet size for Host Rx endpoint4 */#define                 USB_EP_NI4_RXCSR  0xffc03f0c   /* Control Status register for Host Rx endpoint4 */#define               USB_EP_NI4_RXCOUNT  0xffc03f10   /* Number of bytes received in endpoint4 FIFO */#define                USB_EP_NI4_TXTYPE  0xffc03f14   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint4 */#define            USB_EP_NI4_TXINTERVAL  0xffc03f18   /* Sets the NAK response timeout on Endpoint4 */#define                USB_EP_NI4_RXTYPE  0xffc03f1c   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint4 */#define            USB_EP_NI4_RXINTERVAL  0xffc03f20   /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint4 */#define               USB_EP_NI4_TXCOUNT  0xffc03f28   /* Number of bytes to be written to the endpoint4 Tx FIFO *//* USB Endpoint 5 Control Registers */#define                USB_EP_NI5_TXMAXP  0xffc03f40   /* Maximum packet size for Host Tx endpoint5 */#define                 USB_EP_NI5_TXCSR  0xffc03f44   /* Control Status register for endpoint5 */#define                USB_EP_NI5_RXMAXP  0xffc03f48   /* Maximum packet size for Host Rx endpoint5 */#define                 USB_EP_NI5_RXCSR  0xffc03f4c   /* Control Status register for Host Rx endpoint5 */#define               USB_EP_NI5_RXCOUNT  0xffc03f50   /* Number of bytes received in endpoint5 FIFO */#define                USB_EP_NI5_TXTYPE  0xffc03f54   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint5 */#define            USB_EP_NI5_TXINTERVAL  0xffc03f58   /* Sets the NAK response timeout on Endpoint5 */#define                USB_EP_NI5_RXTYPE  0xffc03f5c   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint5 */#define            USB_EP_NI5_RXINTERVAL  0xffc03f60   /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint5 */#define               USB_EP_NI5_TXCOUNT  0xffc03f68   /* Number of bytes to be written to the H145endpoint5 Tx FIFO *//* USB Endpoint 6 Control Registers */#define                USB_EP_NI6_TXMAXP  0xffc03f80   /* Maximum packet size for Host Tx endpoint6 */#define                 USB_EP_NI6_TXCSR  0xffc03f84   /* Control Status register for endpoint6 */#define                USB_EP_NI6_RXMAXP  0xffc03f88   /* Maximum packet size for Host Rx endpoint6 */#define                 USB_EP_NI6_RXCSR  0xffc03f8c   /* Control Status register for Host Rx endpoint6 */#define               USB_EP_NI6_RXCOUNT  0xffc03f90   /* Number of bytes received in endpoint6 FIFO */#define                USB_EP_NI6_TXTYPE  0xffc03f94   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint6 */#define            USB_EP_NI6_TXINTERVAL  0xffc03f98   /* Sets the NAK response timeout on Endpoint6 */#define                USB_EP_NI6_RXTYPE  0xffc03f9c   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint6 */#define            USB_EP_NI6_RXINTERVAL  0xffc03fa0   /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint6 */#define               USB_EP_NI6_TXCOUNT  0xffc03fa8   /* Number of bytes to be written to the endpoint6 Tx FIFO *//* USB Endpoint 7 Control Registers */#define                USB_EP_NI7_TXMAXP  0xffc03fc0   /* Maximum packet size for Host Tx endpoint7 */#define                 USB_EP_NI7_TXCSR  0xffc03fc4   /* Control Status register for endpoint7 */#define                USB_EP_NI7_RXMAXP  0xffc03fc8   /* Maximum packet size for Host Rx endpoint7 */#define                 USB_EP_NI7_RXCSR  0xffc03fcc   /* Control Status register for Host Rx endpoint7 */#define               USB_EP_NI7_RXCOUNT  0xffc03fd0   /* Number of bytes received in endpoint7 FIFO */#define                USB_EP_NI7_TXTYPE  0xffc03fd4   /* Sets the transaction protocol and peripheral endpoint number for the Host Tx endpoint7 */#define            USB_EP_NI7_TXINTERVAL  0xffc03fd8   /* Sets the NAK response timeout on Endpoint7 */#define                USB_EP_NI7_RXTYPE  0xffc03fdc   /* Sets the transaction protocol and peripheral endpoint number for the Host Rx endpoint7 */#define            USB_EP_NI7_RXINTERVAL  0xffc03fe0   /* Sets the polling interval for Interrupt/Isochronous transfers or the NAK response timeout on Bulk transfers for Host Rx endpoint7 */#define               USB_EP_NI7_TXCOUNT  0xffc03fe8   /* Number of bytes to be written to the endpoint7 Tx FIFO */#define                USB_DMA_INTERRUPT  0xffc04000   /* Indicates pending interrupts for the DMA channels *//* USB Channel 0 Config Registers */#define                  USB_DMA0CONTROL  0xffc04004   /* DMA master channel 0 configuration */#define                  USB_DMA0ADDRLOW  0xffc04008   /* Lower 16-bits of memory source/destination address for DMA master channel 0 */#define                 USB_DMA0ADDRHIGH  0xffc0400c   /* Upper 16-bits of memory source/destination address for DMA master channel 0 */#define                 USB_DMA0COUNTLOW  0xffc04010   /* Lower 16-bits of byte count of DMA transfer for DMA master channel 0 */#define                USB_DMA0COUNTHIGH  0xffc04014   /* Upper 16-bits of byte count of DMA transfer for DMA master channel 0 *//* USB Channel 1 Config Registers */#define                  USB_DMA1CONTROL  0xffc04024   /* DMA master channel 1 configuration */#define                  USB_DMA1ADDRLOW  0xffc04028   /* Lower 16-bits of memory source/destination address for DMA master channel 1 */#define                 USB_DMA1ADDRHIGH  0xffc0402c   /* Upper 16-bits of memory source/destination address for DMA master channel 1 */#define                 USB_DMA1COUNTLOW  0xffc04030   /* Lower 16-bits of byte count of DMA transfer for DMA master channel 1 */#define                USB_DMA1COUNTHIGH  0xffc04034   /* Upper 16-bits of byte count of DMA transfer for DMA master channel 1 *//* USB Channel 2 Config Registers */#define                  USB_DMA2CONTROL  0xffc04044   /* DMA master channel 2 configuration */#define                  USB_DMA2ADDRLOW  0xffc04048   /* Lower 16-bits of memory source/destination address for DMA master channel 2 */#define                 USB_DMA2ADDRHIGH  0xffc0404c   /* Upper 16-bits of memory source/destination address for DMA master channel 2 */#define                 USB_DMA2COUNTLOW  0xffc04050   /* Lower 16-bits of byte count of DMA transfer for DMA master channel 2 */#define                USB_DMA2COUNTHIGH  0xffc04054   /* Upper 16-bits of byte count of DMA transfer for DMA master channel 2 *//* USB Channel 3 Config Registers */#define                  USB_DMA3CONTROL  0xffc04064   /* DMA master channel 3 configuration */#define                  USB_DMA3ADDRLOW  0xffc04068   /* Lower 16-bits of memory source/destination address for DMA master channel 3 */#define                 USB_DMA3ADDRHIGH  0xffc0406c   /* Upper 16-bits of memory source/destination address for DMA master channel 3 */#define                 USB_DMA3COUNTLOW  0xffc04070   /* Lower 16-bits of byte count of DMA transfer for DMA master channel 3 */#define                USB_DMA3COUNTHIGH  0xffc04074   /* Upper 16-bits of byte count of DMA transfer for DMA master channel 3 *//* USB Channel 4 Config Registers */#define                  USB_DMA4CONTROL  0xffc04084   /* DMA master channel 4 configuration */#define                  USB_DMA4ADDRLOW  0xffc04088   /* Lower 16-bits of memory source/destination address for DMA master channel 4 */#define                 USB_DMA4ADDRHIGH  0xffc0408c   /* Upper 16-bits of memory source/destination address for DMA master channel 4 */#define                 USB_DMA4COUNTLOW  0xffc04090   /* Lower 16-bits of byte count of DMA transfer for DMA master channel 4 */#define                USB_DMA4COUNTHIGH  0xffc04094   /* Upper 16-bits of byte count of DMA transfer for DMA master channel 4 *//* USB Channel 5 Config Registers */#define                  USB_DMA5CONTROL  0xffc040a4   /* DMA master channel 5 configuration */#define                  USB_DMA5ADDRLOW  0xffc040a8   /* Lower 16-bits of memory source/destination address for DMA master channel 5 */#define                 USB_DMA5ADDRHIGH  0xffc040ac   /* Upper 16-bits of memory source/destination address for DMA master channel 5 */#define                 USB_DMA5COUNTLOW  0xffc040b0   /* Lower 16-bits of byte count of DMA transfer for DMA master channel 5 */#define                USB_DMA5COUNTHIGH  0xffc040b4   /* Upper 16-bits of byte count of DMA transfer for DMA master channel 5 *//* USB Channel 6 Config Registers */#define                  USB_DMA6CONTROL  0xffc040c4   /* DMA master channel 6 configuration */#define                  USB_DMA6ADDRLOW  0xffc040c8   /* Lower 16-bits of memory source/destination address for DMA master channel 6 */#define                 USB_DMA6ADDRHIGH  0xffc040cc   /* Upper 16-bits of memory source/destination address for DMA master channel 6 */#define                 USB_DMA6COUNTLOW  0xffc040d0   /* Lower 16-bits of byte count of DMA transfer for DMA master channel 6 */#define                USB_DMA6COUNTHIGH  0xffc040d4   /* Upper 16-bits of byte count of DMA transfer for DMA master channel 6 *//* USB Channel 7 Config Registers */#define                  USB_DMA7CONTROL  0xffc040e4   /* DMA master channel 7 configuration */#define                  USB_DMA7ADDRLOW  0xffc040e8   /* Lower 16-bits of memory source/destination address for DMA master channel 7 */#define                 USB_DMA7ADDRHIGH  0xffc040ec   /* Upper 16-bits of memory source/destination address for DMA master channel 7 */#define                 USB_DMA7COUNTLOW  0xffc040f0   /* Lower 16-bits of byte count of DMA transfer for DMA master channel 7 */#define                USB_DMA7COUNTHIGH  0xffc040f4   /* Upper 16-bits of byte count of DMA transfer for DMA master channel 7 *//* Keypad Registers */#define                         KPAD_CTL  0xffc04100   /* Controls keypad module enable and disable */#define                    KPAD_PRESCALE  0xffc04104   /* Establish a time base for programing the KPAD_MSEL register */#define                        KPAD_MSEL  0xffc04108   /* Selects delay parameters for keypad interface sensitivity */#define                      KPAD_ROWCOL  0xffc0410c   /* Captures the row and column output values of the keys pressed */#define                        KPAD_STAT  0xffc04110   /* Holds and clears the status of the keypad interface interrupt */#define                    KPAD_SOFTEVAL  0xffc04114   /* Lets software force keypad interface to check for keys being pressed *//* Pixel Compositor (PIXC) Registers */#define                         PIXC_CTL  0xffc04400   /* Overlay enable, resampling mode, I/O data format, transparency enable, watermark level, FIFO status */#define                         PIXC_PPL  0xffc04404   /* Holds the number of pixels per line of the display */#define                         PIXC_LPF  0xffc04408   /* Holds the number of lines per frame of the display */#define                     PIXC_AHSTART  0xffc0440c   /* Contains horizontal start pixel information of the overlay data (set A) */#define                       PIXC_AHEND  0xffc04410   /* Contains horizontal end pixel information of the overlay data (set A) */#define                     PIXC_AVSTART  0xffc04414   /* Contains vertical start pixel information of the overlay data (set A) */#define                       PIXC_AVEND  0xffc04418   /* Contains vertical end pixel information of the overlay data (set A) */#define                     PIXC_ATRANSP  0xffc0441c   /* Contains the transparency ratio (set A) */#define                     PIXC_BHSTART  0xffc04420   /* Contains horizontal start pixel information of the overlay data (set B) */#define                       PIXC_BHEND  0xffc04424   /* Contains horizontal end pixel information of the overlay data (set B) */#define                     PIXC_BVSTART  0xffc04428   /* Contains vertical start pixel information of the overlay data (set B) */#define                       PIXC_BVEND  0xffc0442c   /* Contains vertical end pixel information of the overlay data (set B) */#define                     PIXC_BTRANSP  0xffc04430   /* Contains the transparency ratio (set B) */#define                    PIXC_INTRSTAT  0xffc0443c   /* Overlay interrupt configuration/status */#define                       PIXC_RYCON  0xffc04440   /* Color space conversion matrix register. Contains the R/Y conversion coefficients */#define                       PIXC_GUCON  0xffc04444   /* Color space conversion matrix register. Contains the G/U conversion coefficients */#define                       PIXC_BVCON  0xffc04448   /* Color space conversion matrix register. Contains the B/V conversion coefficients */#define                      PIXC_CCBIAS  0xffc0444c   /* Bias values for the color space conversion matrix */#define                          PIXC_TC  0xffc04450   /* Holds the transparent color value *//* Handshake MDMA 0 Registers */#define                   HMDMA0_CONTROL  0xffc04500   /* Handshake MDMA0 Control Register */#define                    HMDMA0_ECINIT  0xffc04504   /* Handshake MDMA0 Initial Edge Count Register */#define                    HMDMA0_BCINIT  0xffc04508   /* Handshake MDMA0 Initial Block Count Register */#define                  HMDMA0_ECURGENT  0xffc0450c   /* Handshake MDMA0 Urgent Edge Count Threshold Register */#define                HMDMA0_ECOVERFLOW  0xffc04510   /* Handshake MDMA0 Edge Count Overflow Interrupt Register */#define                    HMDMA0_ECOUNT  0xffc04514   /* Handshake MDMA0 Current Edge Count Register */#define                    HMDMA0_BCOUNT  0xffc04518   /* Handshake MDMA0 Current Block Count Register *//* Handshake MDMA 1 Registers */#define                   HMDMA1_CONTROL  0xffc04540   /* Handshake MDMA1 Control Register */#define                    HMDMA1_ECINIT  0xffc04544   /* Handshake MDMA1 Initial Edge Count Register */#define                    HMDMA1_BCINIT  0xffc04548   /* Handshake MDMA1 Initial Block Count Register */#define                  HMDMA1_ECURGENT  0xffc0454c   /* Handshake MDMA1 Urgent Edge Count Threshold Register */#define                HMDMA1_ECOVERFLOW  0xffc04550   /* Handshake MDMA1 Edge Count Overflow Interrupt Register */#define                    HMDMA1_ECOUNT  0xffc04554   /* Handshake MDMA1 Current Edge Count Register */#define                    HMDMA1_BCOUNT  0xffc04558   /* Handshake MDMA1 Current Block Count Register *//* ********************************************************** *//*     SINGLE BIT MACRO PAIRS (bit mask and negated one)      *//*     and MULTI BIT READ MACROS                              *//* ********************************************************** *//* Bit masks for PIXC_CTL */#define                   PIXC_EN  0x1        /* Pixel Compositor Enable */#define                  OVR_A_EN  0x2        /* Overlay A Enable */#define                  OVR_B_EN  0x4        /* Overlay B Enable */#define                  IMG_FORM  0x8        /* Image Data Format */#define                  OVR_FORM  0x10       /* Overlay Data Format */#define                  OUT_FORM  0x20       /* Output Data Format */#define                   UDS_MOD  0x40       /* Resampling Mode */#define                     TC_EN  0x80       /* Transparent Color Enable */#define                  IMG_STAT  0x300      /* Image FIFO Status */#define                  OVR_STAT  0xc00      /* Overlay FIFO Status */#define                    WM_LVL  0x3000     /* FIFO Watermark Level *//* Bit masks for PIXC_AHSTART */#define                  A_HSTART  0xfff      /* Horizontal Start Coordinates */
 |