Changeset 7ee7e6a in mainline for uspace/drv/platform
- Timestamp:
- 2017-05-15T21:24:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- adc68de
- Parents:
- 0e7c3d9
- Location:
- uspace/drv/platform/amdm37x
- Files:
- 
      - 10 edited
 
 - 
          
  cm/clock_control.h (modified) (1 diff)
- 
          
  cm/core.h (modified) (1 diff)
- 
          
  cm/iva2.h (modified) (1 diff)
- 
          
  cm/mpu.h (modified) (1 diff)
- 
          
  cm/usbhost.h (modified) (1 diff)
- 
          
  prm/clock_control.h (modified) (1 diff)
- 
          
  prm/global_reg.h (modified) (1 diff)
- 
          
  prm/usbhost.h (modified) (1 diff)
- 
          
  uhh.h (modified) (1 diff)
- 
          
  usbtll.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      uspace/drv/platform/amdm37x/cm/clock_control.hr0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37x_CLOCK_CONTROL_CM_H 36 36 #define AMDM37x_CLOCK_CONTROL_CM_H 37 #include <sys/types.h> 37 38 #include <ddi.h> 38 39 #include <macros.h> 39 40 
- 
      uspace/drv/platform/amdm37x/cm/core.hr0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37x_CORE_CM_H 36 36 #define AMDM37x_CORE_CM_H 37 #include <sys/types.h> 37 38 #include <ddi.h> 38 39 #include <macros.h> 39 40 
- 
      uspace/drv/platform/amdm37x/cm/iva2.hr0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37x_IVA2_CM_H 36 36 #define AMDM37x_IVA2_CM_H 37 #include <sys/types.h> 37 38 #include <ddi.h> 38 39 #include <macros.h> 39 40 
- 
      uspace/drv/platform/amdm37x/cm/mpu.hr0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37x_MPU_CM_H 36 36 #define AMDM37x_MPU_CM_H 37 #include <sys/types.h> 37 38 #include <ddi.h> 38 39 #include <macros.h> 39 40 
- 
      uspace/drv/platform/amdm37x/cm/usbhost.hr0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37x_USBHOST_CM_H 36 36 #define AMDM37x_USBHOST_CM_H 37 37 38 #include <macros.h> 38 #include < sys/types.h>39 #include <ddi.h> 39 40 40 41 /* AM/DM37x TRM p.447 */ 
- 
      uspace/drv/platform/amdm37x/prm/clock_control.hr0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37X_PRM_CLOCK_CONTROL_H 36 36 #define AMDM37X_PRM_CLOCK_CONTROL_H 37 #include <sys/types.h> 37 38 #include <ddi.h> 38 39 #include <macros.h> 39 40 
- 
      uspace/drv/platform/amdm37x/prm/global_reg.hr0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37X_PRM_GLOBAL_REG_H 36 36 #define AMDM37X_PRM_GLOBAL_REG_H 37 #include <sys/types.h> 37 38 #include <ddi.h> 38 39 #include <macros.h> 39 40 
- 
      uspace/drv/platform/amdm37x/prm/usbhost.hr0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37X_PRM_CLOCK_CONTROL_H 36 36 #define AMDM37X_PRM_CLOCK_CONTROL_H 37 #include <sys/types.h> 37 38 #include <ddi.h> 38 39 #include <macros.h> 39 40 
- 
      uspace/drv/platform/amdm37x/uhh.hr0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37x_UHH_H 36 36 #define AMDM37x_UHH_H 37 37 38 #include <macros.h> 38 #include < sys/types.h>39 #include <ddi.h> 39 40 40 41 #define AMDM37x_UHH_BASE_ADDRESS 0x48064000 
- 
      uspace/drv/platform/amdm37x/usbtll.hr0e7c3d9 r7ee7e6a 35 35 #ifndef AMDM37x_USBTLL_H 36 36 #define AMDM37x_USBTLL_H 37 37 38 #include <macros.h> 38 #include < sys/types.h>39 #include <ddi.h> 39 40 40 41 #define AMDM37x_USBTLL_BASE_ADDRESS 0x48062000 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
