Searched defs:outl (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/smsc/
H A Depic100.c186 #undef outl macro
192 #define outl writel macro
420 outl(0x4200, ioaddr + GENCTL);
424 outl(0x0008, ioaddr + TEST1);
427 outl(0x12, ioaddr + MIICfg);
429 outl((inl(ioaddr + NVCTL) & ~0x003C) | 0x4800, ioaddr + NVCTL);
430 outl(0x0200, ioaddr + GENCTL);
484 outl(inl(ioaddr + NVCTL) & ~0x483C, ioaddr + NVCTL);
485 outl(0x0008, ioaddr + GENCTL);
555 outl(
[all...]

Completed in 104 milliseconds