Home
last modified time | relevance | path

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

12345

/linux/drivers/ssb/
H A 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
145 Driver for the Sonics Silicon Backplane attached
154 Driver for the Sonics Silicon Backplane attached
H A Dmain.c2 * Sonics Silicon Backplane
29 MODULE_DESCRIPTION("Sonics Silicon Backplane driver");
716 "Sonics Silicon Backplane found on PCI device %s\n", in ssb_bus_pcibus_register()
742 "Sonics Silicon Backplane found on PCMCIA device %s\n", in ssb_bus_pcmciabus_register()
764 "Sonics Silicon Backplane found on SDIO device %s\n", in ssb_bus_sdiobus_register()
783 pr_info("Sonics Silicon Backplane found at address 0x%08lX\n", in ssb_bus_host_soc_register()
845 /* Calculate the speed the backplane would run at a given set of clockcontrol values */
940 /* Get the current speed the backplane is running at */
975 /* The REJECT bit seems to be different for Backplane rev 2.3 */ in ssb_tmslow_reject_bitmask()
989 WARN(1, KERN_INFO "ssb: Backplane Revision 0x%.8X\n", rev); in ssb_tmslow_reject_bitmask()
H A Dsdio.c2 * Sonics Silicon Backplane
79 * 0x00000 0x0ffff selected backplane address window (64K)
80 * 0x10000 0x1ffff backplane control registers (max 64K)
85 * In order to access the contents of a 32-bit Silicon Backplane address
86 * the backplane address window must be first loaded with the highest
H A Ddriver_chipcommon.c2 * Sonics Silicon Backplane
470 /* Set chip watchdog reset timer to fire in 'ticks' backplane cycles */
650 /* Internal backplane clock */ in ssb_chipco_serial_init()
655 /* Fixed internal backplane clock */ in ssb_chipco_serial_init()
665 /* Internal divided backplane clock */ in ssb_chipco_serial_init()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_devids.h9 /* Intel(R) Ethernet Connection E823-L for backplane */
19 /* Intel(R) Ethernet Controller E830-CC for backplane */
27 /* Intel(R) Ethernet Controller E830-C for backplane */
33 /* Intel(R) Ethernet Controller E830-XXV for backplane */
39 /* Intel(R) Ethernet Controller E810-C for backplane */
52 /* Intel(R) Ethernet Controller E810-XXV for backplane */
58 /* Intel(R) Ethernet Connection E823-C for backplane */
68 /* Intel(R) Ethernet Connection E822-C for backplane */
78 /* Intel(R) Ethernet Connection E822-L for backplane */
86 /* Intel(R) Ethernet Connection E825-C for backplane */
/linux/include/linux/ssb/
H A 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) */
H A 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 …]
H A Dssb_driver_extif.h95 #define SSB_EXTCFG_CLKDIV_2 0x0 /* backplane/2 */
96 #define SSB_EXTCFG_CLKDIV_3 0x40 /* backplane/3 */
97 #define SSB_EXTCFG_CLKDIV_4 0x80 /* backplane/4 */
/linux/drivers/net/arcnet/
H A Dcom20020-isa.c127 static int backplane = 0; variable
136 module_param(backplane, int, 0);
160 lp->backplane = backplane; in com20020_init()
208 case 4: /* Backplane flag */ in com20020isa_setup()
209 backplane = ints[4]; in com20020isa_setup()
H 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()
H A 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()
H A Dcom20020_cs.c90 static int backplane; variable
96 module_param(backplane, int, 0);
132 lp->backplane = backplane; in com20020_probe()
/linux/Documentation/devicetree/bindings/mips/ingenic/
H A 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
/linux/include/linux/bcma/
H A 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) */
H A 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 */
/linux/arch/mips/ingenic/
H A DKconfig39 bool "YSH & ATIL CU1000 Module with Neo backplane"
43 bool "YSH & ATIL CU1830 Module with Neo backplane"
/linux/arch/mips/txx9/
H A DKconfig51 bool "FPCIB0 Backplane Support"
56 bool "Support for PICMG PCI Backplane"
/linux/arch/alpha/kernel/
H A Dsys_eiger.c168 /* 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()
/linux/Documentation/hwmon/
H A Dintel-m10-bmc-hwmon.rst60 in3_label "12V Backplane Voltage"
69 curr2_label "12V Backplane Current"
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.h171 u32 sbwad; /* Save backplane window address */
268 /* PCMCIA backplane access */
312 * flags: backplane width, address increment, sync/async
332 /* Four-byte target (backplane) width (vs. two-byte) */
/linux/drivers/net/wireless/broadcom/brcm80211/include/
H A Dchipcommon.h45 /* Silicon backplane configuration broadcast control */
94 /* Indirect backplane access (corerev >= 22) */
251 #define CC_CAP_BKPLN64 0x08000000 /* 64-bit backplane */
/linux/drivers/hwmon/
H A Dintel-m10-bmc-hwmon.c53 { 0x144, 0x0, 0x0, 0x0, 0x0, 1, "12V Backplane Voltage" },
62 { 0x148, 0x0, 0x0, 0x0, 0x0, 1, "12V Backplane Current" },
118 { 0x22c, 0x230, 0x234, 0x0, 0x0, 500, "12v Backplane Temperature" },
131 { 0x238, 0x0, 0x0, 0x0, 0x23c, 1, "12v Backplane Voltage" },
142 { 0x240, 0x244, 0x0, 0x0, 0x0, 1, "12v Backplane Current" },
242 { 0x164, 0x0, 0x0, 0x0, 0x0, 1000, "Backplane 12V Temperature" },
257 { 0x15c, 0x0, 0x0, 0x0, 0x0, 1, "Backplane 12V Voltage" },
273 { 0x160, 0x0, 0x0, 0x0, 0x0, 1, "Backplane 12V Current" },
/linux/arch/arm/mach-versatile/
H A Dversatile.c133 /* Check if PCI backplane is detected */ in versatile_dt_pci_init()
154 pr_info("Not plugged into PCI backplane!\n"); in versatile_dt_pci_init()
/linux/arch/parisc/kernel/
H A Dhardware.c478 {HPHW_BA, 0x017, 0x0008E, 0x0, "Raven Backplane Wax BA"},
491 {HPHW_BA, 0x052, 0x0008E, 0x0, "Raven+ Hi Power Backplane w/EISA Wax BA"},
492 {HPHW_BA, 0x054, 0x0008E, 0x0, "Raven+ Lo Power Backplane w/EISA Wax BA"},
494 {HPHW_BA, 0x05A, 0x0008E, 0x0, "Raven+ L2 Backplane w/EISA Wax BA"},
499 {HPHW_BA, 0x017, 0x00090, 0x0, "Raven Backplane Wax EISA BA"},
515 {HPHW_BA, 0x052, 0x00090, 0x0, "Raven Hi Power Backplane Wax EISA BA"},
516 {HPHW_BA, 0x054, 0x00090, 0x0, "Raven Lo Power Backplane Wax EISA BA"},
518 {HPHW_BA, 0x05A, 0x00090, 0x0, "Raven L2 Backplane Wax EISA BA"},
655 {HPHW_FIO, 0x017, 0x00073, 0x0, "Raven Backplane Wax HIL"},
671 {HPHW_FIO, 0x052, 0x00073, 0x0, "Raven+ Hi Power Backplane w/EISA Wax HIL"},
[all …]
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588-turing-rk1.dts5 * generic backplane (with no non-autoenumerable peripherals of its own) than

12345