Lines Matching refs:SMC_inw
72 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+((r)<<1)))) macro
81 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+(r)))) macro
99 word __w = SMC_inw((a),(r)&~1); \
134 *(__b2 + __i) = SMC_inw((a),(r)); \
135 SMC_inw((a),0); \
161 #define SMC_inw(a,r) (SMC_LEON_SWAP16((*(volatile word *)((a)->iobase+((r)<<0))))) macro
164 word ___v = SMC_inw((a),(p) & ~1); \
174 word __w = SMC_inw((a),(r)&~1); \
218 #define SMC_inw(a, r) *((volatile word*)((a)->iobase + (r))) macro
225 *__b2++ = SWAB7206(SMC_inw(a, r)); \
230 word __w = SMC_inw((a), ((r)&(~1))); \
254 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+((r)<<1)))) macro
256 #define SMC_inw(a, r) (*((volatile word*)((a)->iobase+((dword)(r))))) macro
258 #define SMC_inw(a, r) (*((volatile word*)((a)->iobase+(r)))) macro
260 #define SMC_inb(a,r) (((r)&1) ? SMC_inw((a),(r)&~1)>>8 : SMC_inw((a),(r)&0xFF))
272 word __w = SMC_inw((a),(r)&~1); \
296 *(__b2 + __i) = SMC_inw((a),(r)); \
297 SMC_inw((a),0); \