Ignore:
Timestamp:
2012-10-15T19:50:53Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
71d09d6e
Parents:
52fc805
Message:

rootamdm37x: Use PADD macro.

remove count parameter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/infrastructure/rootamdm37x/uhh.h

    r52fc805 ra5a73c0  
    3535#ifndef AMDM37x_UHH_H
    3636#define AMDM37x_UHH_H
     37#include <macros.h>
    3738#include <sys/types.h>
    3839
     
    4546#define UHH_REVISION_MAJOR_MASK  0xf0
    4647
    47         uint32_t padd0_[3];
     48        PADD32[3];
    4849        ioport32_t sysconfig;
    4950#define UHH_SYSCONFIG_AUTOIDLE_FLAG  (1 << 0)
     
    6566#define UHH_SYSSTATUS_EHCI_RESETDONE_FLAG  (1 << 2)
    6667
    67         uint32_t padd1_[10];
     68        PADD32[10];
    6869        ioport32_t hostconfig;
    6970#define UHH_HOSTCONFIG_P1_ULPI_BYPASS_FLAG  (1 << 0)
Note: See TracChangeset for help on using the changeset viewer.