Home
last modified time | relevance | path

Searched refs:setup2 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/arcnet/
Dcom20020.c98 lp->setup2 = (lp->clockm << 4) | 8; in com20020_check()
110 outb(lp->setup2, _XREG); in com20020_check()
204 outb(lp->setup2, _XREG); in com20020_found()
236 clockrates[3 - ((lp->setup2 & 0xF0) >> 4) + ((lp->setup & 0x0F) >> 1)]); in com20020_found()
/linux-4.1.27/include/linux/
Darcdevice.h241 setup2, /* Contents of setup2 register */ member