Lines Matching refs:SMC_inw
73 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+((r)<<1)))) macro
82 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+(r)))) macro
100 word __w = SMC_inw((a),(r)&~1); \
135 *(__b2 + __i) = SMC_inw((a),(r)); \
136 SMC_inw((a),0); \
162 #define SMC_inw(a,r) (SMC_LEON_SWAP16((*(volatile word *)((a)->iobase+((r)<<0))))) macro
165 word ___v = SMC_inw((a),(p) & ~1); \
175 word __w = SMC_inw((a),(r)&~1); \
219 #define SMC_inw(a, r) *((volatile word*)((a)->iobase + (r))) macro
226 *__b2++ = SWAB7206(SMC_inw(a, r)); \
231 word __w = SMC_inw((a), ((r)&(~1))); \
255 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+((r)<<1)))) macro
257 #define SMC_inw(a, r) (*((volatile word*)((a)->iobase+((dword)(r))))) macro
259 #define SMC_inw(a, r) (*((volatile word*)((a)->iobase+(r)))) macro
261 #define SMC_inb(a,r) (((r)&1) ? SMC_inw((a),(r)&~1)>>8 : SMC_inw((a),(r)&0xFF))
273 word __w = SMC_inw((a),(r)&~1); \
297 *(__b2 + __i) = SMC_inw((a),(r)); \
298 SMC_inw((a),0); \