162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef __POWERPC_PLATFORMS_44X_44X_H 362306a36Sopenharmony_ci#define __POWERPC_PLATFORMS_44X_44X_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ciextern u8 as1_readb(volatile u8 __iomem *addr); 662306a36Sopenharmony_ciextern void as1_writeb(u8 data, volatile u8 __iomem *addr); 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#define GPIO0_OSRH 0xC 962306a36Sopenharmony_ci#define GPIO0_TSRH 0x14 1062306a36Sopenharmony_ci#define GPIO0_ISR1H 0x34 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#endif /* __POWERPC_PLATFORMS_44X_44X_H */ 13