Home
last modified time | relevance | path

Searched full:backplane (Results 1 – 25 of 249) sorted by relevance

12345678910

/kernel/linux/linux-6.6/drivers/ssb/
DKconfig8 tristate "Sonics Silicon Backplane support"
11 Support for the Sonics Silicon Backplane bus.
44 Support for a Sonics Silicon Backplane on top
64 Support for a Sonics Silicon Backplane on top
78 Support for a Sonics Silicon Backplane on top
107 Driver for the Sonics Silicon Backplane attached
124 Driver for the Sonics Silicon Backplane attached
144 Driver for the Sonics Silicon Backplane attached
153 Driver for the Sonics Silicon Backplane attached
/kernel/linux/linux-5.10/drivers/ssb/
DKconfig8 tristate "Sonics Silicon Backplane support"
11 Support for the Sonics Silicon Backplane bus.
44 Support for a Sonics Silicon Backplane on top
64 Support for a Sonics Silicon Backplane on top
78 Support for a Sonics Silicon Backplane on top
107 Driver for the Sonics Silicon Backplane attached
124 Driver for the Sonics Silicon Backplane attached
144 Driver for the Sonics Silicon Backplane attached
153 Driver for the Sonics Silicon Backplane attached
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
Dice_devids.h9 /* Intel(R) Ethernet Connection E823-L for backplane */
19 /* Intel(R) Ethernet Controller E830-C for backplane */
27 /* Intel(R) Ethernet Controller E810-C for backplane */
40 /* Intel(R) Ethernet Controller E810-XXV for backplane */
46 /* Intel(R) Ethernet Connection E823-C for backplane */
56 /* Intel(R) Ethernet Connection E822-C for backplane */
66 /* Intel(R) Ethernet Connection E822-L for backplane */
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_devids.h8 /* Intel(R) Ethernet Connection E823-L for backplane */
18 /* Intel(R) Ethernet Controller E810-C for backplane */
24 /* Intel(R) Ethernet Controller E810-XXV for backplane */
30 /* Intel(R) Ethernet Connection E823-C for backplane */
40 /* Intel(R) Ethernet Connection E822-C for backplane */
50 /* Intel(R) Ethernet Connection E822-L for backplane */
/kernel/linux/linux-5.10/include/linux/ssb/
Dssb_driver_pci.h38 #define SSB_PCICORE_MBOX 0x0028 /* Backplane to PCI Mailbox */
47 #define SSB_PCICORE_BCAST_ADDR 0x0050 /* Backplane Broadcast Address */
49 #define SSB_PCICORE_BCAST_DATA 0x0054 /* Backplane Broadcast Data */
54 #define SSB_PCICORE_SBTOPCI0 0x0100 /* Backplane to PCI translation 0 (sbtopci0) */
56 #define SSB_PCICORE_SBTOPCI1 0x0104 /* Backplane to PCI translation 1 (sbtopci1) */
58 #define SSB_PCICORE_SBTOPCI2 0x0108 /* Backplane to PCI translation 2 (sbtopci2) */
Dssb_regs.h43 #define SSB_BAR0_WIN 0x80 /* Backplane address space 0 */
44 #define SSB_BAR1_WIN 0x84 /* Backplane address space 1 */
50 #define SSB_BACKPLANE_IRQS 0x98 /* Backplane Interrupts */
62 /* Silicon backplane configuration register definitions */
73 #define SSB_TPSFLAG_BPFLAG 0x0000003F /* Backplane flag # */
74 #define SSB_TPSFLAG_ALWAYSIRQ 0x00000040 /* IRQ is always sent on the Backplane */
89 #define SSB_IMSTATE_BUSY 0x01800000 /* Busy (Backplane rev >= 2.3 only) */
90 #define SSB_IMSTATE_REJECT 0x02000000 /* Reject (Backplane rev >= 2.3 only) */
101 #define SSB_TMSLOW_REJECT 0x00000002 /* Reject (Standard Backplane) */
102 #define SSB_TMSLOW_REJECT_23 0x00000004 /* Reject (Backplane rev 2.3) */
[all …]
/kernel/linux/linux-6.6/include/linux/ssb/
Dssb_driver_pci.h38 #define SSB_PCICORE_MBOX 0x0028 /* Backplane to PCI Mailbox */
47 #define SSB_PCICORE_BCAST_ADDR 0x0050 /* Backplane Broadcast Address */
49 #define SSB_PCICORE_BCAST_DATA 0x0054 /* Backplane Broadcast Data */
54 #define SSB_PCICORE_SBTOPCI0 0x0100 /* Backplane to PCI translation 0 (sbtopci0) */
56 #define SSB_PCICORE_SBTOPCI1 0x0104 /* Backplane to PCI translation 1 (sbtopci1) */
58 #define SSB_PCICORE_SBTOPCI2 0x0108 /* Backplane to PCI translation 2 (sbtopci2) */
Dssb_regs.h43 #define SSB_BAR0_WIN 0x80 /* Backplane address space 0 */
44 #define SSB_BAR1_WIN 0x84 /* Backplane address space 1 */
50 #define SSB_BACKPLANE_IRQS 0x98 /* Backplane Interrupts */
62 /* Silicon backplane configuration register definitions */
73 #define SSB_TPSFLAG_BPFLAG 0x0000003F /* Backplane flag # */
74 #define SSB_TPSFLAG_ALWAYSIRQ 0x00000040 /* IRQ is always sent on the Backplane */
89 #define SSB_IMSTATE_BUSY 0x01800000 /* Busy (Backplane rev >= 2.3 only) */
90 #define SSB_IMSTATE_REJECT 0x02000000 /* Reject (Backplane rev >= 2.3 only) */
101 #define SSB_TMSLOW_REJECT 0x00000002 /* Reject (Standard Backplane) */
102 #define SSB_TMSLOW_REJECT_23 0x00000004 /* Reject (Backplane rev 2.3) */
[all …]
/kernel/linux/linux-6.6/drivers/net/arcnet/
Dcom20020-isa.c127 static int backplane = 0; variable
136 module_param(backplane, int, 0);
159 lp->backplane = backplane; in com20020_init()
207 case 4: /* Backplane flag */ in com20020isa_setup()
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()
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()
Dcom20020.c106 /* 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()
/kernel/linux/linux-5.10/drivers/net/arcnet/
Dcom20020-isa.c127 static int backplane = 0; variable
136 module_param(backplane, int, 0);
159 lp->backplane = backplane; in com20020_init()
207 case 4: /* Backplane flag */ in com20020isa_setup()
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()
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()
Dcom20020.c106 /* 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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mips/ingenic/
Ddevices.yaml41 - description: YSH & ATIL General Board, CU1000 Module with Neo Backplane
46 - description: YSH & ATIL General Board, CU1830 Module with Neo Backplane
51 - description: YSH & ATIL General Board, CU2000 Module with Neo Backplane
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mips/ingenic/
Ddevices.yaml41 - description: YSH & ATIL General Board, CU1000 Module with Neo Backplane
46 - description: YSH & ATIL General Board, CU1830 Module with Neo Backplane
51 - description: YSH & ATIL General Board, CU2000 Module with Neo Backplane
/kernel/linux/linux-5.10/arch/mips/ingenic/
DKconfig37 bool "YSH & ATIL CU1000 Module with Neo backplane"
41 bool "YSH & ATIL CU1830 Module with Neo backplane"
/kernel/linux/linux-6.6/arch/mips/txx9/
DKconfig51 bool "FPCIB0 Backplane Support"
56 bool "Support for PICMG PCI Backplane"
/kernel/linux/linux-6.6/arch/mips/ingenic/
DKconfig39 bool "YSH & ATIL CU1000 Module with Neo backplane"
43 bool "YSH & ATIL CU1830 Module with Neo backplane"
/kernel/linux/linux-6.6/include/linux/bcma/
Dbcma_driver_pci.h35 #define BCMA_CORE_PCI_MBOX 0x0028 /* Backplane to PCI Mailbox */
44 #define BCMA_CORE_PCI_BCAST_ADDR 0x0050 /* Backplane Broadcast Address */
46 #define BCMA_CORE_PCI_BCAST_DATA 0x0054 /* Backplane Broadcast Data */
51 #define BCMA_CORE_PCI_SBTOPCI0 0x0100 /* Backplane to PCI translation 0 (sbtopci0) */
53 #define BCMA_CORE_PCI_SBTOPCI1 0x0104 /* Backplane to PCI translation 1 (sbtopci1) */
55 #define BCMA_CORE_PCI_SBTOPCI2 0x0108 /* Backplane to PCI translation 2 (sbtopci2) */
Dbcma_regs.h53 #define BCMA_PCI_BAR0_WIN 0x80 /* Backplane address space 0 */
54 #define BCMA_PCI_BAR1_WIN 0x84 /* Backplane address space 1 */
60 #define BCMA_PCI_BACKPLANE_IRQS 0x98 /* Backplane Interrupts */
/kernel/linux/linux-5.10/include/linux/bcma/
Dbcma_driver_pci.h35 #define BCMA_CORE_PCI_MBOX 0x0028 /* Backplane to PCI Mailbox */
44 #define BCMA_CORE_PCI_BCAST_ADDR 0x0050 /* Backplane Broadcast Address */
46 #define BCMA_CORE_PCI_BCAST_DATA 0x0054 /* Backplane Broadcast Data */
51 #define BCMA_CORE_PCI_SBTOPCI0 0x0100 /* Backplane to PCI translation 0 (sbtopci0) */
53 #define BCMA_CORE_PCI_SBTOPCI1 0x0104 /* Backplane to PCI translation 1 (sbtopci1) */
55 #define BCMA_CORE_PCI_SBTOPCI2 0x0108 /* Backplane to PCI translation 2 (sbtopci2) */
Dbcma_regs.h53 #define BCMA_PCI_BAR0_WIN 0x80 /* Backplane address space 0 */
54 #define BCMA_PCI_BAR1_WIN 0x84 /* Backplane address space 1 */
60 #define BCMA_PCI_BACKPLANE_IRQS 0x98 /* Backplane Interrupts */
/kernel/linux/linux-5.10/arch/mips/txx9/
DKconfig98 bool "FPCIB0 Backplane Support"
103 bool "Support for PICMG PCI Backplane"
/kernel/linux/linux-6.6/Documentation/hwmon/
Dintel-m10-bmc-hwmon.rst60 in3_label "12V Backplane Voltage"
69 curr2_label "12V Backplane Current"

12345678910