Home
last modified time | relevance | path

Searched refs:macio (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ppc/platforms/
Dpmac_feature.c129 #define MACIO_FCR32(macio, r) ((macio)->base + ((r) >> 2)) argument
130 #define MACIO_FCR8(macio, r) (((volatile u8*)((macio)->base)) + (r)) argument
132 #define MACIO_IN32(r) (in_le32(MACIO_FCR32(macio,r)))
133 #define MACIO_OUT32(r,v) (out_le32(MACIO_FCR32(macio,r), (v)))
136 #define MACIO_IN8(r) (in_8(MACIO_FCR8(macio,r)))
137 #define MACIO_OUT8(r,v) (out_8(MACIO_FCR8(macio,r), (v)))
183 struct macio_chip* macio; in simple_feature_tweak() local
186 macio = macio_find(node, type); in simple_feature_tweak()
187 if (!macio) in simple_feature_tweak()
203 struct macio_chip* macio; in ohare_htw_scc_enable() local
[all …]
/linux-2.4.37.9/drivers/macintosh/
DMakefile49 obj-$(CONFIG_ADB_MACIO) += macio-adb.o