Home | History | Annotate | Download | only in net

Lines Matching defs:SMC_outw

92 #define	SMC_outw(a,d,r)	(*((volatile word *)((a)->iobase+(r<<1))) = d)
95 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+(r))) = d)
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))
177 SMC_outw((a),__w,(r)&~1); \
228 #define SMC_outw(a, d, r) (*((volatile word *)((a)->iobase+(r))) = d)
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)
265 #define SMC_outw(a, d, r) \
268 #define SMC_outw(a, d, r) \
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 ); }