Lines Matching refs:__ptr
1243 void *__ptr = (p); \
1246 if (__len >= 2 && (unsigned long)__ptr & 2) { \
1248 SMC_outw(*(u16 *)__ptr, ioaddr, \
1250 __ptr += 2; \
1254 SMC_outsl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
1256 __ptr += (__len & ~3); \
1257 SMC_outw(*((u16 *)__ptr), ioaddr, \
1269 void *__ptr = (p); \
1272 if ((unsigned long)__ptr & 2) { \
1286 __ptr -= 2; \
1294 SMC_insl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \