Home
last modified time | relevance | path

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

/drivers/net/arcnet/
A Dcom20020-isa.c127 static int backplane = 0; variable
136 module_param(backplane, int, 0);
160 lp->backplane = backplane; in com20020_init()
209 backplane = ints[4]; in com20020isa_setup()
A Dcom20020-pci.c54 static int backplane; variable
61 module_param(backplane, int, 0);
104 return sprintf(buf, "%s\n", lp->backplane ? "true" : "false"); in backplane_mode_show()
206 lp->backplane = backplane; in com20020pci_probe()
212 lp->backplane = (inb(priv->misc) >> (2 + i)) & 0x1; in com20020pci_probe()
215 lp->backplane = 1; in com20020pci_probe()
A Dcom20020_cs.c90 static int backplane; variable
96 module_param(backplane, int, 0);
132 lp->backplane = backplane; in com20020_probe()
A 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()
A Darcdevice.h243 backplane, /* Backplane flag for COM20020 */ member
/drivers/char/
A DKconfig405 device is used for hardware synchronization across the ATCA backplane
/drivers/hwmon/pmbus/
A DKconfig290 backplane.

Completed in 18 milliseconds