s5l870x: use usb-s3c6400 defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31223 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c1d789acdb
commit
fdcfc8a77c
2 changed files with 2 additions and 2 deletions
|
@ -725,6 +725,6 @@
|
|||
#define OTGBASE 0x38800000
|
||||
#define PHYBASE 0x3C400000
|
||||
#define SYNOPSYSOTG_CLOCK 0
|
||||
#define SYNOPSYSOTG_AHBCFG 0x27
|
||||
#define SYNOPSYSOTG_AHBCFG (GAHBCFG_dma_enable | (GAHBCFG_INT_DMA_BURST_INCR4 << GAHBCFG_hburstlen_bitp) | GAHBCFG_glblintrmsk)
|
||||
|
||||
#endif /* CONFIG_CPU==S5L8701 */
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
#define OTGBASE 0x38400000
|
||||
#define PHYBASE 0x3C400000
|
||||
#define SYNOPSYSOTG_CLOCK 0
|
||||
#define SYNOPSYSOTG_AHBCFG 0x2B
|
||||
#define SYNOPSYSOTG_AHBCFG (GAHBCFG_dma_enable | (GAHBCFG_INT_DMA_BURST_INCR8 << GAHBCFG_hburstlen_bitp) | GAHBCFG_glblintrmsk)
|
||||
|
||||
|
||||
/////I2C/////
|
||||
|
|
Loading…
Reference in a new issue