/linux-4.4.14/arch/mips/pmcs-msp71xx/ |
D | Kconfig | 2 prompt "PMC-Sierra MSP SOC type" 6 bool "PMC-Sierra MSP4200 Eval Board" 12 bool "PMC-Sierra MSP4200 VoIP Gateway" 17 bool "PMC-Sierra MSP7120 Eval Board" 23 bool "PMC-Sierra MSP7120 Residential Gateway" 31 bool "PMC-Sierra MSP7120 FPGA"
|
D | Platform | 2 # PMC-Sierra MSP SOCs
|
/linux-4.4.14/drivers/video/fbdev/riva/ |
D | nvreg.h | 126 #define PMC_Write(reg,value) DEVICE_WRITE(PMC,reg,value) 127 #define PMC_Read(reg) DEVICE_READ(PMC,reg) 128 #define PMC_Print(reg) DEVICE_PRINT(PMC,reg) 129 #define PMC_Def(mask,value) DEVICE_DEF(PMC,mask,value) 130 #define PMC_Val(mask,value) DEVICE_VALUE(PMC,mask,value) 131 #define PMC_Mask(mask) DEVICE_MASK(PMC,mask) 133 #define PMC_Write(reg,value) DEVICE_WRITE(PMC,reg,value) 134 #define PMC_Read(reg) DEVICE_READ(PMC,reg) 135 #define PMC_Print(reg) DEVICE_PRINT(PMC,reg) 136 #define PMC_Def(mask,value) DEVICE_DEF(PMC,mask,value) [all …]
|
D | nv_driver.c | 166 if (((NV_RD32(chip->PMC, 0x00000000) & 0xF0) == 0x20) in riva_get_memlen() 167 && ((NV_RD32(chip->PMC, 0x00000000)&0x0F)>=0x02)) { in riva_get_memlen() 280 if (((NV_RD32(chip->PMC, 0x00000000) & 0xF0) == 0x20) in riva_get_maxdclk() 281 && ((NV_RD32(chip->PMC,0x00000000)&0x0F) >= 0x02)) { in riva_get_maxdclk() 329 par->riva.PMC = in riva_common_setup()
|
D | riva_hw.c | 1415 LOAD_FIXED_STATE(Riva,PMC); in LoadStateExt() 1569 NV_WR32(chip->PMC, 0x00008704, 1); in LoadStateExt() 1570 NV_WR32(chip->PMC, 0x00008140, 0); in LoadStateExt() 1571 NV_WR32(chip->PMC, 0x00008920, 0); in LoadStateExt() 1572 NV_WR32(chip->PMC, 0x00008924, 0); in LoadStateExt() 1573 NV_WR32(chip->PMC, 0x00008908, 0x01ffffff); in LoadStateExt() 1574 NV_WR32(chip->PMC, 0x0000890C, 0x01ffffff); in LoadStateExt() 1575 NV_WR32(chip->PMC, 0x00001588, 0); in LoadStateExt() 1727 NV_WR32(chip->PMC, 0x00000140, chip->EnableIRQ & 0x01); in LoadStateExt() 1984 if (((NV_RD32(chip->PMC, 0x00000000) & 0xF0) == 0x20) in nv3GetConfig() [all …]
|
D | riva_hw.h | 452 volatile U032 __iomem *PMC; member
|
D | fbdev.c | 307 tmp_pmc = NV_RD32(par->riva.PMC, 0x10F0) & 0x0000FFFF; in riva_bl_update_status() 315 NV_WR32(par->riva.PMC, 0x10F0, tmp_pmc); in riva_bl_update_status()
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | pmc.txt | 6 "fsl,mpc8349-pmc" should be listed for any chip whose PMC is 8 whose PMC is compatible, and implies deep-sleep capability. 10 "fsl,mpc8548-pmc" should be listed for any chip whose PMC is 12 whose PMC is compatible, and implies deep-sleep capability. 14 "fsl,mpc8641d-pmc" should be listed for any chip whose PMC is 23 is the PMC block, and the second resource is the Clock Configuration 30 resource is the PMC block interrupt.
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | atmel-pmc.txt | 1 * Power Management Controller (PMC) 8 - reg: Should contain PMC registers location and length
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-pmc.txt | 1 NVIDIA Tegra Power Management Controller (PMC) 3 The PMC block interacts with an external Power Management Unit. The PMC 24 signal is fed into the PMC. This signal is optionally inverted, and then 25 fed into the ARM GIC. The PMC is not involved in the detection or 35 - nvidia,cpu-pwr-good-en : Boolean, CPU power good signal (from PMIC to PMC)
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | at91-clock.txt | 24 at91 PMC (Power Management Controller) 26 node of the PMC node. 140 Required properties for PMC node: 141 - reg : defines the IO memory reserved for the PMC. 144 - interrupts : shall be set to PMC interrupt line. 145 - interrupt-controller : tell that the PMC is an interrupt controller. 172 - interrupt-parent : must reference the PMC node. 189 - interrupt-parent : must reference the PMC node. 210 - interrupt-parent : must reference the PMC node. 225 - interrupt-parent : must reference the PMC node. [all …]
|
D | vt8500.txt | 16 - reg : shall be the control register offset from PMC base for the pll clock. 36 - enable-reg : shall be the register offset from PMC base for the enable 44 - divisor-reg : shall be the register offset from PMC base for the divisor
|
/linux-4.4.14/drivers/video/fbdev/nvidia/ |
D | nv_hw.c | 147 pll = NV_RD32(par->PMC, 0x4020); in nvGetClocks() 149 pll = NV_RD32(par->PMC, 0x4024); in nvGetClocks() 162 pll = NV_RD32(par->PMC, 0x4000); in nvGetClocks() 164 pll = NV_RD32(par->PMC, 0x4004); in nvGetClocks() 949 NV_WR32(par->PMC, 0x0140, 0x00000000); in NVLoadStateExt() 950 NV_WR32(par->PMC, 0x0200, 0xFFFF00FF); in NVLoadStateExt() 951 NV_WR32(par->PMC, 0x0200, 0xFFFFFFFF); in NVLoadStateExt() 1265 NV_WR32(par->PMC, 0x1700, in NVLoadStateExt() 1267 NV_WR32(par->PMC, 0x1704, 0); in NVLoadStateExt() 1268 NV_WR32(par->PMC, 0x1708, 0); in NVLoadStateExt() [all …]
|
D | nv_backlight.c | 66 tmp_pmc = NV_RD32(par->PMC, 0x10F0) & 0x0000FFFF; in nvidia_bl_update_status() 79 NV_WR32(par->PMC, 0x10F0, tmp_pmc); in nvidia_bl_update_status()
|
D | nv_setup.c | 261 if (!(NV_RD32(par->PMC, 0x0004) & 0x01000001)) { in nv10GetConfig() 262 NV_WR32(par->PMC, 0x0004, 0x01000001); in nv10GetConfig() 329 par->PMC = par->REGS + (0x00000000 / 4); in NVCommonSetup()
|
D | nv_type.h | 163 volatile u32 __iomem *PMC; member
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | ns87303.h | 19 #define PMC 0x06 macro
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | xpedite5200_xmon.dts | 20 form-factor = "PMC/XMC"; 111 * 6: PMC monarch indicator 112 * 7: PMC EREADY 448 /* PMC interface */
|
D | mvme5100.dts | 130 /* IDSEL 16 - PMC Slot 1 */ 136 /* IDSEL 17 - PMC Slot 2 */
|
D | xpedite5200.dts | 107 * 6: PMC monarch indicator 108 * 7: PMC EREADY 445 /* PMC interface */
|
D | xpedite5301.dts | 5 * XPedite5301 PMC/XMC module based on MPC8572E 18 form-factor = "PMC/XMC"; 604 /* PCI Express controller 1, wired to PEX8112 for PMC interface */
|
D | xpedite5330.dts | 634 /* PCI Express controller 2, PMC module via PEX8112 bridge */
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | atmel-flexcom.txt | 11 - clocks: Should be the Flexcom peripheral clock from PMC.
|
/linux-4.4.14/Documentation/powerpc/ |
D | pmu-ebb.txt | 82 EBB events must specify the PMC they are to be counted on. This ensures 83 userspace is able to reliably determine which PMC the event is scheduled on.
|
/linux-4.4.14/drivers/net/can/sja1000/ |
D | Kconfig | 85 - esd CAN-PCI/PMC/266
|
/linux-4.4.14/arch/arm/mm/ |
D | proc-v7.S | 228 mrc p15, 0, r10, c9, c14, 0 @ save CP15 - PMC 240 mcr p15, 0, r10, c9, c14, 0 @ restore CP15 - PMC
|
/linux-4.4.14/drivers/mtd/maps/ |
D | Kconfig | 78 tristate "CFI Flash device mapped on PMC-Sierra MSP" 83 PMC-Sierra MSP eval/demo boards.
|
/linux-4.4.14/drivers/platform/x86/ |
D | Kconfig | 935 tristate "Intel PMC IPC Driver" 938 This driver provides support for PMC control on some Intel platforms. 939 The PMC is an ARC processor which defines IPC commands for communication
|
/linux-4.4.14/arch/tile/ |
D | Kconfig | 77 # Enable PMC if PERF_EVENTS, OPROFILE, or WATCHPOINTS are enabled.
|
/linux-4.4.14/drivers/scsi/ |
D | Kconfig | 1732 tristate "PMC SIERRA Linux MaxRAID adapter support" 1735 This driver supports the PMC SIERRA MaxRAID adapters. 1738 tristate "PMC-Sierra SPC 8001 SAS/SATA Based Host Adapter driver" 1742 This driver supports PMC-Sierra PCIE SAS/SATA 8x6G SPC 8001 chip
|
/linux-4.4.14/drivers/staging/comedi/ |
D | Kconfig | 865 tristate "General Standards PCI-HPDI32 / PMC-HPDI32 support" 868 digital interface rs485 boards PCI-HPDI32 and PMC-HPDI32.
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 547 bool "PMC-Sierra MSP chipsets" 565 This adds support for the PMC-Sierra family of Multi-Service 1570 QED / PMC-Sierra RM52xx-series ("Nevada") processors.
|
/linux-4.4.14/drivers/i2c/busses/ |
D | Kconfig | 731 tristate "PMC MSP I2C TWI Controller" 734 This driver supports the PMC TWI controller on MSP devices.
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Cards | 921 PMC/Pace
|
/linux-4.4.14/drivers/usb/host/ |
D | Kconfig | 126 tristate "EHCI support for on-chip PMC MSP71xx USB controller"
|
/linux-4.4.14/ |
D | CREDITS | 2997 D: PMC-Sierra MaxRAID driver
|
D | MAINTAINERS | 5687 INTEL PMC IPC DRIVER 8427 PMC SIERRA MaxRAID DRIVER 8433 PMC SIERRA PM8001 DRIVER
|