Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __POWERPC_PLATFORMS_44X_44X_H
0003 #define __POWERPC_PLATFORMS_44X_44X_H
0004 
0005 extern u8 as1_readb(volatile u8 __iomem  *addr);
0006 extern void as1_writeb(u8 data, volatile u8 __iomem *addr);
0007 
0008 #define GPIO0_OSRH  0xC
0009 #define GPIO0_TSRH  0x14
0010 #define GPIO0_ISR1H 0x34
0011 
0012 #endif /* __POWERPC_PLATFORMS_44X_44X_H */