Home
last modified time | relevance | path

Searched refs:PMC (Results 1 – 25 of 49) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/video/fbdev/riva/
H A Dnvreg.h126 #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 …]
H A Dnv_driver.c167 if (((NV_RD32(chip->PMC, 0x00000000) & 0xF0) == 0x20) in riva_get_memlen()
168 && ((NV_RD32(chip->PMC, 0x00000000)&0x0F)>=0x02)) { in riva_get_memlen()
281 if (((NV_RD32(chip->PMC, 0x00000000) & 0xF0) == 0x20) in riva_get_maxdclk()
282 && ((NV_RD32(chip->PMC,0x00000000)&0x0F) >= 0x02)) { in riva_get_maxdclk()
330 par->riva.PMC = in riva_common_setup()
H A Driva_hw.c1399 LOAD_FIXED_STATE(Riva,PMC); in LoadStateExt()
1553 NV_WR32(chip->PMC, 0x00008704, 1); in LoadStateExt()
1554 NV_WR32(chip->PMC, 0x00008140, 0); in LoadStateExt()
1555 NV_WR32(chip->PMC, 0x00008920, 0); in LoadStateExt()
1556 NV_WR32(chip->PMC, 0x00008924, 0); in LoadStateExt()
1557 NV_WR32(chip->PMC, 0x00008908, 0x01ffffff); in LoadStateExt()
1558 NV_WR32(chip->PMC, 0x0000890C, 0x01ffffff); in LoadStateExt()
1559 NV_WR32(chip->PMC, 0x00001588, 0); in LoadStateExt()
1711 NV_WR32(chip->PMC, 0x00000140, chip->EnableIRQ & 0x01); in LoadStateExt()
1968 if (((NV_RD32(chip->PMC, 0x00000000) & 0xF0) == 0x20) in nv3GetConfig()
[all …]
/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/
H A Dintel-pmc-mux.rst10 North Mux-Agent is a function of the Intel PMC firmware that is supported on
11 most Intel based platforms that have the PMC microcontroller. It's used for
16 The North Mux-Agent (aka. Intel PMC Mux Control, or just mux-agent) driver
17 communicates with the PMC microcontroller by using the PMC IPC method
31 is a separate child node under the PMC mux-agent device node. Those nodes do not
35 Scope (_SB.PCI0.PMC.MUX)
54 Scope (_SB.PCI0.PMC.MUX)
73 In order to configure the muxes behind a USB Type-C connector, the PMC firmware
80 the PMC::
117 Scope (_SB.PCI0.PMC)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/
H A Dpmc.txt6 "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.
/OK3568_Linux_fs/kernel/drivers/usb/typec/mux/
H A DKconfig13 tristate "Intel PMC mux control"
18 Driver for USB muxes controlled by Intel PMC FW. Intel PMC FW can
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-driver-intel_pmc_bxt1 These files allow sending arbitrary IPC commands to the PMC/SCU which
10 IPC command to the PMC/SCU.
20 Northpeak through the PMC/SCU.
/OK3568_Linux_fs/kernel/Documentation/driver-api/xilinx/
H A Deemi.rst10 used by any driver to communicate with PMC(Platform Management Controller).
16 device to communicate with a power management controller (PMC) on a
19 Any driver who wants to communicate with PMC using EEMI APIs use the
/OK3568_Linux_fs/kernel/drivers/video/fbdev/nvidia/
H A Dnv_hw.c147 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()
950 NV_WR32(par->PMC, 0x0140, 0x00000000); in NVLoadStateExt()
951 NV_WR32(par->PMC, 0x0200, 0xFFFF00FF); in NVLoadStateExt()
952 NV_WR32(par->PMC, 0x0200, 0xFFFFFFFF); in NVLoadStateExt()
1266 NV_WR32(par->PMC, 0x1700, in NVLoadStateExt()
1268 NV_WR32(par->PMC, 0x1704, 0); in NVLoadStateExt()
1269 NV_WR32(par->PMC, 0x1708, 0); in NVLoadStateExt()
[all …]
H A Dnv_backlight.c63 tmp_pmc = NV_RD32(par->PMC, 0x10F0) & 0x0000FFFF; in nvidia_bl_update_status()
76 NV_WR32(par->PMC, 0x10F0, tmp_pmc); in nvidia_bl_update_status()
H A Dnv_setup.c237 if (!(NV_RD32(par->PMC, 0x0004) & 0x01000001)) { in nv10GetConfig()
238 NV_WR32(par->PMC, 0x0004, 0x01000001); in nv10GetConfig()
306 par->PMC = par->REGS + (0x00000000 / 4); in NVCommonSetup()
H A Dnv_type.h164 volatile u32 __iomem *PMC; member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dvt8500.txt16 - 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
H A Dat91-clock.txt31 Power Management Controller (PMC):
/OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/
H A Dxpedite5200_xmon.dts17 form-factor = "PMC/XMC";
108 * 6: PMC monarch indicator
109 * 7: PMC EREADY
445 /* PMC interface */
H A Dmvme5100.dts130 /* IDSEL 16 - PMC Slot 1 */
136 /* IDSEL 17 - PMC Slot 2 */
H A Dxpedite5200.dts104 * 6: PMC monarch indicator
105 * 7: PMC EREADY
442 /* PMC interface */
H A Dxpedite5301.dts6 * XPedite5301 PMC/XMC module based on MPC8572E
15 form-factor = "PMC/XMC";
601 /* PCI Express controller 1, wired to PEX8112 for PMC interface */
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dns87303.h20 #define PMC 0x06 macro
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/tegra/
H A Dnvidia,tegra186-pmc.txt1 NVIDIA Tegra Power Management Controller (PMC)
45 The pin grouping is a fixed attribute of the hardware. The PMC can be
/OK3568_Linux_fs/buildroot/boot/at91bootstrap/
H A DConfig.in9 - Peripheral drivers such as PIO, PMC or SDRAMC...
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Datmel-flexcom.txt11 - clocks: Should be the Flexcom peripheral clock from PMC.
/OK3568_Linux_fs/u-boot/drivers/clk/at91/
H A DKconfig44 the PMC via PMC_PCR register.
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dpmu-ebb.rst83 EBB events must specify the PMC they are to be counted on. This ensures
84 userspace is able to reliably determine which PMC the event is scheduled on.
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A DKconfig7 # Copyright (c) 2016 PMC-Sierra, Inc.

12