Home
last modified time | relevance | path

Searched refs:backplane (Results 1 – 6 of 6) sorted by relevance

/drivers/net/arcnet/
Dcom20020-isa.c127 static int backplane = 0; variable
136 module_param(backplane, int, 0);
159 lp->backplane = backplane; in com20020_init()
208 backplane = ints[4]; in com20020isa_setup()
Dcom20020-pci.c54 static int backplane; variable
61 module_param(backplane, int, 0);
103 return sprintf(buf, "%s\n", lp->backplane ? "true" : "false"); in backplane_mode_show()
198 lp->backplane = backplane; in com20020pci_probe()
204 lp->backplane = (inb(priv->misc) >> (2 + i)) & 0x1; in com20020pci_probe()
207 lp->backplane = 1; in com20020pci_probe()
Dcom20020_cs.c90 static int backplane; variable
96 module_param(backplane, int, 0);
130 lp->backplane = backplane; in com20020_probe()
Dcom20020.c121 lp->config = (lp->timeout << 3) | (lp->backplane << 2) | SUB_NODE; in com20020_check()
237 lp->config = (lp->timeout << 3) | (lp->backplane << 2) | SUB_NODE; in com20020_found()
252 if (lp->backplane) in com20020_found()
294 lp->config |= (lp->timeout << 3) | (lp->backplane << 2); in com20020_reset()
Darcdevice.h240 backplane, /* Backplane flag for COM20020 */ member
/drivers/char/
DKconfig509 device is used for hardware synchronization across the ATCA backplane