Lines Matching refs:SMC_outw
92 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+(r<<1))) = d) macro
95 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+(r))) = d) macro
102 SMC_outw((a),__w,(r)&~1); \
117 SMC_outw((a), *(__b2 + __i), r); \
171 #define SMC_outw(a,d,r) (*(volatile word *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP16(d)) macro
177 SMC_outw((a),__w,(r)&~1); \
228 #define SMC_outw(a, d, r) (*((volatile word *)((a)->iobase+(r))) = d) macro
235 SMC_outw((a), __w, ((r)&(~1))); \
242 SMC_outw(a, SWAB7206(*__b2), r); \
263 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+((r)<<1))) = d) macro
265 #define SMC_outw(a, d, r) \ macro
268 #define SMC_outw(a, d, r) \ macro
275 SMC_outw((a),__w,(r)&~1); \
284 SMC_outw((a), *(__b2 + __i), r); \
755 #define SMC_SELECT_BANK(a,x) { SMC_outw((a), (x), BANK_SELECT ); }