Searched refs:backplane (Results 1 – 6 of 6) sorted by relevance
127 static int backplane = 0; variable136 module_param(backplane, int, 0);159 lp->backplane = backplane; in com20020_init()208 backplane = ints[4]; in com20020isa_setup()
54 static int backplane; variable61 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()
90 static int backplane; variable96 module_param(backplane, int, 0);130 lp->backplane = backplane; in com20020_probe()
121 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()
240 backplane, /* Backplane flag for COM20020 */ member
509 device is used for hardware synchronization across the ATCA backplane