Lines Matching refs:SMC_outw
93 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+(r<<1))) = d) macro
96 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+(r))) = d) macro
103 SMC_outw((a),__w,(r)&~1); \
118 SMC_outw((a), *(__b2 + __i), r); \
172 #define SMC_outw(a,d,r) (*(volatile word *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP16(d)) macro
178 SMC_outw((a),__w,(r)&~1); \
229 #define SMC_outw(a, d, r) (*((volatile word *)((a)->iobase+(r))) = d) macro
236 SMC_outw((a), __w, ((r)&(~1))); \
243 SMC_outw(a, SWAB7206(*__b2), r); \
264 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+((r)<<1))) = d) macro
266 #define SMC_outw(a, d, r) \ macro
269 #define SMC_outw(a, d, r) \ macro
276 SMC_outw((a),__w,(r)&~1); \
285 SMC_outw((a), *(__b2 + __i), r); \
756 #define SMC_SELECT_BANK(a,x) { SMC_outw((a), (x), BANK_SELECT ); }