Searched refs:backplane (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/arcnet/ |
H A D | com20020-isa.c | 127 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()
|
H A D | com20020_cs.c | 90 static int backplane; variable 96 module_param(backplane, int, 0); 131 lp->backplane = backplane; in com20020_probe()
|
H A D | com20020-pci.c | 54 static int backplane; variable 61 module_param(backplane, int, 0); 103 return sprintf(buf, "%s\n", lp->backplane ? "true" : "false"); in backplane_mode_show() 205 lp->backplane = backplane; in com20020pci_probe() 211 lp->backplane = (inb(priv->misc) >> (2 + i)) & 0x1; in com20020pci_probe() 214 lp->backplane = 1; in com20020pci_probe()
|
H A D | com20020.c | 106 /* Enable P1Mode for backplane mode */ in com20020_check() 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() 253 arc_printk(D_NORMAL, dev, "Using backplane mode.\n"); in com20020_found() 294 lp->config |= (lp->timeout << 3) | (lp->backplane << 2); in com20020_reset()
|
H A D | arcdevice.h | 242 backplane, /* Backplane flag for COM20020 */ member
|
/kernel/linux/linux-6.6/drivers/net/arcnet/ |
H A D | com20020-isa.c | 127 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()
|
H A D | com20020_cs.c | 90 static int backplane; variable 96 module_param(backplane, int, 0); 131 lp->backplane = backplane; in com20020_probe()
|
H A D | com20020-pci.c | 54 static int backplane; variable 61 module_param(backplane, int, 0); 103 return sprintf(buf, "%s\n", lp->backplane ? "true" : "false"); in backplane_mode_show() 205 lp->backplane = backplane; in com20020pci_probe() 211 lp->backplane = (inb(priv->misc) >> (2 + i)) & 0x1; in com20020pci_probe() 214 lp->backplane = 1; in com20020pci_probe()
|
H A D | com20020.c | 106 /* Enable P1Mode for backplane mode */ in com20020_check() 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() 253 arc_printk(D_NORMAL, dev, "Using backplane mode.\n"); in com20020_found() 294 lp->config |= (lp->timeout << 3) | (lp->backplane << 2); in com20020_reset()
|
H A D | arcdevice.h | 242 backplane, /* Backplane flag for COM20020 */ member
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | sys_eiger.c | 168 /* Find the number of backplane bridges. */ in eiger_swizzle() 169 int backplane = inw(0x502) & 0x0f; in eiger_swizzle() local 171 switch (backplane) in eiger_swizzle()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | sys_eiger.c | 168 /* Find the number of backplane bridges. */ in eiger_swizzle() 169 int backplane = inw(0x502) & 0x0f; in eiger_swizzle() local 171 switch (backplane) in eiger_swizzle()
|
Completed in 7 milliseconds