Home
last modified time | relevance | path

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

12345

/Linux-v6.1/arch/x86/crypto/
Dserpent-sse2-i586-asm_32.S56 por x4, x0; \
61 por x4, x2; \
66 por x4, x1; \
74 por x4, x3; \
88 por x4, x0; \
92 por x4, x2; \
103 por x4, x0; \
107 por x4, x2; \
117 por x4, x1; \
121 por x4, x3; \
[all …]
Dserpent-sse2-x86_64-asm_64.S43 por x0, x3; \
53 por x0, x4; \
67 por x1, x0; \
73 por x4, x1; \
77 por x0, x1; \
88 por x4, x3; \
95 por x1, x3; \
100 por x2, x1;
105 por x0, x3; \
111 por x4, x0; \
[all …]
Dchacha-ssse3-x86_64.S53 por %xmm6,%xmm1
66 por %xmm7,%xmm1
86 por %xmm6,%xmm1
99 por %xmm7,%xmm1
315 por %xmm0,%xmm4
322 por %xmm0,%xmm5
329 por %xmm0,%xmm6
336 por %xmm0,%xmm7
369 por %xmm0,%xmm4
376 por %xmm0,%xmm5
[all …]
Dblake2s-core.S90 por %xmm8,%xmm1
111 por %xmm8,%xmm1
135 por %xmm8,%xmm1
156 por %xmm8,%xmm1
/Linux-v6.1/sound/soc/codecs/
Dcx20442.c26 struct regulator *por; member
324 if (IS_ERR(cx20442->por)) in cx20442_set_bias_level()
325 err = PTR_ERR(cx20442->por); in cx20442_set_bias_level()
327 err = regulator_enable(cx20442->por); in cx20442_set_bias_level()
332 if (IS_ERR(cx20442->por)) in cx20442_set_bias_level()
333 err = PTR_ERR(cx20442->por); in cx20442_set_bias_level()
335 err = regulator_disable(cx20442->por); in cx20442_set_bias_level()
352 cx20442->por = regulator_get(component->dev, "POR"); in cx20442_component_probe()
353 if (IS_ERR(cx20442->por)) { in cx20442_component_probe()
354 int err = PTR_ERR(cx20442->por); in cx20442_component_probe()
[all …]
/Linux-v6.1/arch/sparc/include/asm/
Dbbc.h22 #define BBC_SPG 0x06 /* [B] Soft POR Gen */
24 #define BBC_PSRC 0x08 /* [W] POR Source */
97 /* Soft_POR_GEN register. The POR (Power On Reset) signal may be asserted
100 #define BBC_SPG_CPU0 0x01 /* Assert POR for processor 0 */
101 #define BBC_SPG_CPU1 0x02 /* Assert POR for processor 1 */
102 #define BBC_SPG_CPU2 0x04 /* Assert POR for processor 2 */
103 #define BBC_SPG_CPU3 0x08 /* Assert POR for processor 3 */
118 /* POR Source register. One may identify the cause of the most recent
/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-qcom-ethqos.c79 const struct ethqos_emac_por *por; member
92 const struct ethqos_emac_por *por; member
184 .por = emac_v2_3_0_por,
199 .por = emac_v2_1_0_por,
412 /* Reset to POR values and enable clk */ in ethqos_configure()
414 rgmii_writel(ethqos, ethqos->por[i].value, in ethqos_configure()
415 ethqos->por[i].offset); in ethqos_configure()
539 ethqos->por = data->por; in qcom_ethqos_probe()
/Linux-v6.1/Documentation/devicetree/bindings/phy/
Dqcom,usb-hs-28nm.yaml42 - description: POR reset
47 - const: por
86 reset-names = "phy", "por";
Dqcom,usb-hs-phy.yaml23 const: por
34 - const: por
104 reset-names = "phy", "por";
/Linux-v6.1/Documentation/devicetree/bindings/power/supply/
Dbq24735.yaml40 The POR value is 0x0000h. This number is in mA (e.g. 8192).
48 The POR value is 0x0000h. This number is in mV (e.g. 19200).
56 The POR value is 0x1000h. This number is in mA (e.g. 8064).
/Linux-v6.1/include/linux/fsl/
Dguts.h29 u32 porpllsr; /* 0x.0000 - POR PLL Ratio Status Register */
30 u32 porbmsr; /* 0x.0004 - POR Boot Mode Status Register */
31 u32 porimpscr; /* 0x.0008 - POR I/O Impedance Status and
34 u32 pordevsr; /* 0x.000c - POR I/O Device Status Register */
35 u32 pordbgmsr; /* 0x.0010 - POR Debug Mode Status Register */
36 u32 pordevsr2; /* 0x.0014 - POR device status register 2 */
38 u32 porcir; /* 0x.0020 - POR Configuration Information
/Linux-v6.1/drivers/mfd/
Dtps65010.c66 unsigned por:1; member
118 static void dbg_chgconf(int por, char *buf, size_t len, u8 chgconfig) in dbg_chgconf() argument
122 if (por) in dbg_chgconf()
124 ? "POR=69ms" : "POR=1sec"; in dbg_chgconf()
164 static void show_chgconfig(int por, const char *label, u8 chgconfig) in show_chgconfig() argument
168 dbg_chgconf(por, buf, sizeof buf, chgconfig); in show_chgconfig()
176 static inline void show_chgconfig(int por, const char *label, u8 chgconfig) { } in show_chgconfig() argument
213 dbg_chgconf(tps->por, buf, sizeof buf, value); in dbg_show()
356 show_chgconfig(tps->por, "conf", tps->chgconf); in tps65010_interrupt()
423 show_chgconfig(tps->por, "update vbus", tmp); in tps65010_work()
[all …]
/Linux-v6.1/drivers/net/ethernet/intel/i40e/
Di40e_register.h168 #define I40E_GL_FWSTS 0x00083048 /* Reset: POR */
179 #define I40E_GLGEN_GPIO_CTL(_i) (0x00088100 + ((_i) * 4)) /* _i=0...29 */ /* Reset: POR */
196 #define I40E_GLGEN_GPIO_SET 0x00088184 /* Reset: POR */
199 #define I40E_GLGEN_MDIO_I2C_SEL(_i) (0x000881C0 + ((_i) * 4)) /* _i=0...3 */ /* Reset: POR */
200 #define I40E_GLGEN_MSCA(_i) (0x0008818C + ((_i) * 4)) /* _i=0...3 */ /* Reset: POR */
210 #define I40E_GLGEN_MSRWD(_i) (0x0008819C + ((_i) * 4)) /* _i=0...3 */ /* Reset: POR */
219 #define I40E_GLGEN_RSTAT 0x000B8188 /* Reset: POR */
224 #define I40E_GLGEN_RSTCTL 0x000B8180 /* Reset: POR */
232 #define I40E_GLGEN_STAT 0x000B612C /* Reset: POR */
241 #define I40E_PRTGEN_CNF 0x000B8120 /* Reset: POR */
[all …]
/Linux-v6.1/drivers/media/pci/zoran/
Dzoran_device.c108 u32 por; in post_office_wait() local
110 while ((por = btread(ZR36057_POR)) & ZR36057_POR_PO_PEN) { in post_office_wait()
114 if ((por & ZR36057_POR_PO_TIME) && !zr->card.gws_not_connected) { in post_office_wait()
116 pci_info(zr->pci_dev, "pop timeout %08x\n", por); in post_office_wait()
126 u32 por; in post_office_write() local
128 por = in post_office_write()
131 btwrite(por, ZR36057_POR); in post_office_write()
138 u32 por; in post_office_read() local
140 por = ZR36057_POR_PO_TIME | ((guest & 7) << 20) | ((reg & 7) << 16); in post_office_read()
141 btwrite(por, ZR36057_POR); in post_office_read()
/Linux-v6.1/drivers/rtc/
Drtc-imxdi.c154 * must force a second "SYSTEM POR" to bring the DryIce into the
259 * with the next SYSTEM POR we will transit from the "FAILURE STATE" in di_handle_failure_state()
353 * DRYICE POR, but we cannot force a DRYICE POR in in di_handle_invalid_and_failure_state()
355 * We need a DRYICE POR via battery power cycling.... in di_handle_invalid_and_failure_state()
359 * we cannot disable them without a DRYICE POR in di_handle_invalid_and_failure_state()
365 /* a soft lock can be removed by a SYSTEM POR */ in di_handle_invalid_and_failure_state()
/Linux-v6.1/drivers/media/dvb-frontends/
Dix2505v.c34 * byte2: POR | FL | RD2 | RD1 | RD0 | X | X | X
38 * POR = Power on Reset (VCC H=<2.2v L=>2.2v)
42 * Only POR can be used to check the tuner is present
/Linux-v6.1/drivers/phy/qualcomm/
Dphy-qcom-snps-femto-v2.c32 #define POR BIT(1) macro
401 POR, POR); in qcom_snps_hsphy_init()
439 POR, 0); in qcom_snps_hsphy_init()
Dphy-qcom-usb-hs-28nm.c228 * The Femto PHY is POR reset in the following scenarios. in qcom_snps_hsphy_por_reset()
240 * PHY POR assert and de-assert. in qcom_snps_hsphy_por_reset()
340 priv->por_reset = devm_reset_control_get_exclusive(dev, "por"); in qcom_snps_hsphy_probe()
/Linux-v6.1/Documentation/devicetree/bindings/gpio/
Dxlnx,zynqmp-gpio-modepin.yaml10 PS_MODE is 4-bits boot mode pins sampled on POR deassertion. Mode Pin
/Linux-v6.1/tools/power/cpupower/po/
Dpt.po213 msgstr "Reporte erros e bugs para %s, por favor.\n"
309 msgstr " CPUs que precisam ter suas frequências coordenadas por software: "
358 msgstr " (declarado por chamada ao hardware)"
445 " coordenadas por software *\n"
499 "o cpufreq é mostrada, o que é útil por exemplo para reportar bugs.\n"
641 " por exemplo devido ao hardware que não pode ser setado pra uma frequência "
/Linux-v6.1/drivers/bus/mhi/host/
Dpm.c27 * POR state. Also, while in L2 state, user cannot jump back to previous
31 * L0: DISABLE <--> POR
32 * POR <--> POR
33 * POR -> M0 -> M2 --> M0
34 * POR -> FW_DL_ERR
39 * L1: SYS_ERR_DETECT -> SYS_ERR_PROCESS --> POR
/Linux-v6.1/drivers/soc/fsl/
DKconfig16 enabling, power-onreset(POR) configuration monitoring, alternate
/Linux-v6.1/drivers/pinctrl/berlin/
Dpinctrl-as370.c27 BERLIN_PINCTRL_FUNCTION(0x0, "por"), /* 1P8V RSTB*/
32 BERLIN_PINCTRL_FUNCTION(0x0, "por"), /* 3P3V RSTB */
37 BERLIN_PINCTRL_FUNCTION(0x0, "por"), /* CORE RSTB */
228 BERLIN_PINCTRL_FUNCTION(0x0, "por"), /* VDDCPUSOC RSTB */
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dlantiq,pinctrl-falcon.txt40 por, ntr, ntr8k, hrst, mdio, bootled, asc0, spi, spi cs0, spi cs1, i2c,
/Linux-v6.1/arch/arm/boot/dts/
Dimx23-olinuxino.dts116 startup-delay-us = <300>; /* LAN9215 requires a POR of 200us minimum */

12345